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