Class Service

java.lang.Object
com.gooddata.sdk.model.md.Service
All Implemented Interfaces:
Serializable

public class Service extends Object implements Serializable
Represents project/workspace metadata configuration.
See Also:
  • Field Details

  • Constructor Details

    • Service

      public Service(String timezone)
  • Method Details

    • getTimezone

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

      public String toString()
      Overrides:
      toString in class Object