public class PutLogMonitorResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
String |
logId
The ID of the log monitoring metric.
|
String |
message
The returned message.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the call is successful.
|
| 构造器和说明 |
|---|
PutLogMonitorResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutLogMonitorResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getLogId() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
PutLogMonitorResponseBody |
setCode(String code) |
PutLogMonitorResponseBody |
setLogId(String logId) |
PutLogMonitorResponseBody |
setMessage(String message) |
PutLogMonitorResponseBody |
setRequestId(String requestId) |
PutLogMonitorResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
The HTTP status code.
> The status code 200 indicates that the call is successful.
@NameInMap(value="LogId") public String logId
The ID of the log monitoring metric.
@NameInMap(value="Message") public String message
The returned message.
* If the call is successful, the value `successful` is returned.
* If the call fails, an error message is returned. Example: `alias of aggreate must be set value.`
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Success") public Boolean success
Indicates whether the call is successful. Valid values:
* true: The call is successful.
* false: The call fails.
public static PutLogMonitorResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic PutLogMonitorResponseBody setCode(String code)
public String getCode()
public PutLogMonitorResponseBody setLogId(String logId)
public String getLogId()
public PutLogMonitorResponseBody setMessage(String message)
public String getMessage()
public PutLogMonitorResponseBody setRequestId(String requestId)
public String getRequestId()
public PutLogMonitorResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.