public class CreateOutputRTPSettingsDestinations extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateOutputRTPSettingsDestinations()  | 
CreateOutputRTPSettingsDestinations(CreateOutputRTPSettingsDestinations 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 The relay destination IP. 
 | 
Long | 
getPort()
Get The relay destination port. 
 | 
void | 
setIp(String Ip)
Set The relay destination IP. 
 | 
void | 
setPort(Long Port)
Set The relay destination port. 
 | 
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 CreateOutputRTPSettingsDestinations()
public CreateOutputRTPSettingsDestinations(CreateOutputRTPSettingsDestinations source)
public String getIp()
public void setIp(String Ip)
Ip - The relay destination IP.public Long getPort()
public void setPort(Long Port)
Port - The relay destination port.Copyright © 2025. All rights reserved.