public class BatchqueryTraasmetaHostmachineResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<TraasHostMachineDto> |
hosts |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| 构造器和说明 |
|---|
BatchqueryTraasmetaHostmachineResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchqueryTraasmetaHostmachineResponse |
build(Map<String,?> map) |
List<TraasHostMachineDto> |
getHosts() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
BatchqueryTraasmetaHostmachineResponse |
setHosts(List<TraasHostMachineDto> hosts) |
BatchqueryTraasmetaHostmachineResponse |
setReqMsgId(String reqMsgId) |
BatchqueryTraasmetaHostmachineResponse |
setResultCode(String resultCode) |
BatchqueryTraasmetaHostmachineResponse |
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="hosts") public List<TraasHostMachineDto> hosts
public static BatchqueryTraasmetaHostmachineResponse build(Map<String,?> map) throws Exception
Exceptionpublic BatchqueryTraasmetaHostmachineResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public BatchqueryTraasmetaHostmachineResponse setResultCode(String resultCode)
public String getResultCode()
public BatchqueryTraasmetaHostmachineResponse setResultMsg(String resultMsg)
public String getResultMsg()
public BatchqueryTraasmetaHostmachineResponse setHosts(List<TraasHostMachineDto> hosts)
public List<TraasHostMachineDto> getHosts()
Copyright © 2022. All rights reserved.