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

com.aliyuncs.vod.model.v20170321.GetMediaAuditResultDetailResponse Maven / Gradle / Ivy

Go to download

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.GetMediaAuditResultDetailResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;

/**
 * @author auto create
 * @version 
 */
public class GetMediaAuditResultDetailResponse extends AcsResponse {

	private String requestId;

	private MediaAuditResultDetail mediaAuditResultDetail;

	public String getRequestId() {
		return this.requestId;
	}

	public void setRequestId(String requestId) {
		this.requestId = requestId;
	}

	public MediaAuditResultDetail getMediaAuditResultDetail() {
		return this.mediaAuditResultDetail;
	}

	public void setMediaAuditResultDetail(MediaAuditResultDetail mediaAuditResultDetail) {
		this.mediaAuditResultDetail = mediaAuditResultDetail;
	}

	public static class MediaAuditResultDetail {

		private Integer total;

		private List list;

		public Integer getTotal() {
			return this.total;
		}

		public void setTotal(Integer total) {
			this.total = total;
		}

		public List getList() {
			return this.list;
		}

		public void setList(List list) {
			this.list = list;
		}

		public static class ListItem {

			private String terrorismScore;

			private String adLabel;

			private String pornLabel;

			private String pornScore;

			private String liveLabel;

			private String url;

			private String timestamp;

			private String adScore;

			private String liveScore;

			private String logoScore;

			private String logoLabel;

			private String terrorismLabel;

			public String getTerrorismScore() {
				return this.terrorismScore;
			}

			public void setTerrorismScore(String terrorismScore) {
				this.terrorismScore = terrorismScore;
			}

			public String getAdLabel() {
				return this.adLabel;
			}

			public void setAdLabel(String adLabel) {
				this.adLabel = adLabel;
			}

			public String getPornLabel() {
				return this.pornLabel;
			}

			public void setPornLabel(String pornLabel) {
				this.pornLabel = pornLabel;
			}

			public String getPornScore() {
				return this.pornScore;
			}

			public void setPornScore(String pornScore) {
				this.pornScore = pornScore;
			}

			public String getLiveLabel() {
				return this.liveLabel;
			}

			public void setLiveLabel(String liveLabel) {
				this.liveLabel = liveLabel;
			}

			public String getUrl() {
				return this.url;
			}

			public void setUrl(String url) {
				this.url = url;
			}

			public String getTimestamp() {
				return this.timestamp;
			}

			public void setTimestamp(String timestamp) {
				this.timestamp = timestamp;
			}

			public String getAdScore() {
				return this.adScore;
			}

			public void setAdScore(String adScore) {
				this.adScore = adScore;
			}

			public String getLiveScore() {
				return this.liveScore;
			}

			public void setLiveScore(String liveScore) {
				this.liveScore = liveScore;
			}

			public String getLogoScore() {
				return this.logoScore;
			}

			public void setLogoScore(String logoScore) {
				this.logoScore = logoScore;
			}

			public String getLogoLabel() {
				return this.logoLabel;
			}

			public void setLogoLabel(String logoLabel) {
				this.logoLabel = logoLabel;
			}

			public String getTerrorismLabel() {
				return this.terrorismLabel;
			}

			public void setTerrorismLabel(String terrorismLabel) {
				this.terrorismLabel = terrorismLabel;
			}
		}
	}

	@Override
	public GetMediaAuditResultDetailResponse getInstance(UnmarshallerContext context) {
		return	GetMediaAuditResultDetailResponseUnmarshaller.unmarshall(this, context);
	}

	@Override
	public boolean checkShowJsonItemName() {
		return false;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy