public class AnalyzeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
AnalyzeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuth() |
String |
getCategory() |
String |
getDescription() |
String |
getNotification() |
String |
getPreset() |
Integer |
getPriority() |
String |
getSource() |
String |
getSubTitle() |
String |
getTitle() |
void |
setAuth(String auth) |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setNotification(String notification) |
void |
setPreset(String preset) |
void |
setPriority(Integer priority) |
void |
setSource(String source) |
void |
setSubTitle(String subTitle) |
void |
setTitle(String title) |
String |
toString() |
AnalyzeRequest |
withAuth(String auth) |
AnalyzeRequest |
withMediaSource(String source) |
AnalyzeRequest |
withNotification(String notification) |
AnalyzeRequest |
withPreset(String preset) |
AnalyzeRequest |
withPriority(Integer priority) |
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 withPriority(Integer priority)
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 Integer getPriority()
public void setPriority(Integer priority)
public String getTitle()
public void setTitle(String title)
public String getSubTitle()
public void setSubTitle(String subTitle)
public String getCategory()
public void setCategory(String category)
public String getDescription()
public void setDescription(String description)
Copyright © 2022. All rights reserved.