public class VulOverview extends AbstractModel
header, skipSign
Constructor and Description |
---|
VulOverview() |
VulOverview(VulOverview 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 |
getTodayCount()
Get 今日新增数量
|
Long |
getTotalCount()
Get 总数
|
void |
setTodayCount(Long TodayCount)
Set 今日新增数量
|
void |
setTotalCount(Long TotalCount)
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, toJsonString
public VulOverview()
public VulOverview(VulOverview source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总数public Long getTodayCount()
public void setTodayCount(Long TodayCount)
TodayCount
- 今日新增数量Copyright © 2024. All rights reserved.