public class AssetJarBaseInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssetJarBaseInfo() |
AssetJarBaseInfo(AssetJarBaseInfo 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 |
getFirstTime()
Get First collection time
|
String |
getId()
Get JAR package ID
|
Long |
getIsNew()
Get Whether it is 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 Server IP address
|
String |
getMachineName()
Get Server name
|
String |
getMachineWanIp()
Get Server public IP
|
String |
getMd5()
Get JAR package Md5
|
String |
getName()
Get Name
|
String |
getOsInfo()
Get Operating system
|
String |
getPath()
Get Path
|
String |
getQuuid()
Get Host QUUID
|
Long |
getStatus()
Get Whether it is executable.
|
Long |
getType()
Get Type.
|
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 |
setFirstTime(String FirstTime)
Set First collection time
|
void |
setId(String Id)
Set JAR package ID
|
void |
setIsNew(Long IsNew)
Set Whether it is 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 Server IP address
|
void |
setMachineName(String MachineName)
Set Server name
|
void |
setMachineWanIp(String MachineWanIp)
Set Server public IP
|
void |
setMd5(String Md5)
Set JAR package Md5
|
void |
setName(String Name)
Set Name
|
void |
setOsInfo(String OsInfo)
Set Operating system
|
void |
setPath(String Path)
Set Path
|
void |
setQuuid(String Quuid)
Set Host QUUID
|
void |
setStatus(Long Status)
Set Whether it is executable.
|
void |
setType(Long Type)
Set Type.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssetJarBaseInfo()
public AssetJarBaseInfo(AssetJarBaseInfo source)
public String getName()
public void setName(String Name)
Name
- Namepublic Long getType()
public void setType(Long Type)
Type
- Type. 1: application; 2: system class library; 3: web service built-in library; 8: others.public Long getStatus()
public void setStatus(Long Status)
Status
- Whether it is executable. 0: unknown; 1: yes; 2: no.public String getVersion()
public void setVersion(String Version)
Version
- Versionpublic String getPath()
public void setPath(String Path)
Path
- Pathpublic String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- Server IP addresspublic String getMachineName()
public void setMachineName(String MachineName)
MachineName
- Server namepublic String getOsInfo()
public void setOsInfo(String OsInfo)
OsInfo
- Operating systempublic String getId()
public void setId(String Id)
Id
- JAR package IDpublic String getMd5()
public void setMd5(String Md5)
Md5
- JAR package Md5public 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 it is newly added [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 © 2024. All rights reserved.