Class OnsiteNotification
java.lang.Object
com.github.twitch4j.pubsub.domain.OnsiteNotification
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBody()
getId()
getRead()
getType()
int
hashCode()
void
setActions
(List<OnsiteNotification.Action> actions) void
void
void
setCreatedAt
(Instant createdAt) void
setCreators
(List<OnsiteNotification.Creator> creators) void
void
void
setRenderStyle
(String renderStyle) void
setThumbnailUrl
(String thumbnailUrl) void
void
setUpdatedAt
(Instant updatedAt) void
toString()
-
Constructor Details
-
OnsiteNotification
public OnsiteNotification()
-
-
Method Details
-
getUserId
-
getId
-
getBody
-
getBodyMd
-
getType
-
getRenderStyle
-
getThumbnailUrl
-
getActions
-
getCreatedAt
-
getUpdatedAt
-
getRead
-
getCreators
-
setUserId
-
setId
-
setBody
-
setBodyMd
-
setType
-
setRenderStyle
-
setThumbnailUrl
-
setActions
-
setCreatedAt
-
setUpdatedAt
-
setRead
-
setCreators
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-