@Generated(value="org.jsonschema2pojo") public class UpdateAccountSettingsRequest extends Object implements Serializable
Constructor and Description |
---|
UpdateAccountSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getEndSleepTime()
The hour that sleep time should end if it is enabled.
|
String |
getLang()
The language which Twitter should render in for this user.
|
Boolean |
getSleepTimeEnabled()
When set to true , t or 1 , will enable sleep time for the user.
|
Long |
getStartSleepTime()
The hour that sleep time should begin if it is enabled.
|
String |
getTimeZone()
The timezone dates and times should be displayed in for the user.
|
String |
getTrendLocationWoeid()
The Yahoo! Where On Earth ID to use as the user’s default trend location.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setEndSleepTime(Boolean endSleepTime)
The hour that sleep time should end if it is enabled.
|
void |
setLang(String lang)
The language which Twitter should render in for this user.
|
void |
setSleepTimeEnabled(Boolean sleepTimeEnabled)
When set to true , t or 1 , will enable sleep time for the user.
|
void |
setStartSleepTime(Long startSleepTime)
The hour that sleep time should begin if it is enabled.
|
void |
setTimeZone(String timeZone)
The timezone dates and times should be displayed in for the user.
|
void |
setTrendLocationWoeid(String trendLocationWoeid)
The Yahoo! Where On Earth ID to use as the user’s default trend location.
|
String |
toString() |
UpdateAccountSettingsRequest |
withAdditionalProperty(String name,
Object value) |
UpdateAccountSettingsRequest |
withEndSleepTime(Boolean endSleepTime) |
UpdateAccountSettingsRequest |
withLang(String lang) |
UpdateAccountSettingsRequest |
withSleepTimeEnabled(Boolean sleepTimeEnabled) |
UpdateAccountSettingsRequest |
withStartSleepTime(Long startSleepTime) |
UpdateAccountSettingsRequest |
withTimeZone(String timeZone) |
UpdateAccountSettingsRequest |
withTrendLocationWoeid(String trendLocationWoeid) |
@BeanProperty(value="sleep_time_enabled") public Boolean getSleepTimeEnabled()
@BeanProperty(value="sleep_time_enabled") public void setSleepTimeEnabled(Boolean sleepTimeEnabled)
sleepTimeEnabled
- The sleep_time_enabledpublic UpdateAccountSettingsRequest withSleepTimeEnabled(Boolean sleepTimeEnabled)
@BeanProperty(value="start_sleep_time") public Long getStartSleepTime()
@BeanProperty(value="start_sleep_time") public void setStartSleepTime(Long startSleepTime)
startSleepTime
- The start_sleep_timepublic UpdateAccountSettingsRequest withStartSleepTime(Long startSleepTime)
@BeanProperty(value="end_sleep_time") public Boolean getEndSleepTime()
@BeanProperty(value="end_sleep_time") public void setEndSleepTime(Boolean endSleepTime)
endSleepTime
- The end_sleep_timepublic UpdateAccountSettingsRequest withEndSleepTime(Boolean endSleepTime)
@BeanProperty(value="time_zone") public String getTimeZone()
@BeanProperty(value="time_zone") public void setTimeZone(String timeZone)
timeZone
- The time_zonepublic UpdateAccountSettingsRequest withTimeZone(String timeZone)
@BeanProperty(value="trend_location_woeid") public String getTrendLocationWoeid()
@BeanProperty(value="trend_location_woeid") public void setTrendLocationWoeid(String trendLocationWoeid)
trendLocationWoeid
- The trend_location_woeidpublic UpdateAccountSettingsRequest withTrendLocationWoeid(String trendLocationWoeid)
@BeanProperty(value="lang") public String getLang()
@BeanProperty(value="lang") public void setLang(String lang)
lang
- The langpublic UpdateAccountSettingsRequest withLang(String lang)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public UpdateAccountSettingsRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.