public class QuickCommentOptionWrapper
extends java.lang.Object
implements java.io.Serializable
ITalkExtensionService.QuickCommentResponseTag
,
Serialized FormConstructor and Description |
---|
QuickCommentOptionWrapper(MessageKey key,
java.util.ArrayList<QuickCommentOption> quickCommentList,
boolean modify,
long time) |
Modifier and Type | Method and Description |
---|---|
static QuickCommentOptionWrapper |
fromProperty(Property property) |
MessageKey |
getKey() |
java.util.ArrayList<QuickCommentOption> |
getQuickCommentList() |
long |
getTime() |
boolean |
isModify() |
public QuickCommentOptionWrapper(MessageKey key, java.util.ArrayList<QuickCommentOption> quickCommentList, boolean modify, long time)
public static QuickCommentOptionWrapper fromProperty(Property property)
public MessageKey getKey()
public java.util.ArrayList<QuickCommentOption> getQuickCommentList()
public boolean isModify()
public long getTime()