com.baidubce.services.vcr.model
Class GetImageAsyncRequest

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

public class GetImageAsyncRequest
extends AbstractBceRequest

Get image async request.


Constructor Summary
GetImageAsyncRequest()
           
 
Method Summary
 String getPreset()
           
 String getSource()
           
 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

GetImageAsyncRequest

public GetImageAsyncRequest()
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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.