Class ReportRequest


  • public class ReportRequest
    extends Object
    JSON Body for report request.
    • Field Detail

      • score

        private Integer score
        Required. The score to rate this content as where -100 is most offensive and 0 is inoffensive.
      • reason

        private String reason
        Required. The reason the content is being reported. May be blank.
    • Constructor Detail

      • ReportRequest

        public ReportRequest()
    • Method Detail

      • getScore

        public Integer getScore()
      • setScore

        public void setScore​(Integer score)
      • getReason

        public String getReason()
      • setReason

        public void setReason​(String reason)