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