Package video.api.client.api.models
Class AuthenticatePayload
java.lang.Object
video.api.client.api.models.AuthenticatePayload
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticatePayload
extends java.lang.Object
implements java.io.Serializable
AuthenticatePayload
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERIALIZED_NAME_API_KEY -
Constructor Summary
Constructors Constructor Description AuthenticatePayload() -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SERIALIZED_NAME_API_KEY
public static final java.lang.String SERIALIZED_NAME_API_KEY- See Also:
- Constant Field Values
-
-
Constructor Details
-
AuthenticatePayload
public AuthenticatePayload()
-
-
Method Details
-
apiKey
-
getApiKey
public java.lang.String getApiKey()Your account API key. You can use your sandbox API key, or you can use your production API key.- Returns:
- apiKey
-
setApiKey
public void setApiKey(java.lang.String apiKey) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-