Package com.volcengine.cdn.model
Class RemoteAuthForAddCdnDomainInput
- java.lang.Object
-
- com.volcengine.cdn.model.RemoteAuthForAddCdnDomainInput
-
public class RemoteAuthForAddCdnDomainInput extends Object
RemoteAuthForAddCdnDomainInput
-
-
Constructor Summary
Constructors Constructor Description RemoteAuthForAddCdnDomainInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteAuthForAddCdnDomainInput_switch(Boolean _switch)RemoteAuthForAddCdnDomainInputaddRemoteAuthRulesItem(RemoteAuthRuleForAddCdnDomainInput remoteAuthRulesItem)booleanequals(Object o)@Valid List<RemoteAuthRuleForAddCdnDomainInput>getRemoteAuthRules()Get remoteAuthRulesinthashCode()BooleanisSwitch()Get _switchRemoteAuthForAddCdnDomainInputremoteAuthRules(List<RemoteAuthRuleForAddCdnDomainInput> remoteAuthRules)voidsetRemoteAuthRules(List<RemoteAuthRuleForAddCdnDomainInput> remoteAuthRules)voidsetSwitch(Boolean _switch)StringtoString()
-
-
-
Method Detail
-
remoteAuthRules
public RemoteAuthForAddCdnDomainInput remoteAuthRules(List<RemoteAuthRuleForAddCdnDomainInput> remoteAuthRules)
-
addRemoteAuthRulesItem
public RemoteAuthForAddCdnDomainInput addRemoteAuthRulesItem(RemoteAuthRuleForAddCdnDomainInput remoteAuthRulesItem)
-
getRemoteAuthRules
@Valid public @Valid List<RemoteAuthRuleForAddCdnDomainInput> getRemoteAuthRules()
Get remoteAuthRules- Returns:
- remoteAuthRules
-
setRemoteAuthRules
public void setRemoteAuthRules(List<RemoteAuthRuleForAddCdnDomainInput> remoteAuthRules)
-
_switch
public RemoteAuthForAddCdnDomainInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-