public class AlipayCloudCloudbaseAntifloodRuleQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayCloudCloudbaseAntifloodRuleQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getPageIndex() |
Long |
getPageSize() |
List<AntifloodRule> |
getRules() |
Long |
getTotal() |
void |
setPageIndex(Long pageIndex) |
void |
setPageSize(Long pageSize) |
void |
setRules(List<AntifloodRule> rules) |
void |
setTotal(Long total) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayCloudCloudbaseAntifloodRuleQueryResponse()
public void setPageIndex(Long pageIndex)
public Long getPageIndex()
public void setPageSize(Long pageSize)
public Long getPageSize()
public void setRules(List<AntifloodRule> rules)
public List<AntifloodRule> getRules()
public void setTotal(Long total)
public Long getTotal()
Copyright © 2024. All rights reserved.