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