public class CreateIpTableListRequest extends AbstractModel
Constructor and Description |
---|
CreateIpTableListRequest() |
CreateIpTableListRequest(CreateIpTableListRequest 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 |
---|---|
String |
getEntity()
Get The subdomain name/layer-4 proxy.
|
IpTableRule[] |
getIpTableRules()
Get List of basic access control rules.
|
String |
getZoneId()
Get The site ID.
|
void |
setEntity(String Entity)
Set The subdomain name/layer-4 proxy.
|
void |
setIpTableRules(IpTableRule[] IpTableRules)
Set List of basic access control rules.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateIpTableListRequest()
public CreateIpTableListRequest(CreateIpTableListRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public String getEntity()
public void setEntity(String Entity)
Entity
- The subdomain name/layer-4 proxy.public IpTableRule[] getIpTableRules()
public void setIpTableRules(IpTableRule[] IpTableRules)
IpTableRules
- List of basic access control rules.Copyright © 2022. All rights reserved.