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