Package com.github.twitch4j.helix.domain
Klasse ShieldModeStatus
java.lang.Object
com.github.twitch4j.helix.domain.ShieldModeStatus
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanThe 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.inthashCode()isActive()Whether Shield Mode is active.toString()
-
Konstruktordetails
-
ShieldModeStatus
public ShieldModeStatus()
-
-
Methodendetails
-
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
-