public class SourceInfo extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SourceInfo()
public SourceInfo(SourceInfo source)
public String getIp()
public void setIp(String Ip)
Ip - 来源 IP 地址。public Long getConn()
public void setConn(Long Conn)
Conn - 客户端连接数量。public Long getCmd()
public void setCmd(Long Cmd)
Cmd - 命令Copyright © 2025. All rights reserved.