Class ExtensionSecret

java.lang.Object
com.github.twitch4j.extensions.domain.ExtensionSecret

public class ExtensionSecret extends Object
  • Constructor Details

    • ExtensionSecret

      public ExtensionSecret()
    • ExtensionSecret

      public ExtensionSecret(Instant active, String content, Instant expires)
  • Method Details

    • getActive

      public Instant getActive()
    • getContent

      public String getContent()
    • getExpires

      public Instant getExpires()
    • 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