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 Command
|
Long |
getConn()
Get Number of connections
|
String |
getIp()
Get Source IP
|
void |
setCmd(Long Cmd)
Set Command
|
void |
setConn(Long Conn)
Set Number of connections
|
void |
setIp(String Ip)
Set Source 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
- Source IPpublic Long getConn()
public void setConn(Long Conn)
Conn
- Number of connectionspublic Long getCmd()
public void setCmd(Long Cmd)
Cmd
- CommandCopyright © 2023. All rights reserved.