global class TeamAccessRevokedEvent { global TeamAccessRevokedEvent() { } global Object clone() { } global String getEventTs() { } global String getSubtype() { } global List getTeamIds() { } global String getType() { } global void setEventTs(String eventTs) { } global void setTeamIds(List teamIds) { } global String toString() { } }