Class PublicAccessRule
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.PublicAccessRule
-
public class PublicAccessRule extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PublicAccessRule()PublicAccessRule(PublicAccessRule 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 BooleangetAllow()Get 允许或者拒绝StringgetIpRule()Get ip网段信息StringgetRemark()Get 备注信息 注意:此字段可能返回 null,表示取不到有效值。voidsetAllow(Boolean Allow)Set 允许或者拒绝voidsetIpRule(String IpRule)Set ip网段信息voidsetRemark(String Remark)Set 备注信息 注意:此字段可能返回 null,表示取不到有效值。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
-
PublicAccessRule
public PublicAccessRule()
-
PublicAccessRule
public PublicAccessRule(PublicAccessRule 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
-
getIpRule
public String getIpRule()
Get ip网段信息- Returns:
- IpRule ip网段信息
-
setIpRule
public void setIpRule(String IpRule)
Set ip网段信息- Parameters:
IpRule- ip网段信息
-
getAllow
public Boolean getAllow()
Get 允许或者拒绝- Returns:
- Allow 允许或者拒绝
-
setAllow
public void setAllow(Boolean Allow)
Set 允许或者拒绝- Parameters:
Allow- 允许或者拒绝
-
getRemark
public String getRemark()
Get 备注信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark 备注信息 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set 备注信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- 备注信息 注意:此字段可能返回 null,表示取不到有效值。
-
-