public class VulInfoHostInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VulInfoHostInfo() | 
| VulInfoHostInfo(VulInfoHostInfo 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 | getHostIp()Get 主机ip | 
| String | getHostName()Get 主机名 | 
| String | getInstanceId()Get 主机InstanceId | 
| Long | getIsSupportAutoFix()Get 0 :漏洞不可自动修复,  1:可自动修复, 2:客户端已离线, 3:主机不是旗舰版只能手动修复, 4:机型不允许 ,5:修复中 ,6:已修复, 7:检测中, 9:修复失败, 10:已忽略 ,11:漏洞只支持linux不支持Windows, 12:漏洞只支持Windows不支持linux | 
| String | getMachineType()Get 主机类型 | 
| String | getQuuid()Get 主机quuid | 
| String[] | getTags()Get 主机标签 | 
| String | getUuid()Get 主机uuid | 
| void | setHostIp(String HostIp)Set 主机ip | 
| void | setHostName(String HostName)Set 主机名 | 
| void | setInstanceId(String InstanceId)Set 主机InstanceId | 
| void | setIsSupportAutoFix(Long IsSupportAutoFix)Set 0 :漏洞不可自动修复,  1:可自动修复, 2:客户端已离线, 3:主机不是旗舰版只能手动修复, 4:机型不允许 ,5:修复中 ,6:已修复, 7:检测中, 9:修复失败, 10:已忽略 ,11:漏洞只支持linux不支持Windows, 12:漏洞只支持Windows不支持linux | 
| void | setMachineType(String MachineType)Set 主机类型 | 
| void | setQuuid(String Quuid)Set 主机quuid | 
| void | setTags(String[] Tags)Set 主机标签 | 
| void | setUuid(String Uuid)Set 主机uuid | 
| 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, toJsonStringpublic VulInfoHostInfo()
public VulInfoHostInfo(VulInfoHostInfo source)
public String getHostName()
public void setHostName(String HostName)
HostName - 主机名public String getHostIp()
public void setHostIp(String HostIp)
HostIp - 主机ippublic String[] getTags()
public void setTags(String[] Tags)
Tags - 主机标签public String getQuuid()
public void setQuuid(String Quuid)
Quuid - 主机quuidpublic Long getIsSupportAutoFix()
public void setIsSupportAutoFix(Long IsSupportAutoFix)
IsSupportAutoFix - 0 :漏洞不可自动修复,  1:可自动修复, 2:客户端已离线, 3:主机不是旗舰版只能手动修复, 4:机型不允许 ,5:修复中 ,6:已修复, 7:检测中, 9:修复失败, 10:已忽略 ,11:漏洞只支持linux不支持Windows, 12:漏洞只支持Windows不支持linuxpublic String getUuid()
public void setUuid(String Uuid)
Uuid - 主机uuidpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 主机InstanceIdpublic String getMachineType()
public void setMachineType(String MachineType)
MachineType - 主机类型Copyright © 2025. All rights reserved.