public class CustomTimeZone extends TimeZoneBase implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
bias
The Bias.
|
DaylightTimeZoneOffset |
daylightOffset
The Daylight Offset.
|
StandardTimeZoneOffset |
standardOffset
The Standard Offset.
|
name, oDataType| Constructor and Description |
|---|
CustomTimeZone() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="bias",
alternate="Bias")
@Expose
public java.lang.Integer bias
@SerializedName(value="daylightOffset",
alternate="DaylightOffset")
@Expose
public DaylightTimeZoneOffset daylightOffset
@SerializedName(value="standardOffset",
alternate="StandardOffset")
@Expose
public StandardTimeZoneOffset standardOffset
public com.google.gson.JsonObject getRawObject()
getRawObject in class TimeZoneBaseprotected ISerializer getSerializer()
getSerializer in class TimeZoneBasepublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class TimeZoneBaseserializer - the serializerjson - the JSON object to set this object to