Class Timezone


@ApiType("SoftLayer_Locale_Timezone")
public class Timezone
extends Entity
Each User is assigned a timezone allowing for a precise local timestamp.
See Also:
SoftLayer_Locale_Timezone
  • Field Details

    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      A timezone's identifying number.
    • idSpecified

      protected boolean idSpecified
    • longName

      @ApiProperty(canBeNullOrNotSet=true) protected String longName
      A timezone's long name. For example, "(GMT-06:00) America/Dallas - CST".
    • longNameSpecified

      protected boolean longNameSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      A timezone's name. For example, "America/Dallas".
    • nameSpecified

      protected boolean nameSpecified
    • offset

      @ApiProperty(canBeNullOrNotSet=true) protected String offset
      A timezone's offset based on the GMT standard. For example, Central Standard Time's offset is "-0600" from GMT=0000.
    • offsetSpecified

      protected boolean offsetSpecified
    • shortName

      @ApiProperty(canBeNullOrNotSet=true) protected String shortName
      A timezone's common abbreviation. For example, Central Standard Time's abbreviation is "CST".
    • shortNameSpecified

      protected boolean shortNameSpecified
  • Constructor Details

    • Timezone

      public Timezone()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getLongName

      public String getLongName()
    • setLongName

      public void setLongName​(String longName)
    • isLongNameSpecified

      public boolean isLongNameSpecified()
    • unsetLongName

      public void unsetLongName()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • getOffset

      public String getOffset()
    • setOffset

      public void setOffset​(String offset)
    • isOffsetSpecified

      public boolean isOffsetSpecified()
    • unsetOffset

      public void unsetOffset()
    • getShortName

      public String getShortName()
    • setShortName

      public void setShortName​(String shortName)
    • isShortNameSpecified

      public boolean isShortNameSpecified()
    • unsetShortName

      public void unsetShortName()
    • asService

      public Timezone.Service asService​(ApiClient client)
    • service

      public static Timezone.Service service​(ApiClient client)
    • service

      public static Timezone.Service service​(ApiClient client, Long id)