com.baidubce.services.iothisk.model
Class GetCertGroupResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iothisk.model.IotPkiManageResponse
com.baidubce.services.iothisk.model.GetCertGroupResponse
- All Implemented Interfaces:
- Serializable
public class GetCertGroupResponse
- extends IotPkiManageResponse
Represent the response of get cert group.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetCertGroupResponse
public GetCertGroupResponse()
getRootCertId
public String getRootCertId()
setRootCertId
public void setRootCertId(String rootCertId)
getServerCerts
public List<String> getServerCerts()
setServerCerts
public void setServerCerts(List<String> serverCerts)
getClientCerts
public List<String> getClientCerts()
setClientCerts
public void setClientCerts(List<String> clientCerts)
Copyright © 2018. All rights reserved.