@Generated(value="org.jsonschema2pojo") public class TimeZone extends Object
Constructor and Description |
---|
TimeZone() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
String |
getTzinfoName() |
Long |
getUtcOffset() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setName(String name) |
void |
setTzinfoName(String tzinfoName) |
void |
setUtcOffset(Long utcOffset) |
String |
toString() |
TimeZone |
withAdditionalProperty(String name,
Object value) |
TimeZone |
withName(String name) |
TimeZone |
withTzinfoName(String tzinfoName) |
TimeZone |
withUtcOffset(Long utcOffset) |
@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name
- The name@BeanProperty(value="tzinfo_name") public String getTzinfoName()
@BeanProperty(value="tzinfo_name") public void setTzinfoName(String tzinfoName)
tzinfoName
- The tzinfo_name@BeanProperty(value="utc_offset") public Long getUtcOffset()
@BeanProperty(value="utc_offset") public void setUtcOffset(Long utcOffset)
utcOffset
- The utc_offset@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.