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

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

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






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












com.google.api.services.youtube.model

Class VideoStatistics

    • Constructor Detail

      • VideoStatistics

        public VideoStatistics()
    • Method Detail

      • getCommentCount

        public BigInteger getCommentCount()
        The number of comments for the video.
        Returns:
        value or null for none
      • setCommentCount

        public VideoStatistics setCommentCount(BigInteger commentCount)
        The number of comments for the video.
        Parameters:
        commentCount - commentCount or null for none
      • getDislikeCount

        public BigInteger getDislikeCount()
        The number of users who have indicated that they disliked the video by giving it a negative rating.
        Returns:
        value or null for none
      • setDislikeCount

        public VideoStatistics setDislikeCount(BigInteger dislikeCount)
        The number of users who have indicated that they disliked the video by giving it a negative rating.
        Parameters:
        dislikeCount - dislikeCount or null for none
      • getFavoriteCount

        public BigInteger getFavoriteCount()
        The number of users who currently have the video marked as a favorite video.
        Returns:
        value or null for none
      • setFavoriteCount

        public VideoStatistics setFavoriteCount(BigInteger favoriteCount)
        The number of users who currently have the video marked as a favorite video.
        Parameters:
        favoriteCount - favoriteCount or null for none
      • getLikeCount

        public BigInteger getLikeCount()
        The number of users who have indicated that they liked the video by giving it a positive rating.
        Returns:
        value or null for none
      • setLikeCount

        public VideoStatistics setLikeCount(BigInteger likeCount)
        The number of users who have indicated that they liked the video by giving it a positive rating.
        Parameters:
        likeCount - likeCount or null for none
      • getViewCount

        public BigInteger getViewCount()
        The number of times the video has been viewed.
        Returns:
        value or null for none
      • setViewCount

        public VideoStatistics setViewCount(BigInteger viewCount)
        The number of times the video has been viewed.
        Parameters:
        viewCount - viewCount or null for none
      • clone

        public VideoStatistics 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