Package com.volcengine.cdn.model
Class UrlDecryptForCreateDomainVersionInput
- java.lang.Object
-
- com.volcengine.cdn.model.UrlDecryptForCreateDomainVersionInput
-
public class UrlDecryptForCreateDomainVersionInput extends Object
UrlDecryptForCreateDomainVersionInput
-
-
Constructor Summary
Constructors Constructor Description UrlDecryptForCreateDomainVersionInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UrlDecryptForCreateDomainVersionInput_switch(Boolean _switch)booleanequals(Object o)@Valid SignedUrlAuthRulesForCreateDomainVersionInputgetSignedUrlAuthRules()Get signedUrlAuthRulesinthashCode()BooleanisSwitch()Get _switchvoidsetSignedUrlAuthRules(SignedUrlAuthRulesForCreateDomainVersionInput signedUrlAuthRules)voidsetSwitch(Boolean _switch)UrlDecryptForCreateDomainVersionInputsignedUrlAuthRules(SignedUrlAuthRulesForCreateDomainVersionInput signedUrlAuthRules)StringtoString()
-
-
-
Method Detail
-
signedUrlAuthRules
public UrlDecryptForCreateDomainVersionInput signedUrlAuthRules(SignedUrlAuthRulesForCreateDomainVersionInput signedUrlAuthRules)
-
getSignedUrlAuthRules
@Valid public @Valid SignedUrlAuthRulesForCreateDomainVersionInput getSignedUrlAuthRules()
Get signedUrlAuthRules- Returns:
- signedUrlAuthRules
-
setSignedUrlAuthRules
public void setSignedUrlAuthRules(SignedUrlAuthRulesForCreateDomainVersionInput signedUrlAuthRules)
-
_switch
public UrlDecryptForCreateDomainVersionInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-