Package com.github.twitch4j.helix.domain
Class ShieldModeStatus
java.lang.Object
com.github.twitch4j.helix.domain.ShieldModeStatus
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The UTC timestamp of when Shield Mode was last activated.An ID that identifies the moderator that last activated Shield Mode.The moderator’s login name.The moderator’s display name.int
hashCode()
isActive()
Whether Shield Mode is active.toString()
-
Constructor Details
-
ShieldModeStatus
public ShieldModeStatus()
-
-
Method Details
-
isActive
Whether Shield Mode is active. -
getModeratorId
An ID that identifies the moderator that last activated Shield Mode.Is an empty string if Shield Mode hasn't been previously activated.
-
getModeratorName
The moderator’s display name.Is an empty string if Shield Mode hasn't been previously activated.
-
getModeratorLogin
The moderator’s login name.Is an empty string if Shield Mode hasn't been previously activated.
-
getLastActivatedAt
The UTC timestamp of when Shield Mode was last activated.Is an empty string if Shield Mode hasn't been previously activated.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-