public class LivePublish extends Object
| Constructor and Description |
|---|
LivePublish() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPullUrl() |
String |
getPushUrl() |
String |
getRegion() |
void |
setPullUrl(String pullUrl) |
void |
setPushUrl(String pushUrl) |
void |
setRegion(String region) |
String |
toString() |
LivePublish |
withPullUrl(String pullUrl) |
LivePublish |
withPushUrl(String pushUrl) |
LivePublish |
withRegion(String region) |
public String getRegion()
public void setRegion(String region)
public LivePublish withRegion(String region)
public String getPullUrl()
public void setPullUrl(String pullUrl)
public LivePublish withPullUrl(String pullUrl)
public String getPushUrl()
public void setPushUrl(String pushUrl)
public LivePublish withPushUrl(String pushUrl)
Copyright © 2016. All rights reserved.