com.aliyuncs.imm.model.v20170906.IndexVideoResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-imm Show documentation
Show all versions of aliyun-java-sdk-imm Show documentation
Aliyun Open API SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
/*
* 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.imm.model.v20170906;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.imm.transform.v20170906.IndexVideoResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class IndexVideoResponse extends AcsResponse {
private String requestId;
private String setId;
private String videoUri;
private String remarksA;
private String remarksB;
private String createTime;
private String modifyTime;
private Float interval;
private String grabType;
private String startTime;
private String endTime;
private Boolean saveType;
private String tgtUri;
private String remarksC;
private String remarksD;
private String externalId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getSetId() {
return this.setId;
}
public void setSetId(String setId) {
this.setId = setId;
}
public String getVideoUri() {
return this.videoUri;
}
public void setVideoUri(String videoUri) {
this.videoUri = videoUri;
}
public String getRemarksA() {
return this.remarksA;
}
public void setRemarksA(String remarksA) {
this.remarksA = remarksA;
}
public String getRemarksB() {
return this.remarksB;
}
public void setRemarksB(String remarksB) {
this.remarksB = remarksB;
}
public String getCreateTime() {
return this.createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public String getModifyTime() {
return this.modifyTime;
}
public void setModifyTime(String modifyTime) {
this.modifyTime = modifyTime;
}
public Float getInterval() {
return this.interval;
}
public void setInterval(Float interval) {
this.interval = interval;
}
public String getGrabType() {
return this.grabType;
}
public void setGrabType(String grabType) {
this.grabType = grabType;
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
}
public Boolean getSaveType() {
return this.saveType;
}
public void setSaveType(Boolean saveType) {
this.saveType = saveType;
}
public String getTgtUri() {
return this.tgtUri;
}
public void setTgtUri(String tgtUri) {
this.tgtUri = tgtUri;
}
public String getRemarksC() {
return this.remarksC;
}
public void setRemarksC(String remarksC) {
this.remarksC = remarksC;
}
public String getRemarksD() {
return this.remarksD;
}
public void setRemarksD(String remarksD) {
this.remarksD = remarksD;
}
public String getExternalId() {
return this.externalId;
}
public void setExternalId(String externalId) {
this.externalId = externalId;
}
@Override
public IndexVideoResponse getInstance(UnmarshallerContext context) {
return IndexVideoResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy