com.baidubce.services.iothisk.model
Class GetCertGroupResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iothisk.model.IotPkiManageResponse
          extended by 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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetCertGroupResponse()
           
 
Method Summary
 List<String> getClientCerts()
           
 String getRootCertId()
           
 List<String> getServerCerts()
           
 void setClientCerts(List<String> clientCerts)
           
 void setRootCertId(String rootCertId)
           
 void setServerCerts(List<String> serverCerts)
           
 
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

GetCertGroupResponse

public GetCertGroupResponse()
Method Detail

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.