Package com.volcengine.cdn.model
Class SignedUrlAuthForBatchUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.SignedUrlAuthForBatchUpdateCdnConfigInput
-
public class SignedUrlAuthForBatchUpdateCdnConfigInput extends Object
SignedUrlAuthForBatchUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description SignedUrlAuthForBatchUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignedUrlAuthForBatchUpdateCdnConfigInput_switch(Boolean _switch)SignedUrlAuthForBatchUpdateCdnConfigInputaddSignedUrlAuthRulesItem(SignedUrlAuthRuleForBatchUpdateCdnConfigInput signedUrlAuthRulesItem)booleanequals(Object o)@Valid List<SignedUrlAuthRuleForBatchUpdateCdnConfigInput>getSignedUrlAuthRules()Get signedUrlAuthRulesinthashCode()BooleanisSwitch()Get _switchvoidsetSignedUrlAuthRules(List<SignedUrlAuthRuleForBatchUpdateCdnConfigInput> signedUrlAuthRules)voidsetSwitch(Boolean _switch)SignedUrlAuthForBatchUpdateCdnConfigInputsignedUrlAuthRules(List<SignedUrlAuthRuleForBatchUpdateCdnConfigInput> signedUrlAuthRules)StringtoString()
-
-
-
Method Detail
-
signedUrlAuthRules
public SignedUrlAuthForBatchUpdateCdnConfigInput signedUrlAuthRules(List<SignedUrlAuthRuleForBatchUpdateCdnConfigInput> signedUrlAuthRules)
-
addSignedUrlAuthRulesItem
public SignedUrlAuthForBatchUpdateCdnConfigInput addSignedUrlAuthRulesItem(SignedUrlAuthRuleForBatchUpdateCdnConfigInput signedUrlAuthRulesItem)
-
getSignedUrlAuthRules
@Valid public @Valid List<SignedUrlAuthRuleForBatchUpdateCdnConfigInput> getSignedUrlAuthRules()
Get signedUrlAuthRules- Returns:
- signedUrlAuthRules
-
setSignedUrlAuthRules
public void setSignedUrlAuthRules(List<SignedUrlAuthRuleForBatchUpdateCdnConfigInput> signedUrlAuthRules)
-
_switch
public SignedUrlAuthForBatchUpdateCdnConfigInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-