Class AssetSystemPackageInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.AssetSystemPackageInfo
-
public class AssetSystemPackageInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AssetSystemPackageInfo()AssetSystemPackageInfo(AssetSystemPackageInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDesc()Get 描述StringgetFirstTime()Get 首次采集时间StringgetInstallTime()Get 安装时间LonggetIsNew()Get 是否新增[0:否|1:是]MachineExtraInfogetMachineExtraInfo()Get 附加信息StringgetMachineIp()Get 主机IPStringgetMachineName()Get 主机名称StringgetName()Get 数据库名StringgetOsInfo()Get 操作系统StringgetQuuid()Get 主机IdStringgetType()Get 类型StringgetUpdateTime()Get 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。StringgetUuid()Get Agent IdStringgetVersion()Get 版本voidsetDesc(String Desc)Set 描述voidsetFirstTime(String FirstTime)Set 首次采集时间voidsetInstallTime(String InstallTime)Set 安装时间voidsetIsNew(Long IsNew)Set 是否新增[0:否|1:是]voidsetMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set 附加信息voidsetMachineIp(String MachineIp)Set 主机IPvoidsetMachineName(String MachineName)Set 主机名称voidsetName(String Name)Set 数据库名voidsetOsInfo(String OsInfo)Set 操作系统voidsetQuuid(String Quuid)Set 主机IdvoidsetType(String Type)Set 类型voidsetUpdateTime(String UpdateTime)Set 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。voidsetUuid(String Uuid)Set Agent IdvoidsetVersion(String Version)Set 版本voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AssetSystemPackageInfo
public AssetSystemPackageInfo()
-
AssetSystemPackageInfo
public AssetSystemPackageInfo(AssetSystemPackageInfo 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.
-
-
Method Detail
-
getName
public String getName()
Get 数据库名- Returns:
- Name 数据库名
-
setName
public void setName(String Name)
Set 数据库名- Parameters:
Name- 数据库名
-
getDesc
public String getDesc()
Get 描述- Returns:
- Desc 描述
-
setDesc
public void setDesc(String Desc)
Set 描述- Parameters:
Desc- 描述
-
getVersion
public String getVersion()
Get 版本- Returns:
- Version 版本
-
setVersion
public void setVersion(String Version)
Set 版本- Parameters:
Version- 版本
-
getInstallTime
public String getInstallTime()
Get 安装时间- Returns:
- InstallTime 安装时间
-
setInstallTime
public void setInstallTime(String InstallTime)
Set 安装时间- Parameters:
InstallTime- 安装时间
-
getType
public String getType()
Get 类型- Returns:
- Type 类型
-
setType
public void setType(String Type)
Set 类型- Parameters:
Type- 类型
-
getMachineName
public String getMachineName()
Get 主机名称- Returns:
- MachineName 主机名称
-
setMachineName
public void setMachineName(String MachineName)
Set 主机名称- Parameters:
MachineName- 主机名称
-
getMachineIp
public String getMachineIp()
Get 主机IP- Returns:
- MachineIp 主机IP
-
setMachineIp
public void setMachineIp(String MachineIp)
Set 主机IP- Parameters:
MachineIp- 主机IP
-
getOsInfo
public String getOsInfo()
Get 操作系统- Returns:
- OsInfo 操作系统
-
setOsInfo
public void setOsInfo(String OsInfo)
Set 操作系统- Parameters:
OsInfo- 操作系统
-
getUpdateTime
public String getUpdateTime()
Get 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpdateTime 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpdateTime- 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
getFirstTime
public String getFirstTime()
Get 首次采集时间- Returns:
- FirstTime 首次采集时间
-
setFirstTime
public void setFirstTime(String FirstTime)
Set 首次采集时间- Parameters:
FirstTime- 首次采集时间
-
getIsNew
public Long getIsNew()
Get 是否新增[0:否|1:是]- Returns:
- IsNew 是否新增[0:否|1:是]
-
setIsNew
public void setIsNew(Long IsNew)
Set 是否新增[0:否|1:是]- Parameters:
IsNew- 是否新增[0:否|1:是]
-
getMachineExtraInfo
public MachineExtraInfo getMachineExtraInfo()
Get 附加信息- Returns:
- MachineExtraInfo 附加信息
-
setMachineExtraInfo
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set 附加信息- Parameters:
MachineExtraInfo- 附加信息
-
getQuuid
public String getQuuid()
Get 主机Id- Returns:
- Quuid 主机Id
-
setQuuid
public void setQuuid(String Quuid)
Set 主机Id- Parameters:
Quuid- 主机Id
-
getUuid
public String getUuid()
Get Agent Id- Returns:
- Uuid Agent Id
-
setUuid
public void setUuid(String Uuid)
Set Agent Id- Parameters:
Uuid- Agent Id
-
-