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

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

public class CreateSecurityGroupResponse
extends AbstractBceResponse

The response for CreateSecurityGroupRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
CreateSecurityGroupResponse()
           
 
Method Summary
 String getSecurityGroupId()
           
 void setSecurityGroupId(String securityGroupId)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateSecurityGroupResponse

public CreateSecurityGroupResponse()
Method Detail

getSecurityGroupId

public String getSecurityGroupId()

setSecurityGroupId

public void setSecurityGroupId(String securityGroupId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.