类 UpdateStreamDestinationPushUrlRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.lss.model.UpdateStreamDestinationPushUrlRequest
-
public class UpdateStreamDestinationPushUrlRequest extends AbstractBceRequest
Represents request for updating a stream's destination push url
-
-
构造器概要
构造器 构造器 说明 UpdateStreamDestinationPushUrlRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetApp()Returns appStringgetDestinationPushUrl()Returns destinationPushUrlStringgetDomain()Returns domainStringgetStream()Returns streamvoidsetApp(String app)Sets appvoidsetDestinationPushUrl(String destinationPushUrl)Sets destinationPushUrlvoidsetDomain(String domain)Sets domainvoidsetStream(String stream)Sets streamStringtoString()UpdateStreamDestinationPushUrlRequestwithApp(String app)Sets appUpdateStreamDestinationPushUrlRequestwithDestinationPushUrl(String destinationPushUrl)Sets destinationPushUrlUpdateStreamDestinationPushUrlRequestwithDomain(String domain)Sets domainUpdateStreamDestinationPushUrlRequestwithRequestCredentials(BceCredentials credentials)Sets credentialsUpdateStreamDestinationPushUrlRequestwithStream(String stream)Sets stream-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getDomain
public String getDomain()
Returns domain- 返回:
- domain
-
setDomain
public void setDomain(String domain)
Sets domain- 参数:
domain-
-
withDomain
public UpdateStreamDestinationPushUrlRequest withDomain(String domain)
Sets domain- 返回:
- returns this object for method chaining
-
getApp
public String getApp()
Returns app- 返回:
- app
-
setApp
public void setApp(String app)
Sets app- 参数:
app-
-
withApp
public UpdateStreamDestinationPushUrlRequest withApp(String app)
Sets app- 返回:
- returns this object for method chaining
-
getStream
public String getStream()
Returns stream- 返回:
- stream
-
setStream
public void setStream(String stream)
Sets stream- 参数:
stream-
-
withStream
public UpdateStreamDestinationPushUrlRequest withStream(String stream)
Sets stream- 返回:
- returns this object for method chaining
-
getDestinationPushUrl
public String getDestinationPushUrl()
Returns destinationPushUrl- 返回:
- destinationPushUrl
-
setDestinationPushUrl
public void setDestinationPushUrl(String destinationPushUrl)
Sets destinationPushUrl- 参数:
destinationPushUrl-
-
withDestinationPushUrl
public UpdateStreamDestinationPushUrlRequest withDestinationPushUrl(String destinationPushUrl)
Sets destinationPushUrl- 返回:
- returns this object for method chaining
-
withRequestCredentials
public UpdateStreamDestinationPushUrlRequest withRequestCredentials(BceCredentials credentials)
Sets credentials- 指定者:
withRequestCredentials在类中AbstractBceRequest- 返回:
- returns this object for method chaining
-
-