public class ListRouteTableResponse extends BaseBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRouteTableResponse.CsnRouteTable |
metadata| Constructor and Description |
|---|
ListRouteTableResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ListRouteTableResponse.CsnRouteTable> |
getCsnRts() |
String |
getMarker() |
BigDecimal |
getMaxKeys() |
String |
getNextMarker() |
Boolean |
isIsTruncated() |
void |
setCsnRts(List<ListRouteTableResponse.CsnRouteTable> csnRts) |
void |
setIsTruncated(Boolean isTruncated) |
void |
setMarker(String marker) |
void |
setMaxKeys(BigDecimal maxKeys) |
void |
setNextMarker(String nextMarker) |
String |
toString() |
getMetadatapublic void setCsnRts(List<ListRouteTableResponse.CsnRouteTable> csnRts)
public List<ListRouteTableResponse.CsnRouteTable> getCsnRts()
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.