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