public class SourceInfo extends AbstractModel
Constructor and Description |
---|
SourceInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getCmd()
Get 命令
|
Long |
getConn()
Get 连接数
|
String |
getIp()
Get 来源IP
|
void |
setCmd(Long Cmd)
Set 命令
|
void |
setConn(Long Conn)
Set 连接数
|
void |
setIp(String Ip)
Set 来源IP
|
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
- 来源IPpublic Long getConn()
public void setConn(Long Conn)
Conn
- 连接数public Long getCmd()
public void setCmd(Long Cmd)
Cmd
- 命令Copyright © 2020. All rights reserved.