public class AnalyzeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
AnalyzeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNotification() |
String |
getPreset() |
String |
getSource() |
void |
setNotification(String notification) |
void |
setPreset(String preset) |
void |
setSource(String source) |
String |
toString() |
AnalyzeRequest |
withMediaSource(String source) |
AnalyzeRequest |
withNotification(String notification) |
AnalyzeRequest |
withPreset(String preset) |
AnalyzeRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic AnalyzeRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic AnalyzeRequest withMediaSource(String source)
public AnalyzeRequest withPreset(String preset)
public AnalyzeRequest withNotification(String notification)
public String getSource()
public void setSource(String source)
public String getPreset()
public void setPreset(String preset)
public String getNotification()
public void setNotification(String notification)
Copyright © 2018. All rights reserved.