Class RTMStartResponse.Latest

java.lang.Object
com.slack.api.methods.response.rtm.RTMStartResponse.Latest
Enclosing class:
RTMStartResponse

public static class RTMStartResponse.Latest extends Object
  • Constructor Details

    • Latest

      public Latest()
  • Method Details

    • getClientMsgId

      public String getClientMsgId()
    • getType

      public String getType()
    • getSubtype

      public String getSubtype()
    • getTeam

      public String getTeam()
    • getUser

      public String getUser()
    • getUsername

      public String getUsername()
    • getParentUserId

      public String getParentUserId()
    • getText

      public String getText()
    • getTopic

      public String getTopic()
    • getAttachments

      public List<Attachment> getAttachments()
    • getBlocks

      public List<LayoutBlock> getBlocks()
    • getFiles

      public List<File> getFiles()
    • getReactions

      public List<String> getReactions()
    • getRoot

      public Message.MessageRoot getRoot()
    • isUpload

      public boolean isUpload()
    • isDisplayAsBot

      public boolean isDisplayAsBot()
    • getBotId

      public String getBotId()
    • getBotLink

      public String getBotLink()
    • getBotProfile

      public BotProfile getBotProfile()
    • getThreadTs

      public String getThreadTs()
    • getTs

      public String getTs()
    • getIcons

      public Message.Icons getIcons()
    • getXFiles

      public List<String> getXFiles()
    • getEdited

      public Latest.Edited getEdited()
    • setClientMsgId

      public void setClientMsgId(String clientMsgId)
    • setType

      public void setType(String type)
    • setSubtype

      public void setSubtype(String subtype)
    • setTeam

      public void setTeam(String team)
    • setUser

      public void setUser(String user)
    • setUsername

      public void setUsername(String username)
    • setParentUserId

      public void setParentUserId(String parentUserId)
    • setText

      public void setText(String text)
    • setTopic

      public void setTopic(String topic)
    • setAttachments

      public void setAttachments(List<Attachment> attachments)
    • setBlocks

      public void setBlocks(List<LayoutBlock> blocks)
    • setFiles

      public void setFiles(List<File> files)
    • setReactions

      public void setReactions(List<String> reactions)
    • setRoot

      public void setRoot(Message.MessageRoot root)
    • setUpload

      public void setUpload(boolean upload)
    • setDisplayAsBot

      public void setDisplayAsBot(boolean displayAsBot)
    • setBotId

      public void setBotId(String botId)
    • setBotLink

      public void setBotLink(String botLink)
    • setBotProfile

      public void setBotProfile(BotProfile botProfile)
    • setThreadTs

      public void setThreadTs(String threadTs)
    • setTs

      public void setTs(String ts)
    • setIcons

      public void setIcons(Message.Icons icons)
    • setXFiles

      public void setXFiles(List<String> xFiles)
    • setEdited

      public void setEdited(Latest.Edited edited)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object