public class ListDefaultSLARulesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListDefaultSLARulesResponseBody.ListDefaultSLARulesResponseBodySLARuleList |
static class |
ListDefaultSLARulesResponseBody.ListDefaultSLARulesResponseBodySLARuleListSLARule |
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
ListDefaultSLARulesResponseBody.ListDefaultSLARulesResponseBodySLARuleList |
SLARuleList
The list of SLA rules.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
ListDefaultSLARulesResponseBody() |
@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:3E8AF4C3-A822-53A8-970C-059EE83BBD5A
@NameInMap(value="SLARuleList") public ListDefaultSLARulesResponseBody.ListDefaultSLARulesResponseBodySLARuleList SLARuleList
The list of SLA rules.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static ListDefaultSLARulesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListDefaultSLARulesResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListDefaultSLARulesResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListDefaultSLARulesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListDefaultSLARulesResponseBody setSLARuleList(ListDefaultSLARulesResponseBody.ListDefaultSLARulesResponseBodySLARuleList SLARuleList)
public ListDefaultSLARulesResponseBody.ListDefaultSLARulesResponseBodySLARuleList getSLARuleList()
public ListDefaultSLARulesResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.