com.baidubce.services.bcc.model.securitygroup
Class ListSecurityGroupsResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.model.ListResponse
          extended by com.baidubce.services.bcc.model.securitygroup.ListSecurityGroupsResponse
All Implemented Interfaces:
Serializable

public class ListSecurityGroupsResponse
extends ListResponse

The response for ListSecurityGroupsRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListSecurityGroupsResponse()
           
 
Method Summary
 List<SecurityGroupModel> getSecurityGroups()
           
 void setSecurityGroups(List<SecurityGroupModel> securityGroups)
           
 
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

ListSecurityGroupsResponse

public ListSecurityGroupsResponse()
Method Detail

getSecurityGroups

public List<SecurityGroupModel> getSecurityGroups()

setSecurityGroups

public void setSecurityGroups(List<SecurityGroupModel> securityGroups)


Copyright © 2018. All rights reserved.