Package com.github.twitch4j.helix.domain
Klasse ActiveExtension
java.lang.Object
com.github.twitch4j.helix.domain.ActiveExtension
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibung -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanActivation state of the extension, for each extension type (component, overlay, mobile, panel).getId()(Client) ID of the extension.getName()Name of the extension.Version of the extension.getX()(Video-component Extensions only) X-coordinate of the placement of the extension.getY()(Video-component Extensions only) Y-coordinate of the placement of the extension.inthashCode()toString()
-
Konstruktordetails
-
ActiveExtension
public ActiveExtension() -
ActiveExtension
-
-
Methodendetails
-
builder
-
toBuilder
-
getActive
Activation state of the extension, for each extension type (component, overlay, mobile, panel). If false, no other data is provided. -
getId
(Client) ID of the extension. -
getName
Name of the extension. -
getVersion
Version of the extension. -
getX
(Video-component Extensions only) X-coordinate of the placement of the extension. -
getY
(Video-component Extensions only) Y-coordinate of the placement of the extension. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-