com.baidubce.services.iothisk.model
Class QueryClientCertResponse

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

public class QueryClientCertResponse
extends IotPkiManageResponse

Represent the response of query client certs.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
QueryClientCertResponse()
           
 
Method Summary
 List<String> getClientCerts()
           
 void setClientCerts(List<String> clientCerts)
           
 
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

QueryClientCertResponse

public QueryClientCertResponse()
Method Detail

getClientCerts

public List<String> getClientCerts()

setClientCerts

public void setClientCerts(List<String> clientCerts)


Copyright © 2018. All rights reserved.