public class ScanIpInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScanIpInfo() |
ScanIpInfo(ScanIpInfo 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 |
getBussiness()
Get 所属业务
|
String |
getDescibe()
Get 扫描说明
|
String[] |
getIpList()
Get ip列表
|
String |
getReferer()
Get 官方公告
|
String |
getTarget()
Get 扫描对象
|
Long |
getUpdateTime()
Get 更新时间
|
void |
setBussiness(String Bussiness)
Set 所属业务
|
void |
setDescibe(String Descibe)
Set 扫描说明
|
void |
setIpList(String[] IpList)
Set ip列表
|
void |
setReferer(String Referer)
Set 官方公告
|
void |
setTarget(String Target)
Set 扫描对象
|
void |
setUpdateTime(Long UpdateTime)
Set 更新时间
|
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, toJsonString
public ScanIpInfo()
public ScanIpInfo(ScanIpInfo source)
public String getBussiness()
public void setBussiness(String Bussiness)
Bussiness
- 所属业务public String getTarget()
public void setTarget(String Target)
Target
- 扫描对象public String[] getIpList()
public void setIpList(String[] IpList)
IpList
- ip列表public String getDescibe()
public void setDescibe(String Descibe)
Descibe
- 扫描说明public String getReferer()
public void setReferer(String Referer)
Referer
- 官方公告public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 更新时间Copyright © 2025. All rights reserved.