com.baidubce.services.iothisk.model
Class CreateCertGroupRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.iothisk.model.IotPkiManageRequest
          extended by com.baidubce.services.iothisk.model.CreateCertGroupRequest

public class CreateCertGroupRequest
extends IotPkiManageRequest

Represent the request for create cert group.


Constructor Summary
CreateCertGroupRequest()
           
 
Method Summary
 String getGroupName()
           
 String getRootCertId()
           
 void setGroupName(String groupName)
           
 void setRootCertId(String rootCertId)
           
 CreateCertGroupRequest withGroupName(String groupName)
           
 CreateCertGroupRequest withRootCertId(String rootCertId)
           
 
Methods inherited from class com.baidubce.services.iothisk.model.IotPkiManageRequest
withRequestCredentials
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCertGroupRequest

public CreateCertGroupRequest()
Method Detail

getRootCertId

public String getRootCertId()

setRootCertId

public void setRootCertId(String rootCertId)

withRootCertId

public CreateCertGroupRequest withRootCertId(String rootCertId)

getGroupName

public String getGroupName()

setGroupName

public void setGroupName(String groupName)

withGroupName

public CreateCertGroupRequest withGroupName(String groupName)


Copyright © 2018. All rights reserved.