public class ListRuleActionsResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRuleActionsResponse.RuleActionInfo |
| Constructor and Description |
|---|
ListRuleActionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
ListRuleActionsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
List<ListRuleActionsResponse.RuleActionInfo> |
getRuleActionList() |
Boolean |
getSuccess() |
void |
setErrorMessage(String errorMessage) |
void |
setRequestId(String requestId) |
void |
setRuleActionList(List<ListRuleActionsResponse.RuleActionInfo> ruleActionList) |
void |
setSuccess(Boolean success) |
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public List<ListRuleActionsResponse.RuleActionInfo> getRuleActionList()
public void setRuleActionList(List<ListRuleActionsResponse.RuleActionInfo> ruleActionList)
public ListRuleActionsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.