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