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