public class BaselineHostTopList extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
BaselineEventLevelInfo[] |
getEventLevelList()
Get 事件等级与次数列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getHostName()
Get 主机名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getQuuid()
Get 主机Quuid
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScore()
Get 计算权重的分数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventLevelList(BaselineEventLevelInfo[] EventLevelList)
Set 事件等级与次数列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHostName(String HostName)
Set 主机名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQuuid(String Quuid)
Set 主机Quuid
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(Long Score)
Set 计算权重的分数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BaselineHostTopList()
public BaselineHostTopList(BaselineHostTopList source)
public BaselineEventLevelInfo[] getEventLevelList()
public void setEventLevelList(BaselineEventLevelInfo[] EventLevelList)
EventLevelList
- 事件等级与次数列表
注意:此字段可能返回 null,表示取不到有效值。public String getHostName()
public void setHostName(String HostName)
HostName
- 主机名称
注意:此字段可能返回 null,表示取不到有效值。public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 主机Quuid
注意:此字段可能返回 null,表示取不到有效值。public Long getScore()
public void setScore(Long Score)
Score
- 计算权重的分数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.