com.baidubce.services.vcr.model
Class PutImageAsyncRequest

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

public class PutImageAsyncRequest
extends AbstractBceRequest

Put image async request.


Constructor Summary
PutImageAsyncRequest()
           
 
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

PutImageAsyncRequest

public PutImageAsyncRequest()
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.