Class GroupAtAllRemainResp
-
- All Implemented Interfaces:
public final class GroupAtAllRemainResp
-
-
Field Summary
Fields Modifier and Type Field Description private BooleancanAtAllprivate IntegerremainAtAllCountForGroupprivate IntegerremainAtAllCountForUin
-
Constructor Summary
Constructors Constructor Description GroupAtAllRemainResp()
-
Method Summary
Modifier and Type Method Description final BooleangetCanAtAll()是否可以 @全体成员 final UnitsetCanAtAll(@SerializedName(value = "can_at_all") Boolean canAtAll)是否可以 @全体成员 final IntegergetRemainAtAllCountForGroup()群内所有管理当天剩余 @全体成员 次数 final UnitsetRemainAtAllCountForGroup(@SerializedName(value = "remain_at_all_count_for_group") Integer remainAtAllCountForGroup)群内所有管理当天剩余 @全体成员 次数 final IntegergetRemainAtAllCountForUin()Bot 当天剩余 @全体成员 次数 final UnitsetRemainAtAllCountForUin(@SerializedName(value = "remain_at_all_count_for_uin") Integer remainAtAllCountForUin)Bot 当天剩余 @全体成员 次数 -
-
Method Detail
-
getCanAtAll
final Boolean getCanAtAll()
是否可以 @全体成员
-
setCanAtAll
final Unit setCanAtAll(@SerializedName(value = "can_at_all") Boolean canAtAll)
是否可以 @全体成员
-
getRemainAtAllCountForGroup
final Integer getRemainAtAllCountForGroup()
群内所有管理当天剩余 @全体成员 次数
-
setRemainAtAllCountForGroup
final Unit setRemainAtAllCountForGroup(@SerializedName(value = "remain_at_all_count_for_group") Integer remainAtAllCountForGroup)
群内所有管理当天剩余 @全体成员 次数
-
getRemainAtAllCountForUin
final Integer getRemainAtAllCountForUin()
Bot 当天剩余 @全体成员 次数
-
setRemainAtAllCountForUin
final Unit setRemainAtAllCountForUin(@SerializedName(value = "remain_at_all_count_for_uin") Integer remainAtAllCountForUin)
Bot 当天剩余 @全体成员 次数
-
-
-
-