Class ClipsDownload

java.lang.Object
com.github.twitch4j.helix.domain.ClipsDownload

public class ClipsDownload extends Object
  • Constructor Details

    • ClipsDownload

      public ClipsDownload()
  • Method Details

    • getClipId

      @NotNull public @NotNull String getClipId()
      An ID that uniquely identifies the clip.
    • getLandscapeDownloadUrl

      @Nullable public @Nullable String getLandscapeDownloadUrl()
      The landscape URL to download the clip. This field is null if the URL is not available.
    • getPortraitDownloadUrl

      @Nullable public @Nullable String getPortraitDownloadUrl()
      The portrait URL to download the clip. This field is null if the URL is not available.
    • 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