public class MasterDataTenantQueyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
entityCode |
String |
scopeCode |
| 构造器和说明 |
|---|
MasterDataTenantQueyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static MasterDataTenantQueyRequest |
build(Map<String,?> map) |
String |
getEntityCode() |
String |
getScopeCode() |
MasterDataTenantQueyRequest |
setEntityCode(String entityCode) |
MasterDataTenantQueyRequest |
setScopeCode(String scopeCode) |
@NameInMap(value="entityCode") public String entityCode
@NameInMap(value="scopeCode") public String scopeCode
public static MasterDataTenantQueyRequest build(Map<String,?> map) throws Exception
Exceptionpublic MasterDataTenantQueyRequest setEntityCode(String entityCode)
public String getEntityCode()
public MasterDataTenantQueyRequest setScopeCode(String scopeCode)
public String getScopeCode()
Copyright © 2022. All rights reserved.