public class AssetCoreModuleBaseInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssetCoreModuleBaseInfo() |
AssetCoreModuleBaseInfo(AssetCoreModuleBaseInfo 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 |
getDesc()
Get Description
|
String |
getFirstTime()
Get First collection time
|
String |
getId()
Get Module ID
|
Long |
getIsNew()
Get Whether new [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 Server IP
|
String |
getMachineName()
Get Server name
|
String |
getMachineWanIp()
Get Server Public IP
|
Long |
getModuleCount()
Get Number of dependent modules
|
String |
getName()
Get Name
|
String |
getOsInfo()
Get Operating system
|
String |
getPath()
Get Path
|
Long |
getProcessCount()
Get Number of dependent processes
|
String |
getQuuid()
Get Host QUUID
|
Long |
getSize()
Get Module size
|
String |
getUpdateTime()
Get Data update time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUuid()
Get Host UUID
|
String |
getVersion()
Get Version
|
void |
setDesc(String Desc)
Set Description
|
void |
setFirstTime(String FirstTime)
Set First collection time
|
void |
setId(String Id)
Set Module ID
|
void |
setIsNew(Long IsNew)
Set Whether new [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 Server IP
|
void |
setMachineName(String MachineName)
Set Server name
|
void |
setMachineWanIp(String MachineWanIp)
Set Server Public IP
|
void |
setModuleCount(Long ModuleCount)
Set Number of dependent modules
|
void |
setName(String Name)
Set Name
|
void |
setOsInfo(String OsInfo)
Set Operating system
|
void |
setPath(String Path)
Set Path
|
void |
setProcessCount(Long ProcessCount)
Set Number of dependent processes
|
void |
setQuuid(String Quuid)
Set Host QUUID
|
void |
setSize(Long Size)
Set Module size
|
void |
setUpdateTime(String UpdateTime)
Set Data update time
Note: This field may return null, indicating that no valid values can be obtained.
|
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssetCoreModuleBaseInfo()
public AssetCoreModuleBaseInfo(AssetCoreModuleBaseInfo source)
public String getName()
public void setName(String Name)
Name
- Namepublic String getDesc()
public void setDesc(String Desc)
Desc
- Descriptionpublic String getPath()
public void setPath(String Path)
Path
- Pathpublic String getVersion()
public void setVersion(String Version)
Version
- Versionpublic String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- Server IPpublic String getMachineName()
public void setMachineName(String MachineName)
MachineName
- Server namepublic String getOsInfo()
public void setOsInfo(String OsInfo)
OsInfo
- Operating systempublic Long getSize()
public void setSize(Long Size)
Size
- Module sizepublic Long getProcessCount()
public void setProcessCount(Long ProcessCount)
ProcessCount
- Number of dependent processespublic Long getModuleCount()
public void setModuleCount(Long ModuleCount)
ModuleCount
- Number of dependent modulespublic String getId()
public void setId(String Id)
Id
- Module IDpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Host QUUIDpublic String getUuid()
public void setUuid(String Uuid)
Uuid
- Host UUIDpublic 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 new [0: no|1: yes]public String getMachineWanIp()
public void setMachineWanIp(String MachineWanIp)
MachineWanIp
- Server Public IPpublic 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 © 2025. All rights reserved.