LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
global class FileDeletedEvent {
    global FileDeletedEvent() { }
    global Object clone() { }
    global List<String> getChannelIds() { }
    global String getEventTs() { }
    global String getFileId() { }
    global String getSubtype() { }
    global String getType() { }
    global void setChannelIds(List<String> channelIds) { }
    global void setEventTs(String eventTs) { }
    global void setFileId(String fileId) { }
    global String toString() { }
 
}