Class BlockSuggestionPayload.Container

    • Constructor Detail

      • Container

        public Container()
    • Method Detail

      • getType

        public String getType()
      • getMessageTs

        public String getMessageTs()
      • getAttachmentId

        public Integer getAttachmentId()
      • getChannelId

        public String getChannelId()
      • getText

        public String getText()
      • isEphemeral

        public boolean isEphemeral()
      • setType

        public void setType​(String type)
      • setMessageTs

        public void setMessageTs​(String messageTs)
      • setAttachmentId

        public void setAttachmentId​(Integer attachmentId)
      • setChannelId

        public void setChannelId​(String channelId)
      • setText

        public void setText​(String text)
      • setEphemeral

        public void setEphemeral​(boolean ephemeral)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object