Class AttachmentActionPayload.AttachmentAction

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

public static class AttachmentActionPayload.AttachmentAction extends Object
  • Constructor Details

    • AttachmentAction

      public AttachmentAction()
  • Method Details

    • getName

      public String getName()
    • getText

      public String getText()
    • getType

      public String getType()
    • getValue

      public String getValue()
    • setName

      public void setName(String name)
    • setText

      public void setText(String text)
    • setType

      public void setType(String type)
    • setValue

      public void setValue(String value)
    • 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