public class ListTgwRuleResponse extends BaseBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListTgwRuleResponse.TgwRtRule |
metadata| Constructor and Description |
|---|
ListTgwRuleResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMarker() |
BigDecimal |
getMaxKeys() |
String |
getNextMarker() |
List<ListTgwRuleResponse.TgwRtRule> |
getTgwRtRules() |
Boolean |
isIsTruncated() |
void |
setIsTruncated(Boolean isTruncated) |
void |
setMarker(String marker) |
void |
setMaxKeys(BigDecimal maxKeys) |
void |
setNextMarker(String nextMarker) |
void |
setTgwRtRules(List<ListTgwRuleResponse.TgwRtRule> tgwRtRules) |
String |
toString() |
getMetadatapublic void setTgwRtRules(List<ListTgwRuleResponse.TgwRtRule> tgwRtRules)
public List<ListTgwRuleResponse.TgwRtRule> getTgwRtRules()
public void setMarker(String marker)
public String getMarker()
public void setIsTruncated(Boolean isTruncated)
public Boolean isIsTruncated()
public void setNextMarker(String nextMarker)
public String getNextMarker()
public void setMaxKeys(BigDecimal maxKeys)
public BigDecimal getMaxKeys()
Copyright © 2024. All rights reserved.