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