public class IocListData extends AbstractModel
Constructor and Description |
---|
IocListData() |
IocListData(IocListData 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 |
---|---|
Long |
getDirection()
Get 只能为0或者1 0代表出站 1代表入站
|
String |
getDomain()
Get 待处置域名,IP/Domain字段二选一
|
String |
getIP()
Get 待处置IP地址,IP/Domain字段二选一
|
void |
setDirection(Long Direction)
Set 只能为0或者1 0代表出站 1代表入站
|
void |
setDomain(String Domain)
Set 待处置域名,IP/Domain字段二选一
|
void |
setIP(String IP)
Set 待处置IP地址,IP/Domain字段二选一
|
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 IocListData()
public IocListData(IocListData source)
public String getIP()
public void setIP(String IP)
IP
- 待处置IP地址,IP/Domain字段二选一public Long getDirection()
public void setDirection(Long Direction)
Direction
- 只能为0或者1 0代表出站 1代表入站public String getDomain()
public void setDomain(String Domain)
Domain
- 待处置域名,IP/Domain字段二选一Copyright © 2022. All rights reserved.