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 class  ActiveExtension.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.ActiveExtensionBuilder builder()  
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Boolean getActive()
    Activation state of the extension, for each extension type (component, overlay, mobile, panel).
    java.lang.String getId()
    (Client) ID of the extension.
    java.lang.String getName()
    Name of the extension.
    java.lang.String getVersion()
    Version of the extension.
    java.lang.Integer getX()
    (Video-component Extensions only) X-coordinate of the placement of the extension.
    java.lang.Integer getY()
    (Video-component Extensions only) Y-coordinate of the placement of the extension.
    int hashCode()  
    ActiveExtension.ActiveExtensionBuilder toBuilder()  
    java.lang.String toString()  

    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

      public static ActiveExtension.ActiveExtensionBuilder 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:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object