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