global class SubteamSelfAddedEvent { global SubteamSelfAddedEvent() { } global Object clone() { } global String getEventTs() { } global String getSubteamId() { } global String getSubtype() { } global String getType() { } global void setEventTs(String eventTs) { } global void setSubteamId(String subteamId) { } global String toString() { } }