Class ServerConfiguration
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.ServerConfiguration
-
public class ServerConfiguration extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()Get SIP服务器地址LonggetPort()Get SIP服务器端口StringgetRealm()Get SIP服务器域StringgetSerial()Get SIP服务器编码voidsetHost(String Host)Set SIP服务器地址voidsetPort(Long Port)Set SIP服务器端口voidsetRealm(String Realm)Set SIP服务器域voidsetSerial(String Serial)Set SIP服务器编码voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ServerConfiguration
public ServerConfiguration()
-
ServerConfiguration
public 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.
-
-
Method Detail
-
getHost
public String getHost()
Get SIP服务器地址- Returns:
- Host SIP服务器地址
-
setHost
public void setHost(String Host)
Set SIP服务器地址- Parameters:
Host- SIP服务器地址
-
getPort
public Long getPort()
Get SIP服务器端口- Returns:
- Port SIP服务器端口
-
setPort
public void setPort(Long Port)
Set SIP服务器端口- Parameters:
Port- SIP服务器端口
-
getSerial
public String getSerial()
Get SIP服务器编码- Returns:
- Serial SIP服务器编码
-
setSerial
public void setSerial(String Serial)
Set SIP服务器编码- Parameters:
Serial- SIP服务器编码
-
getRealm
public String getRealm()
Get SIP服务器域- Returns:
- Realm SIP服务器域
-
setRealm
public void setRealm(String Realm)
Set SIP服务器域- Parameters:
Realm- SIP服务器域
-
-