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

com.aliyun.bpstudio20210931.models.GetApplicationVariablesRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetApplicationVariablesRequest extends TeaModel {
    /**
     * example:
     * 

Q2P4O9YSOKCQ35L9

*/ @NameInMap("AppId") public String appId; public static GetApplicationVariablesRequest build(java.util.Map map) throws Exception { GetApplicationVariablesRequest self = new GetApplicationVariablesRequest(); return TeaModel.build(map, self); } public GetApplicationVariablesRequest setAppId(String appId) { this.appId = appId; return this; } public String getAppId() { return this.appId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy