public class ClientConnection extends AbstractModel
Constructor and Description |
---|
ClientConnection() |
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get Number of connections corresponding to a client IP
|
String |
getIP()
Get Client IP of a connection
|
void |
setCount(Long Count)
Set Number of connections corresponding to a client IP
|
void |
setIP(String IP)
Set Client IP of a connection
|
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 String getIP()
public void setIP(String IP)
IP
- Client IP of a connectionpublic Long getCount()
public void setCount(Long Count)
Count
- Number of connections corresponding to a client IPCopyright © 2020. All rights reserved.