public class SessionItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
SessionItem() |
SessionItem(SessionItem 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 |
getActiveConn()
Get 当前访问来源活跃连接数
|
Long |
getAllConn()
Get 当前访问来源总连接数
|
String |
getIp()
Get 访问来源。
|
void |
setActiveConn(String ActiveConn)
Set 当前访问来源活跃连接数
|
void |
setAllConn(Long AllConn)
Set 当前访问来源总连接数
|
void |
setIp(String Ip)
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 SessionItem()
public SessionItem(SessionItem source)
public String getIp()
public void setIp(String Ip)
Ip
- 访问来源。public String getActiveConn()
public void setActiveConn(String ActiveConn)
ActiveConn
- 当前访问来源活跃连接数public Long getAllConn()
public void setAllConn(Long AllConn)
AllConn
- 当前访问来源总连接数Copyright © 2024. All rights reserved.