Package com.github.twitch4j.helix.domain
Class ActiveExtension
java.lang.Object
com.github.twitch4j.helix.domain.ActiveExtension
public class ActiveExtension
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActiveExtension.ActiveExtensionBuilder -
Constructor Summary
Constructors Constructor Description ActiveExtension()ActiveExtension(java.lang.Boolean active, java.lang.String id, java.lang.String name, java.lang.String version, java.lang.Integer x, java.lang.Integer y) -
Method Summary
Modifier and Type Method Description static ActiveExtension.ActiveExtensionBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetActive()Activation state of the extension, for each extension type (component, overlay, mobile, panel).java.lang.StringgetId()(Client) ID of the extension.java.lang.StringgetName()Name of the extension.java.lang.StringgetVersion()Version of the extension.java.lang.IntegergetX()(Video-component Extensions only) X-coordinate of the placement of the extension.java.lang.IntegergetY()(Video-component Extensions only) Y-coordinate of the placement of the extension.inthashCode()ActiveExtension.ActiveExtensionBuildertoBuilder()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ActiveExtension
public ActiveExtension() -
ActiveExtension
public ActiveExtension(java.lang.Boolean active, java.lang.String id, java.lang.String name, java.lang.String version, java.lang.Integer x, java.lang.Integer y)
-
-
Method Details
-
builder
-
toBuilder
-
getActive
public java.lang.Boolean getActive()Activation state of the extension, for each extension type (component, overlay, mobile, panel). If false, no other data is provided. -
getId
public java.lang.String getId()(Client) ID of the extension. -
getName
public java.lang.String getName()Name of the extension. -
getVersion
public java.lang.String getVersion()Version of the extension. -
getX
public java.lang.Integer getX()(Video-component Extensions only) X-coordinate of the placement of the extension. -
getY
public java.lang.Integer getY()(Video-component Extensions only) Y-coordinate of the placement of the extension. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-