public class ListRuleActionsResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
ListRuleActionsResponse.RuleActionInfo |
构造器和说明 |
---|
ListRuleActionsResponse() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCode() |
String |
getErrorMessage() |
ListRuleActionsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
List<ListRuleActionsResponse.RuleActionInfo> |
getRuleActionList() |
Boolean |
getSuccess() |
void |
setCode(String code) |
void |
setErrorMessage(String errorMessage) |
void |
setRequestId(String requestId) |
void |
setRuleActionList(List<ListRuleActionsResponse.RuleActionInfo> ruleActionList) |
void |
setSuccess(Boolean success) |
public String getCode()
public void setCode(String code)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public List<ListRuleActionsResponse.RuleActionInfo> getRuleActionList()
public void setRuleActionList(List<ListRuleActionsResponse.RuleActionInfo> ruleActionList)
public ListRuleActionsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance
在类中 com.aliyuncs.AcsResponse
Copyright © 2023. All rights reserved.