com.baidubce.services.cert.model
Class CertListResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertListResponse
public CertListResponse()
getCerts
public List<CertificateMeta> getCerts()
setCerts
public void setCerts(List<CertificateMeta> certs)
Copyright © 2018. All rights reserved.