Class BaselineHostTopList
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.BaselineHostTopList
-
public class BaselineHostTopList extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BaselineHostTopList()BaselineHostTopList(BaselineHostTopList 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 BaselineEventLevelInfo[]getEventLevelList()Get 事件等级与次数列表 注意:此字段可能返回 null,表示取不到有效值。StringgetHostName()Get 主机名称 注意:此字段可能返回 null,表示取不到有效值。StringgetQuuid()Get 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。LonggetScore()Get 计算权重的分数 注意:此字段可能返回 null,表示取不到有效值。voidsetEventLevelList(BaselineEventLevelInfo[] EventLevelList)Set 事件等级与次数列表 注意:此字段可能返回 null,表示取不到有效值。voidsetHostName(String HostName)Set 主机名称 注意:此字段可能返回 null,表示取不到有效值。voidsetQuuid(String Quuid)Set 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。voidsetScore(Long Score)Set 计算权重的分数 注意:此字段可能返回 null,表示取不到有效值。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
-
BaselineHostTopList
public BaselineHostTopList()
-
BaselineHostTopList
public BaselineHostTopList(BaselineHostTopList 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
-
getEventLevelList
public BaselineEventLevelInfo[] getEventLevelList()
Get 事件等级与次数列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventLevelList 事件等级与次数列表 注意:此字段可能返回 null,表示取不到有效值。
-
setEventLevelList
public void setEventLevelList(BaselineEventLevelInfo[] EventLevelList)
Set 事件等级与次数列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventLevelList- 事件等级与次数列表 注意:此字段可能返回 null,表示取不到有效值。
-
getHostName
public String getHostName()
Get 主机名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HostName 主机名称 注意:此字段可能返回 null,表示取不到有效值。
-
setHostName
public void setHostName(String HostName)
Set 主机名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HostName- 主机名称 注意:此字段可能返回 null,表示取不到有效值。
-
getQuuid
public String getQuuid()
Get 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Quuid 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。
-
setQuuid
public void setQuuid(String Quuid)
Set 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Quuid- 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。
-
getScore
public Long getScore()
Get 计算权重的分数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Score 计算权重的分数 注意:此字段可能返回 null,表示取不到有效值。
-
setScore
public void setScore(Long Score)
Set 计算权重的分数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Score- 计算权重的分数 注意:此字段可能返回 null,表示取不到有效值。
-
-