public class SRTSourceAddressResp extends AbstractModel
| Constructor and Description | 
|---|
SRTSourceAddressResp()  | 
SRTSourceAddressResp(SRTSourceAddressResp 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 peer IP. 
 | 
Long | 
getPort()
Get The peer port. 
 | 
void | 
setIp(String Ip)
Set The peer IP. 
 | 
void | 
setPort(Long Port)
Set The peer port. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic SRTSourceAddressResp()
public SRTSourceAddressResp(SRTSourceAddressResp source)
public String getIp()
public void setIp(String Ip)
Ip - The peer IP.public Long getPort()
public void setPort(Long Port)
Port - The peer port.Copyright © 2022. All rights reserved.