LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
global class MessageChannelTopicEvent {
    global MessageChannelTopicEvent() { }
    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() { }
 
}