Class ScdnAclRule
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ScdnAclRule
-
public class ScdnAclRule extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ScdnAclRule()ScdnAclRule(ScdnAclRule source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLogiOperator()Get 逻辑操作符,取值如下StringgetMatchKey()Get 匹配关键字StringgetMatchValue()Get 匹配值。voidsetLogiOperator(String LogiOperator)Set 逻辑操作符,取值如下voidsetMatchKey(String MatchKey)Set 匹配关键字voidsetMatchValue(String MatchValue)Set 匹配值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ScdnAclRule
public ScdnAclRule()
-
ScdnAclRule
public ScdnAclRule(ScdnAclRule source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getMatchKey
public String getMatchKey()
Get 匹配关键字- Returns:
- MatchKey 匹配关键字
-
setMatchKey
public void setMatchKey(String MatchKey)
Set 匹配关键字- Parameters:
MatchKey- 匹配关键字
-
getLogiOperator
public String getLogiOperator()
Get 逻辑操作符,取值如下- Returns:
- LogiOperator 逻辑操作符,取值如下
-
setLogiOperator
public void setLogiOperator(String LogiOperator)
Set 逻辑操作符,取值如下- Parameters:
LogiOperator- 逻辑操作符,取值如下
-
getMatchValue
public String getMatchValue()
Get 匹配值。- Returns:
- MatchValue 匹配值。
-
setMatchValue
public void setMatchValue(String MatchValue)
Set 匹配值。- Parameters:
MatchValue- 匹配值。
-
-