public class TaskStartRequest extends AbstractBceRequest
| Constructor and Description |
|---|
TaskStartRequest() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getRequestCredentials, setRequestCredentialspublic String getUrl()
public void setUrl(String url)
public String getDescription()
public void setDescription(String description)
public String getPreset()
public void setPreset(String preset)
public RequestType getType()
public void setType(RequestType type)
public TaskStartRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2021. All rights reserved.