Class ExtensionConfigurationSegment

java.lang.Object
com.github.twitch4j.helix.domain.ExtensionConfigurationSegment

public class ExtensionConfigurationSegment extends Object
  • Constructor Details

    • ExtensionConfigurationSegment

      public ExtensionConfigurationSegment()
  • Method Details

    • getSegment

      public ExtensionSegment getSegment()
      The type of segment.
    • getContent

      public String getContent()
      The contents of the segment.

      This string may be a plain string or a string-encoded JSON object.

    • getVersion

      public String getVersion()
      The version that identifies the segment’s definition.
    • getBroadcasterId

      @Nullable public @Nullable String getBroadcasterId()
      The ID of the broadcaster that owns the extension. The object includes this field only if the segment query parameter is set to developer or broadcaster.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object