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