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