Package com.github.twitch4j.helix.domain
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 classCodeStatus.Status -
Constructor Summary
Constructors Constructor Description CodeStatus() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetCode()The code to check the status of or to redeem.CodeStatus.StatusgetStatus()Indicates the current status of each key when checking key status or redeeming.inthashCode()java.lang.StringtoString()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
Indicates the current status of each key when checking key status or redeeming. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-