public class AssetJarDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AssetJarDetail()  | 
AssetJarDetail(AssetJarDetail 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 | 
getMachineIp()
Get Server IP 
 | 
String | 
getMachineName()
Get Server name 
 | 
String | 
getMd5()
Get Jar package Md5
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getName()
Get Name 
 | 
String | 
getOsInfo()
Get Operating system 
 | 
String | 
getPath()
Get Path 
 | 
AssetAppProcessInfo[] | 
getProcess()
Get Reference process list
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getStatus()
Get Whether executable: 0: unknown; 1: yes; 2: no 
 | 
Long | 
getType()
Get Type: 1: application; 2: system library; 3: Web service built-in library; 8: other 
 | 
String | 
getUpdateTime()
Get Data update time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getVersion()
Get Version 
 | 
void | 
setMachineIp(String MachineIp)
Set Server IP 
 | 
void | 
setMachineName(String MachineName)
Set Server name 
 | 
void | 
setMd5(String Md5)
Set Jar package Md5
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setName(String Name)
Set Name 
 | 
void | 
setOsInfo(String OsInfo)
Set Operating system 
 | 
void | 
setPath(String Path)
Set Path 
 | 
void | 
setProcess(AssetAppProcessInfo[] Process)
Set Reference process list
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setStatus(Long Status)
Set Whether executable: 0: unknown; 1: yes; 2: no 
 | 
void | 
setType(Long Type)
Set Type: 1: application; 2: system library; 3: Web service built-in library; 8: other 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Data update time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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, toJsonStringpublic AssetJarDetail()
public AssetJarDetail(AssetJarDetail source)
public String getName()
public void setName(String Name)
Name - Namepublic Long getType()
public void setType(Long Type)
Type - Type: 1: application; 2: system library; 3: Web service built-in library; 8: otherpublic Long getStatus()
public void setStatus(Long Status)
Status - Whether executable: 0: unknown; 1: yes; 2: nopublic 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 IPpublic String getMachineName()
public void setMachineName(String MachineName)
MachineName - Server namepublic String getOsInfo()
public void setOsInfo(String OsInfo)
OsInfo - Operating systempublic AssetAppProcessInfo[] getProcess()
public void setProcess(AssetAppProcessInfo[] Process)
Process - Reference process list
Note: This field may return null, indicating that no valid values can be obtained.public String getMd5()
public void setMd5(String Md5)
Md5 - Jar package Md5
Note: This field may return null, indicating that no valid values can be obtained.public 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.Copyright © 2025. All rights reserved.