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