Class GetAudienceGroupsResponse


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

      • getAudienceGroups

        public java.util.List<AudienceGroup> getAudienceGroups()
        An array of audience data.
      • getHasNextPage

        public java.lang.Boolean getHasNextPage()
        true when this is not the last page.
      • getTotalCount

        public java.lang.Long getTotalCount()
        The total number of audiences that can be fetched with the specified filter.
      • getReadWriteAudienceGroupTotalCount

        public java.lang.Long getReadWriteAudienceGroupTotalCount()
        Of the audiences you can get with the specified condition, the number of audiences with the update permission set to READ_WRITE.
      • getPage

        public java.lang.Long getPage()
        The current page number.
      • getSize

        public java.lang.Long getSize()
        The number of audiences on the current page.
      • 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