Package com.volcengine.cdn.model
Class SparrowForCreateDomainVersionInput
- java.lang.Object
-
- com.volcengine.cdn.model.SparrowForCreateDomainVersionInput
-
public class SparrowForCreateDomainVersionInput extends Object
SparrowForCreateDomainVersionInput
-
-
Constructor Summary
Constructors Constructor Description SparrowForCreateDomainVersionInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SparrowForCreateDomainVersionInput_switch(Boolean _switch)SparrowForCreateDomainVersionInputaddSparrowRulesItem(SparrowRuleForCreateDomainVersionInput sparrowRulesItem)booleanequals(Object o)@Valid List<SparrowRuleForCreateDomainVersionInput>getSparrowRules()Get sparrowRulesinthashCode()BooleanisSwitch()Get _switchvoidsetSparrowRules(List<SparrowRuleForCreateDomainVersionInput> sparrowRules)voidsetSwitch(Boolean _switch)SparrowForCreateDomainVersionInputsparrowRules(List<SparrowRuleForCreateDomainVersionInput> sparrowRules)StringtoString()
-
-
-
Method Detail
-
sparrowRules
public SparrowForCreateDomainVersionInput sparrowRules(List<SparrowRuleForCreateDomainVersionInput> sparrowRules)
-
addSparrowRulesItem
public SparrowForCreateDomainVersionInput addSparrowRulesItem(SparrowRuleForCreateDomainVersionInput sparrowRulesItem)
-
getSparrowRules
@Valid public @Valid List<SparrowRuleForCreateDomainVersionInput> getSparrowRules()
Get sparrowRules- Returns:
- sparrowRules
-
setSparrowRules
public void setSparrowRules(List<SparrowRuleForCreateDomainVersionInput> sparrowRules)
-
_switch
public SparrowForCreateDomainVersionInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-