public class ComponentStatistics extends AbstractModel
header, skipSign| 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 组件名称。 | 
| String | getComponentType()Get 组件类型。
WEB:Web组件
SYSTEM:系统组件 | 
| String | getDescription()Get 组件描述。 | 
| Long | getId()Get 组件ID。 | 
| Long | getMachineNum()Get 主机数量。 | 
| void | setComponentName(String ComponentName)Set 组件名称。 | 
| void | setComponentType(String ComponentType)Set 组件类型。
WEB:Web组件
SYSTEM:系统组件 | 
| void | setDescription(String Description)Set 组件描述。 | 
| void | setId(Long Id)Set 组件ID。 | 
| void | setMachineNum(Long MachineNum)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 ComponentStatistics()
public ComponentStatistics(ComponentStatistics source)
public Long getId()
public void setId(Long Id)
Id - 组件ID。public Long getMachineNum()
public void setMachineNum(Long MachineNum)
MachineNum - 主机数量。public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName - 组件名称。public String getComponentType()
public void setComponentType(String ComponentType)
ComponentType - 组件类型。
public String getDescription()
public void setDescription(String Description)
Description - 组件描述。Copyright © 2025. All rights reserved.