Klasse OnsiteNotification

java.lang.Object
com.github.twitch4j.pubsub.domain.OnsiteNotification

public class OnsiteNotification extends Object
  • Konstruktordetails

    • OnsiteNotification

      public OnsiteNotification()
  • Methodendetails

    • getUserId

      public String getUserId()
    • getId

      public String getId()
    • getBody

      public String getBody()
    • getBodyMd

      public String getBodyMd()
    • getType

      public String getType()
    • getRenderStyle

      public String getRenderStyle()
    • getThumbnailUrl

      public String getThumbnailUrl()
    • getActions

      public List<OnsiteNotification.Action> getActions()
    • getCreatedAt

      public Instant getCreatedAt()
    • getUpdatedAt

      public Instant getUpdatedAt()
    • getRead

      public Boolean getRead()
    • getCreators

      public List<OnsiteNotification.Creator> getCreators()
    • setUserId

      public void setUserId(String userId)
    • setId

      public void setId(String id)
    • setBody

      public void setBody(String body)
    • setBodyMd

      public void setBodyMd(String bodyMd)
    • setType

      public void setType(String type)
    • setRenderStyle

      public void setRenderStyle(String renderStyle)
    • setThumbnailUrl

      public void setThumbnailUrl(String thumbnailUrl)
    • setActions

      public void setActions(List<OnsiteNotification.Action> actions)
    • setCreatedAt

      public void setCreatedAt(Instant createdAt)
    • setUpdatedAt

      public void setUpdatedAt(Instant updatedAt)
    • setRead

      public void setRead(Boolean read)
    • setCreators

      public void setCreators(List<OnsiteNotification.Creator> creators)
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object