com.baidubce.services.lss.model
Class UpdateStreamDestinationPushUrlRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.lss.model.UpdateStreamDestinationPushUrlRequest

public class UpdateStreamDestinationPushUrlRequest
extends AbstractBceRequest

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

UpdateStreamDestinationPushUrlRequest

public UpdateStreamDestinationPushUrlRequest()
Method Detail

getDomain

public String getDomain()
Returns domain

Returns:
domain

setDomain

public void setDomain(String domain)
Sets domain

Parameters:
domain -

withDomain

public UpdateStreamDestinationPushUrlRequest withDomain(String domain)
Sets domain

Returns:
returns this object for method chaining

getApp

public String getApp()
Returns app

Returns:
app

setApp

public void setApp(String app)
Sets app

Parameters:
app -

withApp

public UpdateStreamDestinationPushUrlRequest withApp(String app)
Sets app

Returns:
returns this object for method chaining

getStream

public String getStream()
Returns stream

Returns:
stream

setStream

public void setStream(String stream)
Sets stream

Parameters:
stream -

withStream

public UpdateStreamDestinationPushUrlRequest withStream(String stream)
Sets stream

Returns:
returns this object for method chaining

getDestinationPushUrl

public String getDestinationPushUrl()
Returns destinationPushUrl

Returns:
destinationPushUrl

setDestinationPushUrl

public void setDestinationPushUrl(String destinationPushUrl)
Sets destinationPushUrl

Parameters:
destinationPushUrl -

withDestinationPushUrl

public UpdateStreamDestinationPushUrlRequest withDestinationPushUrl(String destinationPushUrl)
Sets destinationPushUrl

Returns:
returns this object for method chaining

withRequestCredentials

public UpdateStreamDestinationPushUrlRequest withRequestCredentials(BceCredentials credentials)
Sets credentials

Specified by:
withRequestCredentials in class AbstractBceRequest
Returns:
returns this object for method chaining

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.