All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.youtube.model.Thumbnail.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240514-2.0.0
Show newest version






Thumbnail (YouTube Data API v3 v3-rev20240417-2.0.0)












com.google.api.services.youtube.model

Class Thumbnail

    • Constructor Detail

      • Thumbnail

        public Thumbnail()
    • Method Detail

      • getHeight

        public Long getHeight()
        (Optional) Height of the thumbnail image.
        Returns:
        value or null for none
      • setHeight

        public Thumbnail setHeight(Long height)
        (Optional) Height of the thumbnail image.
        Parameters:
        height - height or null for none
      • getUrl

        public String getUrl()
        The thumbnail image's URL.
        Returns:
        value or null for none
      • setUrl

        public Thumbnail setUrl(String url)
        The thumbnail image's URL.
        Parameters:
        url - url or null for none
      • getWidth

        public Long getWidth()
        (Optional) Width of the thumbnail image.
        Returns:
        value or null for none
      • setWidth

        public Thumbnail setWidth(Long width)
        (Optional) Width of the thumbnail image.
        Parameters:
        width - width or null for none
      • set

        public Thumbnail set(String fieldName,
                             Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Thumbnail clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy