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.String SERIALIZED_NAME_API_KEY  
  • Constructor Summary

    Constructors
    Constructor Description
    AuthenticatePayload()  
  • Method Summary

    Modifier and Type Method Description
    AuthenticatePayload apiKey​(java.lang.String apiKey)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getApiKey()
    Your account API key.
    int hashCode()  
    void setApiKey​(java.lang.String apiKey)  
    java.lang.String toString()  

    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

      public AuthenticatePayload apiKey​(java.lang.String 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:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object