com.baidubce.services.iothisk.model
Class CreateCertGroupResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iothisk.model.IotPkiManageResponse
          extended by com.baidubce.services.iothisk.model.CreateCertGroupResponse
All Implemented Interfaces:
Serializable

public class CreateCertGroupResponse
extends IotPkiManageResponse

Represent the response of create cert group.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
CreateCertGroupResponse()
           
 
Method Summary
 String getGroupId()
           
 void setGroupId(String groupId)
           
 
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

CreateCertGroupResponse

public CreateCertGroupResponse()
Method Detail

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)


Copyright © 2018. All rights reserved.