Class SlackAttachmentField


  • public class SlackAttachmentField
    extends Object
    Slack attachment field.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • SlackAttachmentField

        public SlackAttachmentField()
    • Method Detail

      • getTitle

        public String getTitle()
      • getValue

        public Object getValue()
      • isShortField

        public boolean isShortField()
      • setTitle

        public void setTitle​(String title)
      • setValue

        public void setValue​(Object value)
      • setShortField

        public void setShortField​(boolean shortField)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object