-
- All Implemented Interfaces:
public final class GroupNoticeRespData.GroupNoticeMessageData
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtextprivate final List<GroupNoticeRespData.GroupNoticeImageData>images
-
Constructor Summary
Constructors Constructor Description GroupNoticeRespData.GroupNoticeMessageData(String text, List<GroupNoticeRespData.GroupNoticeImageData> images)
-
Method Summary
Modifier and Type Method Description final StringgetText()final List<GroupNoticeRespData.GroupNoticeImageData>getImages()-
-
Constructor Detail
-
GroupNoticeRespData.GroupNoticeMessageData
GroupNoticeRespData.GroupNoticeMessageData(String text, List<GroupNoticeRespData.GroupNoticeImageData> images)
-
-
Method Detail
-
getImages
final List<GroupNoticeRespData.GroupNoticeImageData> getImages()
-
-
-
-