public class AssetWebServiceBaseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AssetWebServiceBaseInfo() | 
| AssetWebServiceBaseInfo(AssetWebServiceBaseInfo 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 | getBinPath()Get Binary path | 
| String | getConfigPath()Get Configuration path | 
| String | getDesc()Get Description | 
| String | getFirstTime()Get First collection time | 
| String | getId()Get Web Service ID | 
| String | getInstallPath()Get Installation path | 
| Long | getIsNew()Get Whether newly added [0: no|1: yes] | 
| MachineExtraInfo | getMachineExtraInfo()Get Additional information
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMachineIp()Get Private IP address of a host | 
| String | getMachineName()Get Host name | 
| String | getMachineWanIp()Get Public IP address of a host | 
| String | getName()Get Database name | 
| String | getOsInfo()Get Operating System Information | 
| Long | getProcessCount()Get Number of associated processes | 
| Long | getProjectId()Get Host business group ID | 
| String | getQuuid()Get Host QUUID | 
| MachineTag[] | getTag()Get Host tag
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUpdateTime()Get Data update time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUser()Get Startup user | 
| String | getUuid()Get Host UUID | 
| String | getVersion()Get Version | 
| void | setBinPath(String BinPath)Set Binary path | 
| void | setConfigPath(String ConfigPath)Set Configuration path | 
| void | setDesc(String Desc)Set Description | 
| void | setFirstTime(String FirstTime)Set First collection time | 
| void | setId(String Id)Set Web Service ID | 
| void | setInstallPath(String InstallPath)Set Installation path | 
| void | setIsNew(Long IsNew)Set Whether newly added [0: no|1: yes] | 
| void | setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set Additional information
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMachineIp(String MachineIp)Set Private IP address of a host | 
| void | setMachineName(String MachineName)Set Host name | 
| void | setMachineWanIp(String MachineWanIp)Set Public IP address of a host | 
| void | setName(String Name)Set Database name | 
| void | setOsInfo(String OsInfo)Set Operating System Information | 
| void | setProcessCount(Long ProcessCount)Set Number of associated processes | 
| void | setProjectId(Long ProjectId)Set Host business group ID | 
| void | setQuuid(String Quuid)Set Host QUUID | 
| void | setTag(MachineTag[] Tag)Set Host tag
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUpdateTime(String UpdateTime)Set Data update time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUser(String User)Set Startup user | 
| void | setUuid(String Uuid)Set Host UUID | 
| void | setVersion(String Version)Set Version | 
| 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, toJsonStringpublic AssetWebServiceBaseInfo()
public AssetWebServiceBaseInfo(AssetWebServiceBaseInfo source)
public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp - Private IP address of a hostpublic String getMachineWanIp()
public void setMachineWanIp(String MachineWanIp)
MachineWanIp - Public IP address of a hostpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid - Host QUUIDpublic String getUuid()
public void setUuid(String Uuid)
Uuid - Host UUIDpublic String getOsInfo()
public void setOsInfo(String OsInfo)
OsInfo - Operating System Informationpublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Host business group IDpublic MachineTag[] getTag()
public void setTag(MachineTag[] Tag)
Tag - Host tag
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name - Database namepublic String getVersion()
public void setVersion(String Version)
Version - Versionpublic String getBinPath()
public void setBinPath(String BinPath)
BinPath - Binary pathpublic String getUser()
public void setUser(String User)
User - Startup userpublic String getInstallPath()
public void setInstallPath(String InstallPath)
InstallPath - Installation pathpublic String getConfigPath()
public void setConfigPath(String ConfigPath)
ConfigPath - Configuration pathpublic Long getProcessCount()
public void setProcessCount(Long ProcessCount)
ProcessCount - Number of associated processespublic String getId()
public void setId(String Id)
Id - Web Service IDpublic String getMachineName()
public void setMachineName(String MachineName)
MachineName - Host namepublic String getDesc()
public void setDesc(String Desc)
Desc - Descriptionpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Data update time
Note: This field may return null, indicating that no valid values can be obtained.public String getFirstTime()
public void setFirstTime(String FirstTime)
FirstTime - First collection timepublic Long getIsNew()
public void setIsNew(Long IsNew)
IsNew - Whether newly added [0: no|1: yes]public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo - Additional information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.