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