|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.lss.model.UpdateStreamDestinationPushUrlRequest
public class UpdateStreamDestinationPushUrlRequest
Represents request for updating a stream's destination push url
Constructor Summary | |
---|---|
UpdateStreamDestinationPushUrlRequest()
|
Method Summary | |
---|---|
String |
getApp()
Returns app |
String |
getDestinationPushUrl()
Returns destinationPushUrl |
String |
getDomain()
Returns domain |
String |
getStream()
Returns stream |
void |
setApp(String app)
Sets app |
void |
setDestinationPushUrl(String destinationPushUrl)
Sets destinationPushUrl |
void |
setDomain(String domain)
Sets domain |
void |
setStream(String stream)
Sets stream |
String |
toString()
|
UpdateStreamDestinationPushUrlRequest |
withApp(String app)
Sets app |
UpdateStreamDestinationPushUrlRequest |
withDestinationPushUrl(String destinationPushUrl)
Sets destinationPushUrl |
UpdateStreamDestinationPushUrlRequest |
withDomain(String domain)
Sets domain |
UpdateStreamDestinationPushUrlRequest |
withRequestCredentials(BceCredentials credentials)
Sets credentials |
UpdateStreamDestinationPushUrlRequest |
withStream(String stream)
Sets stream |
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateStreamDestinationPushUrlRequest()
Method Detail |
---|
public String getDomain()
public void setDomain(String domain)
domain
- public UpdateStreamDestinationPushUrlRequest withDomain(String domain)
public String getApp()
public void setApp(String app)
app
- public UpdateStreamDestinationPushUrlRequest withApp(String app)
public String getStream()
public void setStream(String stream)
stream
- public UpdateStreamDestinationPushUrlRequest withStream(String stream)
public String getDestinationPushUrl()
public void setDestinationPushUrl(String destinationPushUrl)
destinationPushUrl
- public UpdateStreamDestinationPushUrlRequest withDestinationPushUrl(String destinationPushUrl)
public UpdateStreamDestinationPushUrlRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |