com.baidubce.services.vcr.model
Class PutStreamRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.vcr.model.PutStreamRequest

public class PutStreamRequest
extends AbstractBceRequest

Put stream request.


Constructor Summary
PutStreamRequest()
           
 
Method Summary
 String getNotification()
           
 String getPreset()
           
 String getSource()
           
 void setNotification(String notification)
           
 void setPreset(String preset)
           
 void setSource(String source)
           
 String toString()
           
 AbstractBceRequest withRequestCredentials(BceCredentials credentials)
           
 
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

PutStreamRequest

public PutStreamRequest()
Method Detail

withRequestCredentials

public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest

getSource

public String getSource()

setSource

public void setSource(String source)

getPreset

public String getPreset()

setPreset

public void setPreset(String preset)

getNotification

public String getNotification()

setNotification

public void setNotification(String notification)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.