Package com.volcengine.cdn.model
Class CertCheckForUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.CertCheckForUpdateCdnConfigInput
-
public class CertCheckForUpdateCdnConfigInput extends Object
CertCheckForUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description CertCheckForUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertCheckForUpdateCdnConfigInput_switch(Boolean _switch)CertCheckForUpdateCdnConfigInputaddCertInfoListItem(CertInfoListForUpdateCdnConfigInput certInfoListItem)CertCheckForUpdateCdnConfigInputcertInfoList(List<CertInfoListForUpdateCdnConfigInput> certInfoList)booleanequals(Object o)@Valid List<CertInfoListForUpdateCdnConfigInput>getCertInfoList()Get certInfoListinthashCode()BooleanisSwitch()Get _switchvoidsetCertInfoList(List<CertInfoListForUpdateCdnConfigInput> certInfoList)voidsetSwitch(Boolean _switch)StringtoString()
-
-
-
Method Detail
-
certInfoList
public CertCheckForUpdateCdnConfigInput certInfoList(List<CertInfoListForUpdateCdnConfigInput> certInfoList)
-
addCertInfoListItem
public CertCheckForUpdateCdnConfigInput addCertInfoListItem(CertInfoListForUpdateCdnConfigInput certInfoListItem)
-
getCertInfoList
@Valid public @Valid List<CertInfoListForUpdateCdnConfigInput> getCertInfoList()
Get certInfoList- Returns:
- certInfoList
-
setCertInfoList
public void setCertInfoList(List<CertInfoListForUpdateCdnConfigInput> certInfoList)
-
_switch
public CertCheckForUpdateCdnConfigInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-