com.baidubce.services.eipgroup.model
Class ListEipGroupResponse

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

public class ListEipGroupResponse
extends ListResponse

The response for list eip group request.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListEipGroupResponse()
           
 
Method Summary
 List<EipGroup> getEipgroups()
           
 void setEipgroups(List<EipGroup> eipgroups)
           
 
Methods inherited from class com.baidubce.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

ListEipGroupResponse

public ListEipGroupResponse()
Method Detail

getEipgroups

public List<EipGroup> getEipgroups()

setEipgroups

public void setEipgroups(List<EipGroup> eipgroups)


Copyright © 2018. All rights reserved.