-
- All Implemented Interfaces:
public final class GroupHonorInfoData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGroupHonorInfoData.CurrentTalkativepublic final classGroupHonorInfoData.HonorList
-
Field Summary
Fields Modifier and Type Field Description private final LonggroupIdprivate final GroupHonorInfoData.CurrentTalkativecurrentTalkativeprivate final List<GroupHonorInfoData.HonorList>talkativeListprivate final List<GroupHonorInfoData.HonorList>performerListprivate final List<GroupHonorInfoData.HonorList>legendListprivate final List<GroupHonorInfoData.HonorList>strongNewbieListprivate final List<GroupHonorInfoData.HonorList>emotionList
-
Constructor Summary
Constructors Constructor Description GroupHonorInfoData(Long groupId, GroupHonorInfoData.CurrentTalkative currentTalkative, List<GroupHonorInfoData.HonorList> talkativeList, List<GroupHonorInfoData.HonorList> performerList, List<GroupHonorInfoData.HonorList> legendList, List<GroupHonorInfoData.HonorList> strongNewbieList, List<GroupHonorInfoData.HonorList> emotionList)
-
Method Summary
Modifier and Type Method Description final LonggetGroupId()final GroupHonorInfoData.CurrentTalkativegetCurrentTalkative()final List<GroupHonorInfoData.HonorList>getTalkativeList()final List<GroupHonorInfoData.HonorList>getPerformerList()final List<GroupHonorInfoData.HonorList>getLegendList()final List<GroupHonorInfoData.HonorList>getStrongNewbieList()final List<GroupHonorInfoData.HonorList>getEmotionList()-
-
Constructor Detail
-
GroupHonorInfoData
GroupHonorInfoData(Long groupId, GroupHonorInfoData.CurrentTalkative currentTalkative, List<GroupHonorInfoData.HonorList> talkativeList, List<GroupHonorInfoData.HonorList> performerList, List<GroupHonorInfoData.HonorList> legendList, List<GroupHonorInfoData.HonorList> strongNewbieList, List<GroupHonorInfoData.HonorList> emotionList)
-
-
Method Detail
-
getGroupId
final Long getGroupId()
-
getCurrentTalkative
final GroupHonorInfoData.CurrentTalkative getCurrentTalkative()
-
getTalkativeList
final List<GroupHonorInfoData.HonorList> getTalkativeList()
-
getPerformerList
final List<GroupHonorInfoData.HonorList> getPerformerList()
-
getLegendList
final List<GroupHonorInfoData.HonorList> getLegendList()
-
getStrongNewbieList
final List<GroupHonorInfoData.HonorList> getStrongNewbieList()
-
getEmotionList
final List<GroupHonorInfoData.HonorList> getEmotionList()
-
-
-
-