Class Service

  • All Implemented Interfaces:
    java.io.Serializable

    public class Service
    extends java.lang.Object
    implements java.io.Serializable
    Represents project/workspace metadata configuration.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TIMEZONE_URI  
    • Constructor Summary

      Constructors 
      Constructor Description
      Service​(java.lang.String timezone)  
    • Method Summary

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

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

      • Service

        public Service​(java.lang.String timezone)
    • Method Detail

      • getTimezone

        public java.lang.String getTimezone()
        Returns:
        string identifier of the timezone (see IANA/Olson tz database for possible values)
      • toString

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