Package com.slack.api.model.event
Class MessageMetadataPostedEvent
- java.lang.Object
-
- com.slack.api.model.event.MessageMetadataPostedEvent
-
- All Implemented Interfaces:
Event,Serializable
public class MessageMetadataPostedEvent extends Object implements Event
https://api.slack.com/events/message_metadata_posted- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageMetadataPostedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAppId()StringgetBotId()StringgetChannelId()StringgetEventTs()StringgetMessageTs()Map<String,Object>getMetadata()StringgetTeamId()StringgetType()StringgetUserId()inthashCode()voidsetAppId(String appId)voidsetBotId(String botId)voidsetChannelId(String channelId)voidsetEventTs(String eventTs)voidsetMessageTs(String messageTs)voidsetMetadata(Map<String,Object> metadata)voidsetTeamId(String teamId)voidsetUserId(String userId)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTeamId
public String getTeamId()
-
getChannelId
public String getChannelId()
-
getMessageTs
public String getMessageTs()
-
getAppId
public String getAppId()
-
getBotId
public String getBotId()
-
getUserId
public String getUserId()
-
getEventTs
public String getEventTs()
-
setTeamId
public void setTeamId(String teamId)
-
setChannelId
public void setChannelId(String channelId)
-
setMessageTs
public void setMessageTs(String messageTs)
-
setAppId
public void setAppId(String appId)
-
setBotId
public void setBotId(String botId)
-
setUserId
public void setUserId(String userId)
-
setEventTs
public void setEventTs(String eventTs)
-
canEqual
protected boolean canEqual(Object other)
-
-