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 Component name. | 
| String | getComponentType()Get Component type. | 
| String | getComponentVersion()Get Component version number. | 
| Long | getId()Get Unique ID. | 
| String | getMachineIp()Get Private IP of server. | 
| String | getMachineName()Get Server name. | 
| String | getModifyTime()Get Component detection update time. | 
| String | getUuid()Get CWP agent `Uuid`. | 
| void | setComponentName(String ComponentName)Set Component name. | 
| void | setComponentType(String ComponentType)Set Component type. | 
| void | setComponentVersion(String ComponentVersion)Set Component version number. | 
| void | setId(Long Id)Set Unique ID. | 
| void | setMachineIp(String MachineIp)Set Private IP of server. | 
| void | setMachineName(String MachineName)Set Server name. | 
| void | setModifyTime(String ModifyTime)Set Component detection update time. | 
| void | setUuid(String Uuid)Set CWP agent `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, toJsonStringpublic Component()
public Component(Component source)
public Long getId()
public void setId(Long Id)
Id - Unique ID.public String getUuid()
public void setUuid(String Uuid)
Uuid - CWP agent `Uuid`.public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp - Private IP of server.public String getMachineName()
public void setMachineName(String MachineName)
MachineName - Server name.public String getComponentVersion()
public void setComponentVersion(String ComponentVersion)
ComponentVersion - Component version number.public String getComponentType()
public void setComponentType(String ComponentType)
ComponentType - Component type.
public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName - Component name.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Component detection update time.Copyright © 2021. All rights reserved.