Class Service

java.lang.Object
thredds.client.catalog.Service

@Immutable public class Service extends Object
Client catalog service
Since:
1/7/2015
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getBase

      public String getBase()
    • getServiceTypeName

      public String getServiceTypeName()
    • getType

      public ServiceType getType()
    • getDesc

      public String getDesc()
    • getAccessType

      public String getAccessType()
    • getSuffix

      public String getSuffix()
    • getNestedServices

      public List<Service> getNestedServices()
    • getProperties

      public List<Property> getProperties()
    • isRelativeBase

      public boolean isRelativeBase()
      See if the service Base is relative
      Returns:
      true if the service Base is relative
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object