public class IpTimePair extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IpTimePair() | 
| IpTimePair(IpTimePair 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 | 
|---|---|
| String | getIp()Get IP地址 | 
| String | getNodeIp()Get 集群节点IP | 
| Long | getTimestamp()Get 时间戳,毫秒 | 
| void | setIp(String Ip)Set IP地址 | 
| void | setNodeIp(String NodeIp)Set 集群节点IP | 
| void | setTimestamp(Long Timestamp)Set 时间戳,毫秒 | 
| 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 IpTimePair()
public IpTimePair(IpTimePair source)
public String getIp()
public void setIp(String Ip)
Ip - IP地址public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - 时间戳,毫秒public String getNodeIp()
public void setNodeIp(String NodeIp)
NodeIp - 集群节点IPCopyright © 2025. All rights reserved.