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