java.lang.Object
cn.herodotus.stirrup.openapi.aliyun.audit.definition.domain.AbstractFeedbackBody
cn.herodotus.stirrup.openapi.aliyun.audit.domain.image.ImageFeedbackBody
所有已实现的接口:
CoreRequest, Serializable

public class ImageFeedbackBody extends AbstractFeedbackBody

Description: 阿里图片检测内容反馈请求参数实体

作者:
: gengwei.zheng
另请参阅:
Date:
: 2021/4/14 11:51
  • 构造器详细资料

    • ImageFeedbackBody

      public ImageFeedbackBody()
  • 方法详细资料

    • getSuggestion

      public String getSuggestion()
    • setSuggestion

      public void setSuggestion(String suggestion)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getScenes

      public List<String> getScenes()
    • setScenes

      public void setScenes(List<String> scenes)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getNote

      public String getNote()
    • setNote

      public void setNote(String note)
    • toString

      public String toString()
      覆盖:
      toString 在类中 AbstractFeedbackBody