Package com.github.twitch4j.helix.domain
Class ActiveExtension
java.lang.Object
com.github.twitch4j.helix.domain.ActiveExtension
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCreates a newActiveExtension
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Activation 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.int
hashCode()
toString()
-
Constructor Details
-
ActiveExtension
public ActiveExtension() -
ActiveExtension
public ActiveExtension(Boolean active, String id, String name, String version, Integer x, Integer y) Creates a newActiveExtension
instance.- Parameters:
active
- Activation state of the extension, for each extension type (component, overlay, mobile, panel). If false, no other data is provided.id
- (Client) ID of the extension.name
- Name of the extension.version
- Version of the extension.x
- (Video-component Extensions only) X-coordinate of the placement of the extension.y
- (Video-component Extensions only) Y-coordinate of the placement of the extension.
-
-
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
-