public class BaselineHostDetect extends AbstractModel
header, skipSign
Constructor and Description |
---|
BaselineHostDetect() |
BaselineHostDetect(BaselineHostDetect 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 |
getDetectStatus()
Get 0: Failed; 1: Ignored; 3: Passed; 5: Under detection
|
String |
getFirstTime()
Get First detection time
|
String |
getHostId()
Get Host ID
|
String |
getHostIp()
Get Private IP address
|
String |
getHostName()
Get Host name
|
Long |
getItemCount()
Get Associated Detection Item Count
|
String |
getLastTime()
Get Last detection Time
|
MachineExtraInfo |
getMachineExtraInfo()
Get Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getNotPassedItemCount()
Get Detection Failure Count
|
Long |
getPassedItemCount()
Get Number of Passed Tasks in Detection
|
String |
getUuid()
Get CWPP UUID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getWanIp()
Get Public IP address
|
void |
setDetectStatus(Long DetectStatus)
Set 0: Failed; 1: Ignored; 3: Passed; 5: Under detection
|
void |
setFirstTime(String FirstTime)
Set First detection time
|
void |
setHostId(String HostId)
Set Host ID
|
void |
setHostIp(String HostIp)
Set Private IP address
|
void |
setHostName(String HostName)
Set Host name
|
void |
setItemCount(Long ItemCount)
Set Associated Detection Item Count
|
void |
setLastTime(String LastTime)
Set Last detection Time
|
void |
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNotPassedItemCount(Long NotPassedItemCount)
Set Detection Failure Count
|
void |
setPassedItemCount(Long PassedItemCount)
Set Number of Passed Tasks in Detection
|
void |
setUuid(String Uuid)
Set CWPP UUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWanIp(String WanIp)
Set Public IP address
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BaselineHostDetect()
public BaselineHostDetect(BaselineHostDetect source)
public String getHostId()
public void setHostId(String HostId)
HostId
- Host IDpublic String getHostIp()
public void setHostIp(String HostIp)
HostIp
- Private IP addresspublic String getHostName()
public void setHostName(String HostName)
HostName
- Host namepublic String getWanIp()
public void setWanIp(String WanIp)
WanIp
- Public IP addresspublic Long getDetectStatus()
public void setDetectStatus(Long DetectStatus)
DetectStatus
- 0: Failed; 1: Ignored; 3: Passed; 5: Under detectionpublic Long getPassedItemCount()
public void setPassedItemCount(Long PassedItemCount)
PassedItemCount
- Number of Passed Tasks in Detectionpublic Long getItemCount()
public void setItemCount(Long ItemCount)
ItemCount
- Associated Detection Item Countpublic Long getNotPassedItemCount()
public void setNotPassedItemCount(Long NotPassedItemCount)
NotPassedItemCount
- Detection Failure Countpublic String getFirstTime()
public void setFirstTime(String FirstTime)
FirstTime
- First detection timepublic String getLastTime()
public void setLastTime(String LastTime)
LastTime
- Last detection Timepublic String getUuid()
public void setUuid(String Uuid)
Uuid
- CWPP UUID
Note: This field may return null, indicating that no valid values can be obtained.public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo
- Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.