public class SwitchListsData extends AbstractModel
Constructor and Description |
---|
SwitchListsData() |
SwitchListsData(SwitchListsData 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 |
getArea()
Get Region
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getAssetType()
Get Asset type
|
Long |
getId()
Get ID value
|
String |
getInstanceId()
Get Instance ID
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getInstanceName()
Get Instance name
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getIntranetIp()
Get Private IP
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getLastTime()
Get Last scan time
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getPortTimes()
Get Number of risky ports
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getPublicIp()
Get Public IP
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getPublicIpType()
Get Public IP type
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getScanMode()
Get Scan mode
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getScanStatus()
Get Scan status
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getSwitch()
Get Firewall toggle
|
void |
setArea(String Area)
Set Region
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setAssetType(String AssetType)
Set Asset type
|
void |
setId(Long Id)
Set ID value
|
void |
setInstanceId(String InstanceId)
Set Instance ID
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setInstanceName(String InstanceName)
Set Instance name
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setIntranetIp(String IntranetIp)
Set Private IP
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setLastTime(String LastTime)
Set Last scan time
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setPortTimes(Long PortTimes)
Set Number of risky ports
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setPublicIp(String PublicIp)
Set Public IP
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setPublicIpType(Long PublicIpType)
Set Public IP type
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setScanMode(String ScanMode)
Set Scan mode
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setScanStatus(Long ScanStatus)
Set Scan status
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setSwitch(Long Switch)
Set Firewall toggle
|
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 SwitchListsData()
public SwitchListsData(SwitchListsData source)
public String getPublicIp()
public void setPublicIp(String PublicIp)
PublicIp
- Public IP
Note: This field may return `null`, indicating that no valid value was found.public String getIntranetIp()
public void setIntranetIp(String IntranetIp)
IntranetIp
- Private IP
Note: This field may return `null`, indicating that no valid value was found.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance name
Note: This field may return `null`, indicating that no valid value was found.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID
Note: This field may return `null`, indicating that no valid value was found.public String getAssetType()
public void setAssetType(String AssetType)
AssetType
- Asset typepublic String getArea()
public void setArea(String Area)
Area
- Region
Note: This field may return `null`, indicating that no valid value was found.public Long getSwitch()
public void setSwitch(Long Switch)
Switch
- Firewall togglepublic Long getId()
public void setId(Long Id)
Id
- ID valuepublic Long getPublicIpType()
public void setPublicIpType(Long PublicIpType)
PublicIpType
- Public IP type
Note: This field may return `null`, indicating that no valid value was found.public Long getPortTimes()
public void setPortTimes(Long PortTimes)
PortTimes
- Number of risky ports
Note: This field may return `null`, indicating that no valid value was found.public String getLastTime()
public void setLastTime(String LastTime)
LastTime
- Last scan time
Note: This field may return `null`, indicating that no valid value was found.public String getScanMode()
public void setScanMode(String ScanMode)
ScanMode
- Scan mode
Note: This field may return `null`, indicating that no valid value was found.public Long getScanStatus()
public void setScanStatus(Long ScanStatus)
ScanStatus
- Scan status
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.