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