public class QueryTscenterDeviceResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
deviceInfo |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
QueryTscenterDeviceResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryTscenterDeviceResponse |
build(Map<String,?> map) |
String |
getDeviceInfo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryTscenterDeviceResponse |
setDeviceInfo(String deviceInfo) |
QueryTscenterDeviceResponse |
setReqMsgId(String reqMsgId) |
QueryTscenterDeviceResponse |
setResultCode(String resultCode) |
QueryTscenterDeviceResponse |
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="device_info") public String deviceInfo
public static QueryTscenterDeviceResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryTscenterDeviceResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryTscenterDeviceResponse setResultCode(String resultCode)
public String getResultCode()
public QueryTscenterDeviceResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryTscenterDeviceResponse setDeviceInfo(String deviceInfo)
public String getDeviceInfo()
Copyright © 2025. All rights reserved.