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

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

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

import com.aliyun.tea.*;

public class GetSmartHandleJobRequest extends TeaModel {
    /**
     * 

The job ID.

* * example: *

20b48fb04483915d4f2cd8ac

*/ @NameInMap("JobId") public String jobId; public static GetSmartHandleJobRequest build(java.util.Map map) throws Exception { GetSmartHandleJobRequest self = new GetSmartHandleJobRequest(); return TeaModel.build(map, self); } public GetSmartHandleJobRequest setJobId(String jobId) { this.jobId = jobId; return this; } public String getJobId() { return this.jobId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy