-
- All Implemented Interfaces:
public final class GroupAtAllRemainRespData
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleancanAtAllprivate final IntegerremainAtAllCountForGroupprivate final IntegerremainAtAllCountForUin
-
Constructor Summary
Constructors Constructor Description GroupAtAllRemainRespData(Boolean canAtAll, Integer remainAtAllCountForGroup, Integer remainAtAllCountForUin)
-
Method Summary
Modifier and Type Method Description final BooleangetCanAtAll()final IntegergetRemainAtAllCountForGroup()final IntegergetRemainAtAllCountForUin()-
-
Method Detail
-
getCanAtAll
final Boolean getCanAtAll()
-
getRemainAtAllCountForGroup
final Integer getRemainAtAllCountForGroup()
-
getRemainAtAllCountForUin
final Integer getRemainAtAllCountForUin()
-
-
-
-