クラス GetAggregationUnitNameListResponse

java.lang.Object
com.linecorp.bot.model.response.GetAggregationUnitNameListResponse

public final class GetAggregationUnitNameListResponse
extends java.lang.Object
  • メソッドの詳細

    • builder

    • 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)
      オーバーライド:
      equals クラス内 java.lang.Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 java.lang.Object
    • toString

      public java.lang.String toString()
      オーバーライド:
      toString クラス内 java.lang.Object