public class SourceInfo extends AbstractModel
Constructor and Description |
---|
SourceInfo() |
SourceInfo(SourceInfo 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 |
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 SourceInfo()
public SourceInfo(SourceInfo source)
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 © 2022. All rights reserved.