public class CreateMonitorGroupResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
The response code.
|
Long |
groupId
The ID of the application group.
|
String |
message
The error message.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the call was successful.
|
| 构造器和说明 |
|---|
CreateMonitorGroupResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateMonitorGroupResponseBody |
build(Map<String,?> map) |
Integer |
getCode() |
Long |
getGroupId() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
CreateMonitorGroupResponseBody |
setCode(Integer code) |
CreateMonitorGroupResponseBody |
setGroupId(Long groupId) |
CreateMonitorGroupResponseBody |
setMessage(String message) |
CreateMonitorGroupResponseBody |
setRequestId(String requestId) |
CreateMonitorGroupResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public Integer code
The response code.
> The value 200 indicates that the call was successful.
@NameInMap(value="GroupId") public Long groupId
The ID of the application group.
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Success") public Boolean success
Indicates whether the call was successful. Valid values:
* true: The call was successful.
* false: The call failed.
public static CreateMonitorGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateMonitorGroupResponseBody setCode(Integer code)
public Integer getCode()
public CreateMonitorGroupResponseBody setGroupId(Long groupId)
public Long getGroupId()
public CreateMonitorGroupResponseBody setMessage(String message)
public String getMessage()
public CreateMonitorGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateMonitorGroupResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.