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

com.aliyun.dingtalkworkflow_1_0.models.GetProcessConfigRequest 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.dingtalkworkflow_1_0.models;

import com.aliyun.tea.*;

public class GetProcessConfigRequest extends TeaModel {
    // 模板code
    @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 - 2024 Weber Informatics LLC | Privacy Policy