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 List of event levels and occurrences
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHostName()
Get Host name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getQuuid()
Get Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getScore()
Get Score for calculating weight
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEventLevelList(BaselineEventLevelInfo[] EventLevelList)
Set List of event levels and occurrences
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostName(String HostName)
Set Host name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQuuid(String Quuid)
Set Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setScore(Long Score)
Set Score for calculating weight
Note: This field may return null, indicating that no valid values can be obtained.
|
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
- List of event levels and occurrences
Note: This field may return null, indicating that no valid values can be obtained.public String getHostName()
public void setHostName(String HostName)
HostName
- Host name
Note: This field may return null, indicating that no valid values can be obtained.public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.public Long getScore()
public void setScore(Long Score)
Score
- Score for calculating weight
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.