public class ListSLARulesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleList |
static class |
ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleListSLARule |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The ID of the request.
|
ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleList |
SLARuleList
The list of SLA rules.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
ListSLARulesResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListSLARulesResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleList |
getSLARuleList() |
Boolean |
getSuccess() |
ListSLARulesResponseBody |
setErrorCode(String errorCode) |
ListSLARulesResponseBody |
setErrorMessage(String errorMessage) |
ListSLARulesResponseBody |
setRequestId(String requestId) |
ListSLARulesResponseBody |
setSLARuleList(ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleList SLARuleList) |
ListSLARulesResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request. You can use the ID to query logs and troubleshoot issues.
example:3D1A59F4-EB2B-5D24-80A5-90C446A00DE2
@NameInMap(value="SLARuleList") public ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleList SLARuleList
The list of SLA rules.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static ListSLARulesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListSLARulesResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListSLARulesResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListSLARulesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListSLARulesResponseBody setSLARuleList(ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleList SLARuleList)
public ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleList getSLARuleList()
public ListSLARulesResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.