Class RTPAddressDestination
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.RTPAddressDestination
-
public class RTPAddressDestination extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RTPAddressDestination()
RTPAddressDestination(RTPAddressDestination 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 String
getIp()
Get 转推的目标地址的IP。Long
getPort()
Get 转推的目标地址的端口。void
setIp(String Ip)
Set 转推的目标地址的IP。void
setPort(Long Port)
Set 转推的目标地址的端口。void
toMap(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
-
RTPAddressDestination
public RTPAddressDestination()
-
RTPAddressDestination
public RTPAddressDestination(RTPAddressDestination 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
-
getIp
public String getIp()
Get 转推的目标地址的IP。- Returns:
- Ip 转推的目标地址的IP。
-
setIp
public void setIp(String Ip)
Set 转推的目标地址的IP。- Parameters:
Ip
- 转推的目标地址的IP。
-
getPort
public Long getPort()
Get 转推的目标地址的端口。- Returns:
- Port 转推的目标地址的端口。
-
setPort
public void setPort(Long Port)
Set 转推的目标地址的端口。- Parameters:
Port
- 转推的目标地址的端口。
-
-