com.baidubce.services.eip.model
Class ListEipsResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.eip.model.ListResponse
          extended by com.baidubce.services.eip.model.ListEipsResponse
All Implemented Interfaces:
Serializable

public class ListEipsResponse
extends ListResponse

list of eip model

See Also:
Serialized Form

Nested Class Summary
static class ListEipsResponse.EipModel
           
 
Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListEipsResponse()
           
 
Method Summary
 List<ListEipsResponse.EipModel> getEipList()
           
 void setEipList(List<ListEipsResponse.EipModel> eipList)
           
 
Methods inherited from class com.baidubce.services.eip.model.ListResponse
getIsTruncated, getMarker, getMaxKeys, getNextMarker, setIsTruncated, setMarker, setMaxKeys, setNextMarker
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEipsResponse

public ListEipsResponse()
Method Detail

getEipList

public List<ListEipsResponse.EipModel> getEipList()

setEipList

public void setEipList(List<ListEipsResponse.EipModel> eipList)


Copyright © 2018. All rights reserved.