public final class MediaServerEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MediaServerEntity.Builder |
| Constructor and Description |
|---|
MediaServerEntity(int msId,
String compatibility,
String localIpAddress,
int localPort,
String remoteIpAddress,
int remotePort,
String responseTimeout,
String externalAddress) |
| Modifier and Type | Method and Description |
|---|---|
static MediaServerEntity.Builder |
builder() |
String |
getCompatibility() |
String |
getExternalAddress() |
String |
getLocalIpAddress() |
int |
getLocalPort() |
int |
getMsId() |
String |
getRemoteIpAddress() |
int |
getRemotePort() |
String |
getResponseTimeout() |
MediaServerEntity |
setMsId(int msId) |
public static MediaServerEntity.Builder builder()
public int getMsId()
public String getCompatibility()
public String getLocalIpAddress()
public int getLocalPort()
public String getRemoteIpAddress()
public int getRemotePort()
public String getResponseTimeout()
public String getExternalAddress()
public MediaServerEntity setMsId(int msId)
Copyright © 2017. All Rights Reserved.