public class FilePublicPayload extends Object implements EventsApiPayload<FilePublicEvent>
TYPE| Constructor and Description |
|---|
FilePublicPayload() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getApiAppId() |
List<String> |
getAuthedTeams() |
List<String> |
getAuthedUsers() |
String |
getEnterpriseId() |
FilePublicEvent |
getEvent() |
String |
getEventId() |
Integer |
getEventTime() |
String |
getTeamId() |
String |
getToken() |
String |
getType() |
int |
hashCode() |
void |
setApiAppId(String apiAppId) |
void |
setAuthedTeams(List<String> authedTeams) |
void |
setAuthedUsers(List<String> authedUsers) |
void |
setEnterpriseId(String enterpriseId) |
void |
setEvent(FilePublicEvent event) |
void |
setEventId(String eventId) |
void |
setEventTime(Integer eventTime) |
void |
setTeamId(String teamId) |
void |
setToken(String token) |
void |
setType(String type) |
String |
toString() |
public String getToken()
getToken in interface EventsApiPayload<FilePublicEvent>public String getEnterpriseId()
getEnterpriseId in interface EventsApiPayload<FilePublicEvent>public String getTeamId()
getTeamId in interface EventsApiPayload<FilePublicEvent>public String getApiAppId()
getApiAppId in interface EventsApiPayload<FilePublicEvent>public String getType()
getType in interface EventsApiPayload<FilePublicEvent>public List<String> getAuthedUsers()
getAuthedUsers in interface EventsApiPayload<FilePublicEvent>public List<String> getAuthedTeams()
getAuthedTeams in interface EventsApiPayload<FilePublicEvent>public String getEventId()
getEventId in interface EventsApiPayload<FilePublicEvent>public Integer getEventTime()
getEventTime in interface EventsApiPayload<FilePublicEvent>public FilePublicEvent getEvent()
getEvent in interface EventsApiPayload<FilePublicEvent>public void setToken(String token)
setToken in interface EventsApiPayload<FilePublicEvent>public void setEnterpriseId(String enterpriseId)
setEnterpriseId in interface EventsApiPayload<FilePublicEvent>public void setTeamId(String teamId)
setTeamId in interface EventsApiPayload<FilePublicEvent>public void setApiAppId(String apiAppId)
setApiAppId in interface EventsApiPayload<FilePublicEvent>public void setType(String type)
setType in interface EventsApiPayload<FilePublicEvent>public void setAuthedUsers(List<String> authedUsers)
setAuthedUsers in interface EventsApiPayload<FilePublicEvent>public void setAuthedTeams(List<String> authedTeams)
setAuthedTeams in interface EventsApiPayload<FilePublicEvent>public void setEventId(String eventId)
setEventId in interface EventsApiPayload<FilePublicEvent>public void setEventTime(Integer eventTime)
setEventTime in interface EventsApiPayload<FilePublicEvent>public void setEvent(FilePublicEvent event)
setEvent in interface EventsApiPayload<FilePublicEvent>protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.