public class PublicAccessRule extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getAllow()Get 允许或者拒绝
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getIpRule()Get ip网段信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getRemark()Get 备注信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAllow(Boolean Allow)Set 允许或者拒绝
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIpRule(String IpRule)Set ip网段信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRemark(String Remark)Set 备注信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PublicAccessRule()
public PublicAccessRule(PublicAccessRule source)
public String getIpRule()
public void setIpRule(String IpRule)
IpRule - ip网段信息
注意:此字段可能返回 null,表示取不到有效值。public Boolean getAllow()
public void setAllow(Boolean Allow)
Allow - 允许或者拒绝
注意:此字段可能返回 null,表示取不到有效值。public String getRemark()
public void setRemark(String Remark)
Remark - 备注信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.