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