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

com.aliyun.dingtalkworkflow_1_0.models.GetProcessConfigRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetProcessConfigRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

PROC-BEFC22B7-EA64-4336-86EB-AB773AA2EB12

*/ @NameInMap("procCode") public String procCode; public static GetProcessConfigRequest build(java.util.Map map) throws Exception { GetProcessConfigRequest self = new GetProcessConfigRequest(); return TeaModel.build(map, self); } public GetProcessConfigRequest setProcCode(String procCode) { this.procCode = procCode; return this; } public String getProcCode() { return this.procCode; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy