global class ImOpenEvent { global ImOpenEvent() { } global Object clone() { } global String getChannel() { } global String getEventTs() { } global String getSubtype() { } global String getType() { } global String getUser() { } global void setChannel(String channel) { } global void setEventTs(String eventTs) { } global void setUser(String user) { } global String toString() { } }