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