com.baidubce.services.cert.model
Class CertListResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.cert.model.CertListResponse
All Implemented Interfaces:
Serializable

public class CertListResponse
extends AbstractBceResponse

Json response model of listing certs.

Author:
dingxiaomin (dingxiaomin@baidu.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
CertListResponse()
           
 
Method Summary
 List<CertificateMeta> getCerts()
           
 void setCerts(List<CertificateMeta> certs)
           
 
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

CertListResponse

public CertListResponse()
Method Detail

getCerts

public List<CertificateMeta> getCerts()

setCerts

public void setCerts(List<CertificateMeta> certs)


Copyright © 2018. All rights reserved.