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

com.aliyun.dingtalkworkflow_1_0.models.GetProcessInstanceWithExtraRequest 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 GetProcessInstanceWithExtraRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

a171de6c-8bxxxx

*/ @NameInMap("processInstanceId") public String processInstanceId; public static GetProcessInstanceWithExtraRequest build(java.util.Map map) throws Exception { GetProcessInstanceWithExtraRequest self = new GetProcessInstanceWithExtraRequest(); return TeaModel.build(map, self); } public GetProcessInstanceWithExtraRequest setProcessInstanceId(String processInstanceId) { this.processInstanceId = processInstanceId; return this; } public String getProcessInstanceId() { return this.processInstanceId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy