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

com.aliyun.dingtalkyida_1_0.models.GetSimpleCubeModelListRequest 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.dingtalkyida_1_0.models;

import com.aliyun.tea.*;

public class GetSimpleCubeModelListRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

APP_Q7D2TFJZWNMDS145Z7DP

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

This parameter is required.

* * example: *

ding5d17e3add038d44535c2f4657eb6378f

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

This parameter is required.

* * example: *

FORM_MT866EA17HGCUHIV7GROU72YO499257KRS0KLB

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

This parameter is required.

* * example: *

ding5d17e3add038d44535c2f4657eb6378f

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

This parameter is required.

* * example: *

U66663B1LLGCVCVPAF76H6955VYG2408RS0KL0

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

This parameter is required.

* * example: *

1160440651754805

*/ @NameInMap("userId") public String userId; public static GetSimpleCubeModelListRequest build(java.util.Map map) throws Exception { GetSimpleCubeModelListRequest self = new GetSimpleCubeModelListRequest(); return TeaModel.build(map, self); } public GetSimpleCubeModelListRequest setAppType(String appType) { this.appType = appType; return this; } public String getAppType() { return this.appType; } public GetSimpleCubeModelListRequest setCorpId(String corpId) { this.corpId = corpId; return this; } public String getCorpId() { return this.corpId; } public GetSimpleCubeModelListRequest setCubeCode(String cubeCode) { this.cubeCode = cubeCode; return this; } public String getCubeCode() { return this.cubeCode; } public GetSimpleCubeModelListRequest setCubeTenantId(String cubeTenantId) { this.cubeTenantId = cubeTenantId; return this; } public String getCubeTenantId() { return this.cubeTenantId; } public GetSimpleCubeModelListRequest setSystemToken(String systemToken) { this.systemToken = systemToken; return this; } public String getSystemToken() { return this.systemToken; } public GetSimpleCubeModelListRequest setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy