public class InsertVideoRequest extends AbstractBceRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
InsertVideoRequest.Builder |
| Constructor and Description |
|---|
InsertVideoRequest() |
| Modifier and Type | Method and Description |
|---|---|
static InsertVideoRequest.Builder |
builder() |
String |
getDescription() |
String |
getNotification() |
String |
getSource() |
void |
setDescription(String description) |
void |
setNotification(String notification) |
void |
setSource(String source) |
String |
toString() |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic static InsertVideoRequest.Builder builder()
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getSource()
public void setSource(String source)
public String getNotification()
public void setNotification(String notification)
public String getDescription()
public void setDescription(String description)
Copyright © 2022. All rights reserved.