global class MessageGroupTopicEvent { global MessageGroupTopicEvent() { } global Object clone() { } global String getChannel() { } global String getChannelType() { } global String getEventTs() { } global String getSubtype() { } global String getText() { } global String getTopic() { } global String getTs() { } global String getType() { } global String getUser() { } global void setChannel(String channel) { } global void setChannelType(String channelType) { } global void setEventTs(String eventTs) { } global void setText(String text) { } global void setTopic(String topic) { } global void setTs(String ts) { } global void setUser(String user) { } global String toString() { } }