Class ExtensionSecrets

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

public class ExtensionSecrets extends Object
  • Constructor Details

    • ExtensionSecrets

      public ExtensionSecrets()
  • Method Details

    • getFormatVersion

      public Integer getFormatVersion()
      Indicates the version associated with the Extension secrets in the response.
    • getSecrets

      public List<ExtensionSecret> getSecrets()
      The secret objects.
    • 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