com.baidubce.services.vodpro.model.adaptor.request
Class TaskStartRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.vodpro.model.adaptor.request.TaskStartRequest

public class TaskStartRequest
extends AbstractBceRequest

Created on 17/10/10

Author:
liumin08

Constructor Summary
TaskStartRequest()
           
 
Method Summary
 String getDescription()
           
 String getPreset()
           
 RequestType getType()
           
 String getUrl()
           
 void setDescription(String description)
           
 void setPreset(String preset)
           
 void setType(RequestType type)
           
 void setUrl(String url)
           
 TaskStartRequest 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, toString, wait, wait, wait
 

Constructor Detail

TaskStartRequest

public TaskStartRequest()
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPreset

public String getPreset()

setPreset

public void setPreset(String preset)

getType

public RequestType getType()

setType

public void setType(RequestType type)

withRequestCredentials

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


Copyright © 2018. All rights reserved.