Class CodeStatus

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

public class CodeStatus
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  CodeStatus.Status  
  • Constructor Summary

    Constructors
    Constructor Description
    CodeStatus()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getCode()
    The code to check the status of or to redeem.
    CodeStatus.Status getStatus()
    Indicates the current status of each key when checking key status or redeeming.
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CodeStatus

      public CodeStatus()
  • Method Details

    • getCode

      public java.lang.String getCode()
      The code to check the status of or to redeem.
    • getStatus

      public CodeStatus.Status getStatus()
      Indicates the current status of each key when checking key status or redeeming.
    • 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