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