Class GroupHonorInfoResp
-
- All Implemented Interfaces:
public final class GroupHonorInfoResp
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGroupHonorInfoResp.CurrentTalkative活跃天数
public final classGroupHonorInfoResp.OtherHonor其它荣耀
-
Field Summary
Fields Modifier and Type Field Description private LonggroupIdprivate List<GroupHonorInfoResp.OtherHonor>talkativeListprivate List<GroupHonorInfoResp.OtherHonor>performerListprivate List<GroupHonorInfoResp.OtherHonor>legendListprivate List<GroupHonorInfoResp.OtherHonor>strongNewbieListprivate List<GroupHonorInfoResp.OtherHonor>emotionList
-
Constructor Summary
Constructors Constructor Description GroupHonorInfoResp()
-
Method Summary
-
-
Method Detail
-
getGroupId
final Long getGroupId()
-
setGroupId
final Unit setGroupId(@SerializedName(value = "group_id") Long groupId)
-
getTalkativeList
final List<GroupHonorInfoResp.OtherHonor> getTalkativeList()
-
setTalkativeList
final Unit setTalkativeList(@SerializedName(value = "talkative_list") List<GroupHonorInfoResp.OtherHonor> talkativeList)
-
getPerformerList
final List<GroupHonorInfoResp.OtherHonor> getPerformerList()
-
setPerformerList
final Unit setPerformerList(@SerializedName(value = "performer_list") List<GroupHonorInfoResp.OtherHonor> performerList)
-
getLegendList
final List<GroupHonorInfoResp.OtherHonor> getLegendList()
-
setLegendList
final Unit setLegendList(@SerializedName(value = "legend_list") List<GroupHonorInfoResp.OtherHonor> legendList)
-
getStrongNewbieList
final List<GroupHonorInfoResp.OtherHonor> getStrongNewbieList()
-
setStrongNewbieList
final Unit setStrongNewbieList(@SerializedName(value = "strong_newbie_list") List<GroupHonorInfoResp.OtherHonor> strongNewbieList)
-
getEmotionList
final List<GroupHonorInfoResp.OtherHonor> getEmotionList()
-
setEmotionList
final Unit setEmotionList(@SerializedName(value = "emotion_list") List<GroupHonorInfoResp.OtherHonor> emotionList)
-
-
-
-