public class Component extends AbstractModel
Constructor and Description |
---|
Component() |
Component(Component 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 |
getComponentName()
Get 组件名称。
|
String |
getComponentType()
Get 组件类型。
SYSTEM:系统组件
WEB:Web组件
|
String |
getComponentVersion()
Get 组件版本号。
|
Long |
getId()
Get 唯一ID。
|
String |
getMachineIp()
Get 主机内网IP。
|
String |
getMachineName()
Get 主机名。
|
String |
getModifyTime()
Get 组件检测更新时间。
|
String |
getUuid()
Get 云镜客户端唯一Uuid。
|
void |
setComponentName(String ComponentName)
Set 组件名称。
|
void |
setComponentType(String ComponentType)
Set 组件类型。
SYSTEM:系统组件
WEB:Web组件
|
void |
setComponentVersion(String ComponentVersion)
Set 组件版本号。
|
void |
setId(Long Id)
Set 唯一ID。
|
void |
setMachineIp(String MachineIp)
Set 主机内网IP。
|
void |
setMachineName(String MachineName)
Set 主机名。
|
void |
setModifyTime(String ModifyTime)
Set 组件检测更新时间。
|
void |
setUuid(String Uuid)
Set 云镜客户端唯一Uuid。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Component()
public Component(Component source)
public Long getId()
public void setId(Long Id)
Id
- 唯一ID。public String getUuid()
public void setUuid(String Uuid)
Uuid
- 云镜客户端唯一Uuid。public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- 主机内网IP。public String getMachineName()
public void setMachineName(String MachineName)
MachineName
- 主机名。public String getComponentVersion()
public void setComponentVersion(String ComponentVersion)
ComponentVersion
- 组件版本号。public String getComponentType()
public void setComponentType(String ComponentType)
ComponentType
- 组件类型。
public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName
- 组件名称。public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 组件检测更新时间。Copyright © 2021. All rights reserved.