public class SearchVideoByVideoRequest extends AbstractBceRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchVideoByVideoRequest.Builder |
| Constructor and Description |
|---|
SearchVideoByVideoRequest() |
| Modifier and Type | Method and Description |
|---|---|
static SearchVideoByVideoRequest.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 SearchVideoByVideoRequest.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 © 2020. All rights reserved.