public class GetTenantResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetTenantResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTenantResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Tenant |
getTenant() |
GetTenantResponse |
setReqMsgId(String reqMsgId) |
GetTenantResponse |
setResultCode(String resultCode) |
GetTenantResponse |
setResultMsg(String resultMsg) |
GetTenantResponse |
setTenant(Tenant tenant) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="tenant") public Tenant tenant
public static GetTenantResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetTenantResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public GetTenantResponse setResultCode(String resultCode)
public String getResultCode()
public GetTenantResponse setResultMsg(String resultMsg)
public String getResultMsg()
public GetTenantResponse setTenant(Tenant tenant)
public Tenant getTenant()
Copyright © 2022. All rights reserved.