com.baidubce.services.iothisk.model
Class CreateCertGroupRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.iothisk.model.IotPkiManageRequest
com.baidubce.services.iothisk.model.CreateCertGroupRequest
public class CreateCertGroupRequest
- extends IotPkiManageRequest
Represent the request for create cert group.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateCertGroupRequest
public CreateCertGroupRequest()
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.