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