public class UpdateServiceSafetyLockResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateServiceSafetyLockResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateServiceSafetyLockResponseBody |
build(Map<String,?> map) |
String |
getMessage() |
String |
getRequestId() |
UpdateServiceSafetyLockResponseBody |
setMessage(String message) |
UpdateServiceSafetyLockResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Message") public String message
The returned message.
example:service safety lock updated to dangerous
@NameInMap(value="RequestId") public String requestId
The request ID.
example:E089D584-B6F4-50C4-9902-DA2295B7****
public static UpdateServiceSafetyLockResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateServiceSafetyLockResponseBody setMessage(String message)
public String getMessage()
public UpdateServiceSafetyLockResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.