public class TopInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TopInfo() |
TopInfo(TopInfo 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 |
---|---|
Long |
getCount()
Get top统计计数
|
String |
getValue()
Get top统计数据,如ip、漏洞名等
|
void |
setCount(Long Count)
Set top统计计数
|
void |
setValue(String Value)
Set top统计数据,如ip、漏洞名等
|
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 TopInfo()
public TopInfo(TopInfo source)
public String getValue()
public void setValue(String Value)
Value
- top统计数据,如ip、漏洞名等public Long getCount()
public void setCount(Long Count)
Count
- top统计计数Copyright © 2024. All rights reserved.