global class StarAddedEvent { global StarAddedEvent() { } global Object clone() { } global String getEventTs() { } global Slack.StarAddedEvent.Item getItem() { } global String getSubtype() { } global String getType() { } global String getUser() { } global void setEventTs(String eventTs) { } global void setItem(Slack.StarAddedEvent.Item item) { } global void setUser(String user) { } global String toString() { } global class Edited { global StarAddedEvent.Edited() { } global Object clone() { } global String getTs() { } global String getUser() { } global void setTs(String ts) { } global void setUser(String user) { } } global class Item { global StarAddedEvent.Item() { } global Object clone() { } global String getChannel() { } global Slack.FileComment getComment() { } global String getCreatedBy() { } global Long getDateCreate() { } global Slack.File getFile() { } global Slack.StarAddedEvent.Message getMessage() { } global String getType() { } global void setChannel(String channel) { } global void setComment(Slack.FileComment comment) { } global void setCreatedBy(String createdBy) { } global void setDateCreate(Long dateCreate) { } global void setFile(Slack.File file) { } global void setMessage(Slack.StarAddedEvent.Message message) { } global void setType(String type) { } } global class Message { global StarAddedEvent.Message() { } global Object clone() { } global String getAppId() { } global String getBotId() { } global Slack.BotProfile getBotProfile() { } global String getClientMsgId() { } global Slack.StarAddedEvent.Edited getEdited() { } global String getPermalink() { } global List getPinnedTo() { } global String getTeam() { } global String getText() { } global String getTs() { } global String getType() { } global String getUser() { } global Boolean isStarred() { } global void setAppId(String appId) { } global void setBotId(String botId) { } global void setBotProfile(Slack.BotProfile botProfile) { } global void setClientMsgId(String clientMsgId) { } global void setEdited(Slack.StarAddedEvent.Edited edited) { } global void setPermalink(String permalink) { } global void setPinnedTo(List pinnedTo) { } global void setStarred(Boolean isStarred) { } global void setTeam(String team) { } global void setText(String text) { } global void setTs(String ts) { } global void setType(String type) { } global void setUser(String user) { } } }