public class Video extends NamedResource<String,Video>
Describes a video.
See Also:
  • Method Details

    • builder

      public static Video.VideoBuilder<?,?> builder()
    • getLanguageCode

      public String getLanguageCode()
      The ISO-639-1 language code.
    • getCountryCode

      public String getCountryCode()
      The ISO-3166-1 country code.
    • getKey

      public String getKey()
      The key identifier.
    • getSite

      public String getSite()
      The name of the streaming video site.
    • getSize

      public Integer getSize()
      The video image size.
    • getType

      public String getType()
      The video type.
    • getOfficial

      public Boolean getOfficial()
      Indicates if the video is officially distributed by the publisher.
    • getPublishedAt

      public LocalDateTime getPublishedAt()
      The timestamp for when the video was published.
    • toString

      public String toString()
      Overrides:
      toString in class NamedResource<String,Video>