Class TimeZone

  • All Implemented Interfaces:
    ITimeZone, java.io.Serializable

    @JsonObject("as.dto.common.search.TimeZone")
    public class TimeZone
    extends java.lang.Object
    implements ITimeZone
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeZone​(int hourOffset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHourOffset()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TimeZone

        public TimeZone​(int hourOffset)
    • Method Detail

      • getHourOffset

        public int getHourOffset()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object