public class ProcessStatistic extends AbstractModel
header, skipSign
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 总活跃连接数。
|
Long |
getAllConnSum()
Get 总连接数。
|
SessionItem[] |
getItems()
Get 会话详情数组。
|
void |
setActiveConnSum(Long ActiveConnSum)
Set 总活跃连接数。
|
void |
setAllConnSum(Long AllConnSum)
Set 总连接数。
|
void |
setItems(SessionItem[] Items)
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 ProcessStatistic()
public ProcessStatistic(ProcessStatistic source)
public SessionItem[] getItems()
public void setItems(SessionItem[] Items)
Items
- 会话详情数组。public Long getAllConnSum()
public void setAllConnSum(Long AllConnSum)
AllConnSum
- 总连接数。public Long getActiveConnSum()
public void setActiveConnSum(Long ActiveConnSum)
ActiveConnSum
- 总活跃连接数。Copyright © 2024. All rights reserved.