Package com.appiancorp.suiteapi.portal
Class BackendTimeZoneSimple
java.lang.Object
com.appiancorp.suiteapi.portal.BackendTimeZoneSimple
- Direct Known Subclasses:
BackendTimeZone
-
Field Summary
Modifier and TypeFieldDescriptionprotected LocaleString
Display Name Displayed Name forBackendTimeZoneSimple
, e.g., Eastern Timeprotected int
DST Savings Time offset in milliseconds between Daylight Savings and Standard time forBackendTimeZoneSimple
protected String
Timezone ID ID of theBackendTimeZoneSimple
(e.g., America/New York)protected LocaleString
Long Daylight Savings Daylight Savings long form forBackendTimeZoneSimple
, e.g., Eastern Daylight Timeprotected LocaleString
Long Standard Long form for StandardBackendTimeZoneSimple
, e.g., Eastern Standard Timeprotected int
Raw Offset Milliseconds offset betweenBackendTimeZoneSimple
and Greenwich Mean Timeprotected LocaleString
Short Daylight Savings Daylight Savings abbreviation forBackendTimeZoneSimple
, e.g., EDTprotected LocaleString
Short Standard Standard abbreviation forBackendTimeZoneSimple
, e.g., EST -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
int
void
setDisplayName
(LocaleString displayName) void
setDstSavings
(int dstSavings_) void
void
setLongDaylight
(LocaleString longDaylight_) void
setLongStandard
(LocaleString longStandard_) void
setRawOffset
(int rawOffset_) void
setShortDaylight
(LocaleString shortDaylight_) void
setShortStandard
(LocaleString shortStandard_) toString()
To String Returns human-readableBackendTimeZoneSimple
, including ID, offset from GMT (in milliseconds), and savings during DST (in milliseconds)
-
Field Details
-
id
Timezone ID ID of theBackendTimeZoneSimple
(e.g., America/New York) -
shortDaylight
Short Daylight Savings Daylight Savings abbreviation forBackendTimeZoneSimple
, e.g., EDT -
shortStandard
Short Standard Standard abbreviation forBackendTimeZoneSimple
, e.g., EST -
longDaylight
Long Daylight Savings Daylight Savings long form forBackendTimeZoneSimple
, e.g., Eastern Daylight Time -
longStandard
Long Standard Long form for StandardBackendTimeZoneSimple
, e.g., Eastern Standard Time -
displayName
Display Name Displayed Name forBackendTimeZoneSimple
, e.g., Eastern Time -
dstSavings
protected int dstSavingsDST Savings Time offset in milliseconds between Daylight Savings and Standard time forBackendTimeZoneSimple
-
rawOffset
protected int rawOffsetRaw Offset Milliseconds offset betweenBackendTimeZoneSimple
and Greenwich Mean Time
-
-
Constructor Details
-
BackendTimeZoneSimple
public BackendTimeZoneSimple()
-
-
Method Details
-
getDstSavings
public int getDstSavings() -
setDstSavings
public void setDstSavings(int dstSavings_) -
getId
-
setId
-
getRawOffset
public int getRawOffset() -
setRawOffset
public void setRawOffset(int rawOffset_) -
getShortDaylight
-
setShortDaylight
-
getLongDaylight
-
setLongDaylight
-
getLongStandard
-
setLongStandard
-
getShortStandard
-
setShortStandard
-
getDisplayName
-
setDisplayName
-
toString
To String Returns human-readableBackendTimeZoneSimple
, including ID, offset from GMT (in milliseconds), and savings during DST (in milliseconds)
-