![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.ice20201109.models.GetLiveEditingJobRequest Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ice20201109.models;
import com.aliyun.tea.*;
public class GetLiveEditingJobRequest extends TeaModel {
/**
* example:
* d80e4e4044975745c14b
*/
@NameInMap("JobId")
public String jobId;
public static GetLiveEditingJobRequest build(java.util.Map map) throws Exception {
GetLiveEditingJobRequest self = new GetLiveEditingJobRequest();
return TeaModel.build(map, self);
}
public GetLiveEditingJobRequest setJobId(String jobId) {
this.jobId = jobId;
return this;
}
public String getJobId() {
return this.jobId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy