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