Class OnsiteNotification.Action

java.lang.Object
com.github.twitch4j.pubsub.domain.OnsiteNotification.Action
Enclosing class:
OnsiteNotification

public static class OnsiteNotification.Action extends Object
  • Constructor Details

    • Action

      public Action()
  • Method Details

    • getId

      public String getId()
    • getType

      public String getType()
    • getUrl

      public String getUrl()
    • getModalId

      public String getModalId()
    • getBody

      public String getBody()
    • getLabel

      public String getLabel()
    • setId

      public void setId(String id)
    • setType

      public void setType(String type)
    • setUrl

      public void setUrl(String url)
    • setModalId

      public void setModalId(String modalId)
    • setBody

      public void setBody(String body)
    • setLabel

      public void setLabel(String label)
    • 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