Class AttachmentActionPayload.AttachmentField

java.lang.Object
com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.AttachmentField
Enclosing class:
AttachmentActionPayload

public static class AttachmentActionPayload.AttachmentField
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    AttachmentField()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getTitle()  
    java.lang.String getValue()  
    int hashCode()  
    boolean isShortField()  
    void setShortField​(boolean shortField)  
    void setTitle​(java.lang.String title)  
    void setValue​(java.lang.String value)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getTitle

      public java.lang.String getTitle()
    • getValue

      public java.lang.String getValue()
    • isShortField

      public boolean isShortField()
    • setTitle

      public void setTitle​(java.lang.String title)
    • setValue

      public void setValue​(java.lang.String value)
    • setShortField

      public void setShortField​(boolean shortField)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object