Class GetAggregationUnitNameListResponse


  • public final class GetAggregationUnitNameListResponse
    extends java.lang.Object
    • Method Detail

      • getCustomAggregationUnits

        public java.util.List<java.lang.String> getCustomAggregationUnits()
      • getNext

        @Nullable
        public java.lang.String getNext()
        A continuation token to get the next array of unit names. Non-null only when there are remaining aggregation units that were not returned in customAggregationUnits in the original request.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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