类 ListPrivateZoneResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.common.BaseBceResponse
-
- com.baidubce.services.localdns.model.ListPrivateZoneResponse
-
- 所有已实现的接口:
Serializable
public class ListPrivateZoneResponse extends BaseBceResponse
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classListPrivateZoneResponse.Zone
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 ListPrivateZoneResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetMarker()IntegergetMaxKeys()StringgetNextMarker()List<ListPrivateZoneResponse.Zone>getZones()BooleanisIsTruncated()voidsetIsTruncated(Boolean isTruncated)voidsetMarker(String marker)voidsetMaxKeys(Integer maxKeys)voidsetNextMarker(String nextMarker)voidsetZones(List<ListPrivateZoneResponse.Zone> zones)StringtoString()-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
setMarker
public void setMarker(String marker)
-
getMarker
public String getMarker()
-
setIsTruncated
public void setIsTruncated(Boolean isTruncated)
-
isIsTruncated
public Boolean isIsTruncated()
-
setNextMarker
public void setNextMarker(String nextMarker)
-
getNextMarker
public String getNextMarker()
-
setMaxKeys
public void setMaxKeys(Integer maxKeys)
-
getMaxKeys
public Integer getMaxKeys()
-
setZones
public void setZones(List<ListPrivateZoneResponse.Zone> zones)
-
getZones
public List<ListPrivateZoneResponse.Zone> getZones()
-
-