Package com.volcengine.cdn.model
Class OriginCertCheckForUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.OriginCertCheckForUpdateCdnConfigInput
-
public class OriginCertCheckForUpdateCdnConfigInput extends Object
OriginCertCheckForUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description OriginCertCheckForUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OriginCertCheckForUpdateCdnConfigInput_switch(Boolean _switch)OriginCertCheckForUpdateCdnConfigInputaddCertInfoListItem(CertInfoListForUpdateCdnConfigInput certInfoListItem)OriginCertCheckForUpdateCdnConfigInputcertInfoList(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 OriginCertCheckForUpdateCdnConfigInput certInfoList(List<CertInfoListForUpdateCdnConfigInput> certInfoList)
-
addCertInfoListItem
public OriginCertCheckForUpdateCdnConfigInput addCertInfoListItem(CertInfoListForUpdateCdnConfigInput certInfoListItem)
-
getCertInfoList
@Valid public @Valid List<CertInfoListForUpdateCdnConfigInput> getCertInfoList()
Get certInfoList- Returns:
- certInfoList
-
setCertInfoList
public void setCertInfoList(List<CertInfoListForUpdateCdnConfigInput> certInfoList)
-
_switch
public OriginCertCheckForUpdateCdnConfigInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-