Package com.github.twitch4j.helix.domain
Class ActiveExtension
java.lang.Object
com.github.twitch4j.helix.domain.ActiveExtension
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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()
-
Constructor Details
-
ActiveExtension
public ActiveExtension() -
ActiveExtension
-
-
Method Details
-
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
-