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