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

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

This parameter is required.

* * example: *

111

*/ @NameInMap("fileId") public String fileId; /** *

This parameter is required.

* * example: *

a17444d1-075b-4a4d-xxxx

*/ @NameInMap("processInstanceId") public String processInstanceId; /** * if can be null: *

true

*/ @NameInMap("withCommentAttatchment") public Boolean withCommentAttatchment; public static PremiumGrantProcessInstanceForDownloadFileRequest build(java.util.Map map) throws Exception { PremiumGrantProcessInstanceForDownloadFileRequest self = new PremiumGrantProcessInstanceForDownloadFileRequest(); return TeaModel.build(map, self); } public PremiumGrantProcessInstanceForDownloadFileRequest setFileId(String fileId) { this.fileId = fileId; return this; } public String getFileId() { return this.fileId; } public PremiumGrantProcessInstanceForDownloadFileRequest setProcessInstanceId(String processInstanceId) { this.processInstanceId = processInstanceId; return this; } public String getProcessInstanceId() { return this.processInstanceId; } public PremiumGrantProcessInstanceForDownloadFileRequest setWithCommentAttatchment(Boolean withCommentAttatchment) { this.withCommentAttatchment = withCommentAttatchment; return this; } public Boolean getWithCommentAttatchment() { return this.withCommentAttatchment; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy