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 服务器IP | 
| String | getMachineName()Get 服务器名称 | 
| String | getMd5()Get Jar包Md5 | 
| String | getName()Get 名称 | 
| String | getOsInfo()Get 操作系统 | 
| String | getPath()Get 路径 | 
| AssetAppProcessInfo[] | getProcess()Get 引用进程列表 | 
| Long | getStatus()Get 是否可执行:0未知,1是,2否 | 
| Long | getType()Get 类型:1应用程序,2系统类库,3Web服务自带库,8:其他, | 
| String | getUpdateTime()Get 数据更新时间 | 
| String | getVersion()Get 版本 | 
| void | setMachineIp(String MachineIp)Set 服务器IP | 
| void | setMachineName(String MachineName)Set 服务器名称 | 
| void | setMd5(String Md5)Set Jar包Md5 | 
| void | setName(String Name)Set 名称 | 
| void | setOsInfo(String OsInfo)Set 操作系统 | 
| void | setPath(String Path)Set 路径 | 
| void | setProcess(AssetAppProcessInfo[] Process)Set 引用进程列表 | 
| void | setStatus(Long Status)Set 是否可执行:0未知,1是,2否 | 
| void | setType(Long Type)Set 类型:1应用程序,2系统类库,3Web服务自带库,8:其他, | 
| void | setUpdateTime(String UpdateTime)Set 数据更新时间 | 
| void | setVersion(String Version)Set 版本 | 
| 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 - 名称public Long getType()
public void setType(Long Type)
Type - 类型:1应用程序,2系统类库,3Web服务自带库,8:其他,public Long getStatus()
public void setStatus(Long Status)
Status - 是否可执行:0未知,1是,2否public String getVersion()
public void setVersion(String Version)
Version - 版本public String getPath()
public void setPath(String Path)
Path - 路径public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp - 服务器IPpublic String getMachineName()
public void setMachineName(String MachineName)
MachineName - 服务器名称public String getOsInfo()
public void setOsInfo(String OsInfo)
OsInfo - 操作系统public AssetAppProcessInfo[] getProcess()
public void setProcess(AssetAppProcessInfo[] Process)
Process - 引用进程列表public String getMd5()
public void setMd5(String Md5)
Md5 - Jar包Md5public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 数据更新时间Copyright © 2025. All rights reserved.