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

com.aliyuncs.live.model.v20161101.DescribeLiveUpVideoAudioInfoResponse Maven / Gradle / Ivy

/*
 * 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.live.model.v20161101;

import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.live.transform.v20161101.DescribeLiveUpVideoAudioInfoResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;

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

	private String requestId;

	private List upItems;

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

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

	public List getUpItems() {
		return this.upItems;
	}

	public void setUpItems(List upItems) {
		this.upItems = upItems;
	}

	public static class PublishItem {

		private String appName;

		private String codecInfo;

		private String domainName;

		private String publishInterval;

		private String publishIp;

		private String publishStatus;

		private String publishTime;

		private String stopTime;

		private String streamName;

		private String uniqueId;

		private List aacHeaders;

		private List audioBitRate;

		private List audioFrames;

		private List audioInterval;

		private List audioStamps;

		private List avcHeaders;

		private List errorFlags;

		private List videoAndAudioStamp;

		private List videoBitRate;

		private List videoFrames;

		private List videoInterval;

		private List videoStamps;

		public String getAppName() {
			return this.appName;
		}

		public void setAppName(String appName) {
			this.appName = appName;
		}

		public String getCodecInfo() {
			return this.codecInfo;
		}

		public void setCodecInfo(String codecInfo) {
			this.codecInfo = codecInfo;
		}

		public String getDomainName() {
			return this.domainName;
		}

		public void setDomainName(String domainName) {
			this.domainName = domainName;
		}

		public String getPublishInterval() {
			return this.publishInterval;
		}

		public void setPublishInterval(String publishInterval) {
			this.publishInterval = publishInterval;
		}

		public String getPublishIp() {
			return this.publishIp;
		}

		public void setPublishIp(String publishIp) {
			this.publishIp = publishIp;
		}

		public String getPublishStatus() {
			return this.publishStatus;
		}

		public void setPublishStatus(String publishStatus) {
			this.publishStatus = publishStatus;
		}

		public String getPublishTime() {
			return this.publishTime;
		}

		public void setPublishTime(String publishTime) {
			this.publishTime = publishTime;
		}

		public String getStopTime() {
			return this.stopTime;
		}

		public void setStopTime(String stopTime) {
			this.stopTime = stopTime;
		}

		public String getStreamName() {
			return this.streamName;
		}

		public void setStreamName(String streamName) {
			this.streamName = streamName;
		}

		public String getUniqueId() {
			return this.uniqueId;
		}

		public void setUniqueId(String uniqueId) {
			this.uniqueId = uniqueId;
		}

		public List getAacHeaders() {
			return this.aacHeaders;
		}

		public void setAacHeaders(List aacHeaders) {
			this.aacHeaders = aacHeaders;
		}

		public List getAudioBitRate() {
			return this.audioBitRate;
		}

		public void setAudioBitRate(List audioBitRate) {
			this.audioBitRate = audioBitRate;
		}

		public List getAudioFrames() {
			return this.audioFrames;
		}

		public void setAudioFrames(List audioFrames) {
			this.audioFrames = audioFrames;
		}

		public List getAudioInterval() {
			return this.audioInterval;
		}

		public void setAudioInterval(List audioInterval) {
			this.audioInterval = audioInterval;
		}

		public List getAudioStamps() {
			return this.audioStamps;
		}

		public void setAudioStamps(List audioStamps) {
			this.audioStamps = audioStamps;
		}

		public List getAvcHeaders() {
			return this.avcHeaders;
		}

		public void setAvcHeaders(List avcHeaders) {
			this.avcHeaders = avcHeaders;
		}

		public List getErrorFlags() {
			return this.errorFlags;
		}

		public void setErrorFlags(List errorFlags) {
			this.errorFlags = errorFlags;
		}

		public List getVideoAndAudioStamp() {
			return this.videoAndAudioStamp;
		}

		public void setVideoAndAudioStamp(List videoAndAudioStamp) {
			this.videoAndAudioStamp = videoAndAudioStamp;
		}

		public List getVideoBitRate() {
			return this.videoBitRate;
		}

		public void setVideoBitRate(List videoBitRate) {
			this.videoBitRate = videoBitRate;
		}

		public List getVideoFrames() {
			return this.videoFrames;
		}

		public void setVideoFrames(List videoFrames) {
			this.videoFrames = videoFrames;
		}

		public List getVideoInterval() {
			return this.videoInterval;
		}

		public void setVideoInterval(List videoInterval) {
			this.videoInterval = videoInterval;
		}

		public List getVideoStamps() {
			return this.videoStamps;
		}

		public void setVideoStamps(List videoStamps) {
			this.videoStamps = videoStamps;
		}

		public static class AacHeadersItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class AudioBitRateItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class AudioFramesItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class AudioIntervalItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class AudioStampsItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class AvcHeadersItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class ErrorFlagsItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class V_AStamp {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class VideoBitRateItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class VideoFramesItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class VideoIntervalItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}

		public static class VideoStampsItem {

			private Long time;

			private Integer value;

			public Long getTime() {
				return this.time;
			}

			public void setTime(Long time) {
				this.time = time;
			}

			public Integer getValue() {
				return this.value;
			}

			public void setValue(Integer value) {
				this.value = value;
			}
		}
	}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy