Package com.volcengine.cdn.model
Class HstsForBatchUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.HstsForBatchUpdateCdnConfigInput
-
public class HstsForBatchUpdateCdnConfigInput extends Object
HstsForBatchUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description HstsForBatchUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HstsForBatchUpdateCdnConfigInput_switch(Boolean _switch)booleanequals(Object o)StringgetSubdomain()Get subdomainLonggetTtl()Get ttlinthashCode()BooleanisSwitch()Get _switchvoidsetSubdomain(String subdomain)voidsetSwitch(Boolean _switch)voidsetTtl(Long ttl)HstsForBatchUpdateCdnConfigInputsubdomain(String subdomain)StringtoString()HstsForBatchUpdateCdnConfigInputttl(Long ttl)
-
-
-
Method Detail
-
subdomain
public HstsForBatchUpdateCdnConfigInput subdomain(String subdomain)
-
getSubdomain
public String getSubdomain()
Get subdomain- Returns:
- subdomain
-
setSubdomain
public void setSubdomain(String subdomain)
-
_switch
public HstsForBatchUpdateCdnConfigInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
ttl
public HstsForBatchUpdateCdnConfigInput ttl(Long ttl)
-
getTtl
public Long getTtl()
Get ttl- Returns:
- ttl
-
setTtl
public void setTtl(Long ttl)
-
-