public class QueryTenantconfigSpiResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
SpiConfig |
configValue |
String |
entityName |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| 构造器和说明 |
|---|
QueryTenantconfigSpiResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryTenantconfigSpiResponse |
build(Map<String,?> map) |
SpiConfig |
getConfigValue() |
String |
getEntityName() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryTenantconfigSpiResponse |
setConfigValue(SpiConfig configValue) |
QueryTenantconfigSpiResponse |
setEntityName(String entityName) |
QueryTenantconfigSpiResponse |
setReqMsgId(String reqMsgId) |
QueryTenantconfigSpiResponse |
setResultCode(String resultCode) |
QueryTenantconfigSpiResponse |
setResultMsg(String resultMsg) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="entity_name") public String entityName
@NameInMap(value="config_value") public SpiConfig configValue
public static QueryTenantconfigSpiResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryTenantconfigSpiResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryTenantconfigSpiResponse setResultCode(String resultCode)
public String getResultCode()
public QueryTenantconfigSpiResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryTenantconfigSpiResponse setEntityName(String entityName)
public String getEntityName()
public QueryTenantconfigSpiResponse setConfigValue(SpiConfig configValue)
public SpiConfig getConfigValue()
Copyright © 2022. All rights reserved.