public class ListRateLimitRuleResponse
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
ListRateLimitRuleResponse() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsTruncated() |
String |
getMarker() |
Integer |
getMaxKeys() |
String |
getNextMarker() |
List<RateLimitRule> |
getRateLimitRules() |
ListRateLimitRuleResponse |
setIsTruncated(Boolean isTruncated) |
ListRateLimitRuleResponse |
setMarker(String marker) |
ListRateLimitRuleResponse |
setMaxKeys(Integer maxKeys) |
ListRateLimitRuleResponse |
setNextMarker(String nextMarker) |
ListRateLimitRuleResponse |
setRateLimitRules(List<RateLimitRule> rateLimitRules) |
String |
toString() |
public List<RateLimitRule> getRateLimitRules()
public ListRateLimitRuleResponse setRateLimitRules(List<RateLimitRule> rateLimitRules)
public String getMarker()
public ListRateLimitRuleResponse setMarker(String marker)
public Boolean getIsTruncated()
public ListRateLimitRuleResponse setIsTruncated(Boolean isTruncated)
public String getNextMarker()
public ListRateLimitRuleResponse setNextMarker(String nextMarker)
public Integer getMaxKeys()
public ListRateLimitRuleResponse setMaxKeys(Integer maxKeys)
Copyright © 2026. All rights reserved.