public class VirusTendencyInfo extends AbstractModel
Constructor and Description |
---|
VirusTendencyInfo() |
VirusTendencyInfo(VirusTendencyInfo 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 |
---|---|
String |
getDate()
Get Date
|
Long |
getEventCount()
Get Total number of events
|
Long |
getIsolateEventCount()
Get Total number of isolated events
|
Long |
getPendingEventCount()
Get Total number of pending events
|
Long |
getRiskContainerCount()
Get Total number of containers at risk
|
void |
setDate(String Date)
Set Date
|
void |
setEventCount(Long EventCount)
Set Total number of events
|
void |
setIsolateEventCount(Long IsolateEventCount)
Set Total number of isolated events
|
void |
setPendingEventCount(Long PendingEventCount)
Set Total number of pending events
|
void |
setRiskContainerCount(Long RiskContainerCount)
Set Total number of containers at risk
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VirusTendencyInfo()
public VirusTendencyInfo(VirusTendencyInfo source)
public String getDate()
public void setDate(String Date)
Date
- Datepublic Long getPendingEventCount()
public void setPendingEventCount(Long PendingEventCount)
PendingEventCount
- Total number of pending eventspublic Long getRiskContainerCount()
public void setRiskContainerCount(Long RiskContainerCount)
RiskContainerCount
- Total number of containers at riskpublic Long getEventCount()
public void setEventCount(Long EventCount)
EventCount
- Total number of eventspublic Long getIsolateEventCount()
public void setIsolateEventCount(Long IsolateEventCount)
IsolateEventCount
- Total number of isolated eventsCopyright © 2023. All rights reserved.