Class CommandResponse


  • public class CommandResponse
    extends Object
    Command execution response.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • CommandResponse

        public CommandResponse()
    • Method Detail

      • getText

        public String getText()
      • getUsername

        public String getUsername()
      • getIconUrl

        public String getIconUrl()
      • getGotoLocation

        public String getGotoLocation()
      • getTriggerId

        public String getTriggerId()
      • getChannelId

        public String getChannelId()
      • isSkipSlackParsing

        public boolean isSkipSlackParsing()
      • setText

        public void setText​(String text)
      • setUsername

        public void setUsername​(String username)
      • setIconUrl

        public void setIconUrl​(String iconUrl)
      • setType

        public void setType​(PostType type)
      • setGotoLocation

        public void setGotoLocation​(String gotoLocation)
      • setTriggerId

        public void setTriggerId​(String triggerId)
      • setChannelId

        public void setChannelId​(String channelId)
      • setSkipSlackParsing

        public void setSkipSlackParsing​(boolean skipSlackParsing)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object