public class ComponentStatistics extends AbstractModel
| Constructor and Description | 
|---|
| ComponentStatistics() | 
| ComponentStatistics(ComponentStatistics 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 | getDescription()Get Component description. | 
| Long | getId()Get Component ID. | 
| Long | getMachineNum()Get Number of servers. | 
| void | setComponentName(String ComponentName)Set Component name. | 
| void | setComponentType(String ComponentType)Set Component type. | 
| void | setDescription(String Description)Set Component description. | 
| void | setId(Long Id)Set Component ID. | 
| void | setMachineNum(Long MachineNum)Set Number of servers. | 
| 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 ComponentStatistics()
public ComponentStatistics(ComponentStatistics source)
public Long getId()
public void setId(Long Id)
Id - Component ID.public Long getMachineNum()
public void setMachineNum(Long MachineNum)
MachineNum - Number of servers.public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName - Component name.public String getComponentType()
public void setComponentType(String ComponentType)
ComponentType - Component type.
public String getDescription()
public void setDescription(String Description)
Description - Component description.Copyright © 2023. All rights reserved.