public class StreamAnalyzeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
StreamAnalyzeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Integer |
getIntervalInSecond() |
String |
getNotification() |
String |
getPreset() |
String |
getSource() |
void |
setDescription(String description) |
void |
setIntervalInSecond(Integer intervalInSecond) |
void |
setNotification(String notification) |
void |
setPreset(String preset) |
void |
setSource(String source) |
String |
toString() |
StreamAnalyzeRequest |
withDescription(String description) |
StreamAnalyzeRequest |
withIntervalInSecond(Integer intervalInSecond) |
StreamAnalyzeRequest |
withNotification(String notification) |
StreamAnalyzeRequest |
withPreset(String preset) |
StreamAnalyzeRequest |
withRequestCredentials(BceCredentials credentials) |
StreamAnalyzeRequest |
withSource(String source) |
getRequestCredentials, setRequestCredentialspublic StreamAnalyzeRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic StreamAnalyzeRequest withSource(String source)
public StreamAnalyzeRequest withPreset(String preset)
public StreamAnalyzeRequest withNotification(String notification)
public StreamAnalyzeRequest withIntervalInSecond(Integer intervalInSecond)
public StreamAnalyzeRequest withDescription(String description)
public String getSource()
public void setSource(String source)
public String getPreset()
public void setPreset(String preset)
public String getNotification()
public void setNotification(String notification)
public Integer getIntervalInSecond()
public void setIntervalInSecond(Integer intervalInSecond)
public String getDescription()
public void setDescription(String description)
Copyright © 2022. All rights reserved.