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

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







ChannelStatistics (YouTube Data API v3 v3-rev20210410-1.31.0)












com.google.api.services.youtube.model

Class ChannelStatistics

    • Constructor Detail

      • ChannelStatistics

        public ChannelStatistics()
    • Method Detail

      • getCommentCount

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

        public ChannelStatistics setCommentCount(BigInteger commentCount)
        The number of comments for the channel.
        Parameters:
        commentCount - commentCount or null for none
      • getHiddenSubscriberCount

        public Boolean getHiddenSubscriberCount()
        Whether or not the number of subscribers is shown for this user.
        Returns:
        value or null for none
      • setHiddenSubscriberCount

        public ChannelStatistics setHiddenSubscriberCount(Boolean hiddenSubscriberCount)
        Whether or not the number of subscribers is shown for this user.
        Parameters:
        hiddenSubscriberCount - hiddenSubscriberCount or null for none
      • getSubscriberCount

        public BigInteger getSubscriberCount()
        The number of subscribers that the channel has.
        Returns:
        value or null for none
      • setSubscriberCount

        public ChannelStatistics setSubscriberCount(BigInteger subscriberCount)
        The number of subscribers that the channel has.
        Parameters:
        subscriberCount - subscriberCount or null for none
      • getVideoCount

        public BigInteger getVideoCount()
        The number of videos uploaded to the channel.
        Returns:
        value or null for none
      • setVideoCount

        public ChannelStatistics setVideoCount(BigInteger videoCount)
        The number of videos uploaded to the channel.
        Parameters:
        videoCount - videoCount or null for none
      • getViewCount

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

        public ChannelStatistics setViewCount(BigInteger viewCount)
        The number of times the channel has been viewed.
        Parameters:
        viewCount - viewCount or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy