com.baidubce.services.vcr.model
Class PutMediaRequest

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

public class PutMediaRequest
extends AbstractBceRequest

Put media request.


Constructor Summary
PutMediaRequest()
           
 
Method Summary
 String getAuth()
           
 String getDescription()
           
 String getNotification()
           
 String getPreset()
           
 String getSource()
           
 void setAuth(String auth)
           
 void setDescription(String description)
           
 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

PutMediaRequest

public PutMediaRequest()
Method Detail

withRequestCredentials

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

getSource

public String getSource()

setSource

public void setSource(String source)

getAuth

public String getAuth()

setAuth

public void setAuth(String auth)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

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.