Package com.linecorp.bot.model.group
Class GroupMemberCountResponse
- java.lang.Object
-
- com.linecorp.bot.model.group.GroupMemberCountResponse
-
public final class GroupMemberCountResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupMemberCountResponse.GroupMemberCountResponseBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupMemberCountResponse.GroupMemberCountResponseBuilder
builder()
boolean
equals(java.lang.Object o)
long
getCount()
The count of members in the room.int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
builder
public static GroupMemberCountResponse.GroupMemberCountResponseBuilder builder()
-
getCount
public long getCount()
The count of members in the room. The number returned excludes the LINE Official Account.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-