public class RemoteAddrInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RemoteAddrInfo() | 
| RemoteAddrInfo(RemoteAddrInfo 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 | getAddr()Get IP地址 | 
| String | getDeviceId()Get 设备Id | 
| void | setAddr(String Addr)Set IP地址 | 
| void | setDeviceId(String DeviceId)Set 设备Id | 
| 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 RemoteAddrInfo()
public RemoteAddrInfo(RemoteAddrInfo source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备Idpublic String getAddr()
public void setAddr(String Addr)
Addr - IP地址Copyright © 2025. All rights reserved.