Class GetAudienceGroupsResponse
- java.lang.Object
-
- com.linecorp.bot.model.manageaudience.response.GetAudienceGroupsResponse
-
public final class GetAudienceGroupsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAudienceGroupsResponse.GetAudienceGroupsResponseBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAudienceGroupsResponse.GetAudienceGroupsResponseBuilderbuilder()booleanequals(java.lang.Object o)java.util.List<AudienceGroup>getAudienceGroups()An array of audience data.java.lang.BooleangetHasNextPage()true when this is not the last page.java.lang.LonggetPage()The current page number.java.lang.LonggetReadWriteAudienceGroupTotalCount()Of the audiences you can get with the specified condition, the number of audiences with the update permission set to READ_WRITE.java.lang.LonggetSize()The number of audiences on the current page.java.lang.LonggetTotalCount()The total number of audiences that can be fetched with the specified filter.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static GetAudienceGroupsResponse.GetAudienceGroupsResponseBuilder builder()
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-