Class Video

java.lang.Object
com.amilesend.discogs.model.database.type.Video

public class Video extends Object
Describes a video.
  • Method Details

    • builder

      public static Video.VideoBuilder builder()
    • getDescription

      public String getDescription()
      The video description.
    • getDuration

      public Integer getDuration()
      The duration in minutes.
    • getEmbed

      public Boolean getEmbed()
      Embed flag indicator.
    • getTitle

      public String getTitle()
      The video title.
    • getUri

      public String getUri()
      The video URI.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object