public class SetDevicesPropertyResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SetDevicesPropertyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetDevicesPropertyResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
SetDevicesPropertyResponseBody |
setCode(String code) |
SetDevicesPropertyResponseBody |
setErrorMessage(String errorMessage) |
SetDevicesPropertyResponseBody |
setRequestId(String requestId) |
SetDevicesPropertyResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public static SetDevicesPropertyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic SetDevicesPropertyResponseBody setCode(String code)
public String getCode()
public SetDevicesPropertyResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public SetDevicesPropertyResponseBody setRequestId(String requestId)
public String getRequestId()
public SetDevicesPropertyResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2023. All rights reserved.