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

com.aliyun.dingtalktrip_1_0.models.QueryTripProcessTemplatesRequest Maven / Gradle / Ivy

There is a newer version: 2.1.67
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalktrip_1_0.models;

import com.aliyun.tea.*;

public class QueryTripProcessTemplatesRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

dingcd2016f425331dc1acaaa37764f94726

*/ @NameInMap("customerCorpId") public String customerCorpId; public static QueryTripProcessTemplatesRequest build(java.util.Map map) throws Exception { QueryTripProcessTemplatesRequest self = new QueryTripProcessTemplatesRequest(); return TeaModel.build(map, self); } public QueryTripProcessTemplatesRequest setCustomerCorpId(String customerCorpId) { this.customerCorpId = customerCorpId; return this; } public String getCustomerCorpId() { return this.customerCorpId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy