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

com.aliyun.quickbi_public20220101.models.QueryWorksRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class QueryWorksRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

abcd****

*/ @NameInMap("WorksId") public String worksId; public static QueryWorksRequest build(java.util.Map map) throws Exception { QueryWorksRequest self = new QueryWorksRequest(); return TeaModel.build(map, self); } public QueryWorksRequest setWorksId(String worksId) { this.worksId = worksId; return this; } public String getWorksId() { return this.worksId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy