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

com.aliyun.dingtalkapaas_1_0.models.BatchQueryByTemplateKeyRequest 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.dingtalkapaas_1_0.models;

import com.aliyun.tea.*;

public class BatchQueryByTemplateKeyRequest extends TeaModel {
    @NameInMap("templateKeys")
    public java.util.List templateKeys;

    public static BatchQueryByTemplateKeyRequest build(java.util.Map map) throws Exception {
        BatchQueryByTemplateKeyRequest self = new BatchQueryByTemplateKeyRequest();
        return TeaModel.build(map, self);
    }

    public BatchQueryByTemplateKeyRequest setTemplateKeys(java.util.List templateKeys) {
        this.templateKeys = templateKeys;
        return this;
    }
    public java.util.List getTemplateKeys() {
        return this.templateKeys;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy