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

com.aliyun.ice20201109.models.GetTranscodeJobRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ice20201109.models;

import com.aliyun.tea.*;

public class GetTranscodeJobRequest extends TeaModel {
    @NameInMap("ParentJobId")
    public String parentJobId;

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

    public GetTranscodeJobRequest setParentJobId(String parentJobId) {
        this.parentJobId = parentJobId;
        return this;
    }
    public String getParentJobId() {
        return this.parentJobId;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy