public class CreateMediaRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateMediaRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getNotificationName() |
Path |
getPath() |
String |
getTriggerName() |
void |
setDescription(String description) |
void |
setNotificationName(String notificationName) |
void |
setPath(Path path) |
void |
setTriggerName(String triggerName) |
String |
toString() |
CreateMediaRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic CreateMediaRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic Path getPath()
public void setPath(Path path)
public String getTriggerName()
public void setTriggerName(String triggerName)
public String getNotificationName()
public void setNotificationName(String notificationName)
public String getDescription()
public void setDescription(String description)
Copyright © 2021. All rights reserved.