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

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







VideoAbuseReport (YouTube Data API v3 v3-rev20240303-2.0.0)












com.google.api.services.youtube.model

Class VideoAbuseReport

    • Constructor Detail

      • VideoAbuseReport

        public VideoAbuseReport()
    • Method Detail

      • getComments

        public String getComments()
        Additional comments regarding the abuse report.
        Returns:
        value or null for none
      • setComments

        public VideoAbuseReport setComments(String comments)
        Additional comments regarding the abuse report.
        Parameters:
        comments - comments or null for none
      • getLanguage

        public String getLanguage()
        The language that the content was viewed in.
        Returns:
        value or null for none
      • setLanguage

        public VideoAbuseReport setLanguage(String language)
        The language that the content was viewed in.
        Parameters:
        language - language or null for none
      • getReasonId

        public String getReasonId()
        The high-level, or primary, reason that the content is abusive. The value is an abuse report reason ID.
        Returns:
        value or null for none
      • setReasonId

        public VideoAbuseReport setReasonId(String reasonId)
        The high-level, or primary, reason that the content is abusive. The value is an abuse report reason ID.
        Parameters:
        reasonId - reasonId or null for none
      • getSecondaryReasonId

        public String getSecondaryReasonId()
        The specific, or secondary, reason that this content is abusive (if available). The value is an abuse report reason ID that is a valid secondary reason for the primary reason.
        Returns:
        value or null for none
      • setSecondaryReasonId

        public VideoAbuseReport setSecondaryReasonId(String secondaryReasonId)
        The specific, or secondary, reason that this content is abusive (if available). The value is an abuse report reason ID that is a valid secondary reason for the primary reason.
        Parameters:
        secondaryReasonId - secondaryReasonId or null for none
      • getVideoId

        public String getVideoId()
        The ID that YouTube uses to uniquely identify the video.
        Returns:
        value or null for none
      • setVideoId

        public VideoAbuseReport setVideoId(String videoId)
        The ID that YouTube uses to uniquely identify the video.
        Parameters:
        videoId - videoId or null for none
      • clone

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