public class ServerConfiguration extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ServerConfiguration() | 
| ServerConfiguration(ServerConfiguration 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 | getHost()Get SIP服务器地址 | 
| Long | getPort()Get SIP服务器端口 | 
| String | getRealm()Get SIP服务器域 | 
| String | getSerial()Get SIP服务器编码 | 
| void | setHost(String Host)Set SIP服务器地址 | 
| void | setPort(Long Port)Set SIP服务器端口 | 
| void | setRealm(String Realm)Set SIP服务器域 | 
| void | setSerial(String Serial)Set SIP服务器编码 | 
| 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 ServerConfiguration()
public ServerConfiguration(ServerConfiguration source)
public String getHost()
public void setHost(String Host)
Host - SIP服务器地址public Long getPort()
public void setPort(Long Port)
Port - SIP服务器端口public String getSerial()
public void setSerial(String Serial)
Serial - SIP服务器编码public String getRealm()
public void setRealm(String Realm)
Realm - SIP服务器域Copyright © 2025. All rights reserved.