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

com.aliyun.dingtalkcontact_1_0.models.GetTranslateFileJobResultRequest Maven / Gradle / Ivy

There is a newer version: 2.1.30
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkcontact_1_0.models;

import com.aliyun.tea.*;

public class GetTranslateFileJobResultRequest extends TeaModel {
    // 异步转译任务id
    @NameInMap("jobId")
    public String jobId;

    public static GetTranslateFileJobResultRequest build(java.util.Map map) throws Exception {
        GetTranslateFileJobResultRequest self = new GetTranslateFileJobResultRequest();
        return TeaModel.build(map, self);
    }

    public GetTranslateFileJobResultRequest setJobId(String jobId) {
        this.jobId = jobId;
        return this;
    }
    public String getJobId() {
        return this.jobId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy