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