Class KrakenCreatedVideo.Upload

java.lang.Object
com.github.twitch4j.kraken.domain.KrakenCreatedVideo.Upload
Enclosing class:
KrakenCreatedVideo

public static class KrakenCreatedVideo.Upload extends Object
  • Constructor Details

    • Upload

      public Upload()
  • Method Details

    • getUrl

      public String getUrl()
      The URL where you will upload video parts.
    • getToken

      public String getToken()
      The token you will use to upload video parts.

      Upload tokens expire after 1 day. If you lose the token or it expires, you must start a new upload and get a new token.

    • 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