com.aliyuncs.vod.model.v20170321.GetMediaAuditResultTimelineResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-vod Show documentation
Show all versions of aliyun-java-sdk-vod Show documentation
Aliyun Open API SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
The newest version!
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.vod.model.v20170321;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.vod.transform.v20170321.GetMediaAuditResultTimelineResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetMediaAuditResultTimelineResponse extends AcsResponse {
private String requestId;
private MediaAuditResultTimeline mediaAuditResultTimeline;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public MediaAuditResultTimeline getMediaAuditResultTimeline() {
return this.mediaAuditResultTimeline;
}
public void setMediaAuditResultTimeline(MediaAuditResultTimeline mediaAuditResultTimeline) {
this.mediaAuditResultTimeline = mediaAuditResultTimeline;
}
public static class MediaAuditResultTimeline {
private List porn;
private List terrorism;
private List logo;
private List live;
private List ad;
public List getPorn() {
return this.porn;
}
public void setPorn(List porn) {
this.porn = porn;
}
public List getTerrorism() {
return this.terrorism;
}
public void setTerrorism(List terrorism) {
this.terrorism = terrorism;
}
public List getLogo() {
return this.logo;
}
public void setLogo(List logo) {
this.logo = logo;
}
public List getLive() {
return this.live;
}
public void setLive(List live) {
this.live = live;
}
public List getAd() {
return this.ad;
}
public void setAd(List ad) {
this.ad = ad;
}
public static class PornItem {
private String score;
private String timestamp;
private String label;
public String getScore() {
return this.score;
}
public void setScore(String score) {
this.score = score;
}
public String getTimestamp() {
return this.timestamp;
}
public void setTimestamp(String timestamp) {
this.timestamp = timestamp;
}
public String getLabel() {
return this.label;
}
public void setLabel(String label) {
this.label = label;
}
}
public static class TerrorismItem {
private String score;
private String timestamp;
private String label;
public String getScore() {
return this.score;
}
public void setScore(String score) {
this.score = score;
}
public String getTimestamp() {
return this.timestamp;
}
public void setTimestamp(String timestamp) {
this.timestamp = timestamp;
}
public String getLabel() {
return this.label;
}
public void setLabel(String label) {
this.label = label;
}
}
public static class LogoItem {
private String score;
private String timestamp;
private String label;
public String getScore() {
return this.score;
}
public void setScore(String score) {
this.score = score;
}
public String getTimestamp() {
return this.timestamp;
}
public void setTimestamp(String timestamp) {
this.timestamp = timestamp;
}
public String getLabel() {
return this.label;
}
public void setLabel(String label) {
this.label = label;
}
}
public static class LiveItem {
private String score;
private String timestamp;
private String label;
public String getScore() {
return this.score;
}
public void setScore(String score) {
this.score = score;
}
public String getTimestamp() {
return this.timestamp;
}
public void setTimestamp(String timestamp) {
this.timestamp = timestamp;
}
public String getLabel() {
return this.label;
}
public void setLabel(String label) {
this.label = label;
}
}
public static class AdItem {
private String score;
private String timestamp;
private String label;
public String getScore() {
return this.score;
}
public void setScore(String score) {
this.score = score;
}
public String getTimestamp() {
return this.timestamp;
}
public void setTimestamp(String timestamp) {
this.timestamp = timestamp;
}
public String getLabel() {
return this.label;
}
public void setLabel(String label) {
this.label = label;
}
}
}
@Override
public GetMediaAuditResultTimelineResponse getInstance(UnmarshallerContext context) {
return GetMediaAuditResultTimelineResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy