public class ProcessStatistic extends AbstractModel
Constructor and Description |
---|
ProcessStatistic() |
ProcessStatistic(ProcessStatistic 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 |
getActiveConnSum()
Get The total number of active connections
|
Long |
getAllConnSum()
Get The total number of connections
|
SessionItem[] |
getItems()
Get Array of session details
|
void |
setActiveConnSum(Long ActiveConnSum)
Set The total number of active connections
|
void |
setAllConnSum(Long AllConnSum)
Set The total number of connections
|
void |
setItems(SessionItem[] Items)
Set Array of session details
|
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 ProcessStatistic()
public ProcessStatistic(ProcessStatistic source)
public SessionItem[] getItems()
public void setItems(SessionItem[] Items)
Items
- Array of session detailspublic Long getAllConnSum()
public void setAllConnSum(Long AllConnSum)
AllConnSum
- The total number of connectionspublic Long getActiveConnSum()
public void setActiveConnSum(Long ActiveConnSum)
ActiveConnSum
- The total number of active connectionsCopyright © 2023. All rights reserved.