public class ListCertInfoResponse
extends com.volcengine.model.AbstractResponse
| Constructor and Description |
|---|
ListCertInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListCertInfoResponse |
addCertInfoItem(CertInfoForListCertInfoOutput certInfoItem) |
ListCertInfoResponse |
certInfo(List<CertInfoForListCertInfoOutput> certInfo) |
boolean |
equals(Object o) |
ListCertInfoResponse |
expiringCount(Long expiringCount) |
@Valid List<CertInfoForListCertInfoOutput> |
getCertInfo()
Get certInfo
|
Long |
getExpiringCount()
Get expiringCount
|
Long |
getPageNum()
Get pageNum
|
Long |
getPageSize()
Get pageSize
|
Long |
getTotal()
Get total
|
int |
hashCode() |
ListCertInfoResponse |
pageNum(Long pageNum) |
ListCertInfoResponse |
pageSize(Long pageSize) |
void |
setCertInfo(List<CertInfoForListCertInfoOutput> certInfo) |
void |
setExpiringCount(Long expiringCount) |
void |
setPageNum(Long pageNum) |
void |
setPageSize(Long pageSize) |
void |
setTotal(Long total) |
String |
toString() |
ListCertInfoResponse |
total(Long total) |
public ListCertInfoResponse certInfo(List<CertInfoForListCertInfoOutput> certInfo)
public ListCertInfoResponse addCertInfoItem(CertInfoForListCertInfoOutput certInfoItem)
@Valid public @Valid List<CertInfoForListCertInfoOutput> getCertInfo()
public void setCertInfo(List<CertInfoForListCertInfoOutput> certInfo)
public ListCertInfoResponse expiringCount(Long expiringCount)
public Long getExpiringCount()
public void setExpiringCount(Long expiringCount)
public ListCertInfoResponse pageNum(Long pageNum)
public Long getPageNum()
public void setPageNum(Long pageNum)
public ListCertInfoResponse pageSize(Long pageSize)
public Long getPageSize()
public void setPageSize(Long pageSize)
public ListCertInfoResponse total(Long total)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2025. All rights reserved.