public class UpdateServiceLabelResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateServiceLabelResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateServiceLabelResponseBody |
build(Map<String,?> map) |
String |
getMessage() |
String |
getRequestId() |
UpdateServiceLabelResponseBody |
setMessage(String message) |
UpdateServiceLabelResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Message") public String message
The returned message.
example:Succeed to update service [service_from_XXXX] labels.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:40325405-579C-4D82****
public static UpdateServiceLabelResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateServiceLabelResponseBody setMessage(String message)
public String getMessage()
public UpdateServiceLabelResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.