Package com.volcengine.cdn.model
Class AllowRefererAccessRuleForAddSharedConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.AllowRefererAccessRuleForAddSharedConfigInput
-
public class AllowRefererAccessRuleForAddSharedConfigInput extends Object
AllowRefererAccessRuleForAddSharedConfigInput
-
-
Constructor Summary
Constructors Constructor Description AllowRefererAccessRuleForAddSharedConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowRefererAccessRuleForAddSharedConfigInputallowEmpty(Boolean allowEmpty)AllowRefererAccessRuleForAddSharedConfigInputcommonType(CommonTypeForAddSharedConfigInput commonType)booleanequals(Object o)@Valid CommonTypeForAddSharedConfigInputgetCommonType()Get commonTypeinthashCode()BooleanisAllowEmpty()Get allowEmptyvoidsetAllowEmpty(Boolean allowEmpty)voidsetCommonType(CommonTypeForAddSharedConfigInput commonType)StringtoString()
-
-
-
Method Detail
-
allowEmpty
public AllowRefererAccessRuleForAddSharedConfigInput allowEmpty(Boolean allowEmpty)
-
isAllowEmpty
public Boolean isAllowEmpty()
Get allowEmpty- Returns:
- allowEmpty
-
setAllowEmpty
public void setAllowEmpty(Boolean allowEmpty)
-
commonType
public AllowRefererAccessRuleForAddSharedConfigInput commonType(CommonTypeForAddSharedConfigInput commonType)
-
getCommonType
@Valid public @Valid CommonTypeForAddSharedConfigInput getCommonType()
Get commonType- Returns:
- commonType
-
setCommonType
public void setCommonType(CommonTypeForAddSharedConfigInput commonType)
-
-