Class AggregationServiceDescription

  • All Implemented Interfaces:
    java.io.Serializable

    @JsonObject("AggregationServiceDescription")
    public class AggregationServiceDescription
    extends java.lang.Object
    implements java.io.Serializable
    Bean with information about aggregation services that provide data.
    See Also:
    Serialized Form
    • Constructor Detail

      • AggregationServiceDescription

        public AggregationServiceDescription()
    • Method Detail

      • getDataStoreCode

        public java.lang.String getDataStoreCode()
        The code of the data store that provides this service. Non-null.
      • getDataStoreBaseUrl

        public java.lang.String getDataStoreBaseUrl()
        Returns the base URL of the data store that provides this service. Non-null.
        Since:
        1.4
      • getServiceKey

        public java.lang.String getServiceKey()
        The key that identifies this particular service. Non-null.
      • getLabel

        public java.lang.String getLabel()
        Returns the label of the service.
        Since:
        1.5
      • setDataStoreCode

        public void setDataStoreCode​(java.lang.String dataStoreCode)
      • setDataStoreBaseUrl

        public void setDataStoreBaseUrl​(java.lang.String dataStoreBaseUrl)
      • setServiceKey

        public void setServiceKey​(java.lang.String key)
      • setLabel

        public void setLabel​(java.lang.String label)
      • toString

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