public class PutStreamRequest extends AbstractBceRequest
| Constructor and Description |
|---|
PutStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAudioInterval() |
String |
getDescription() |
String |
getNotification() |
ResultLabelEnum |
getNotifyLevel() |
String |
getPreset() |
String |
getSource() |
Float |
getThumbnailInterval() |
void |
setAudioInterval(Integer audioInterval) |
void |
setDescription(String description) |
void |
setNotification(String notification) |
void |
setNotifyLevel(ResultLabelEnum notifyLevel) |
void |
setPreset(String preset) |
void |
setSource(String source) |
void |
setThumbnailInterval(Float thumbnailInterval) |
String |
toString() |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getSource()
public void setSource(String source)
public String getPreset()
public void setPreset(String preset)
public String getNotification()
public void setNotification(String notification)
public ResultLabelEnum getNotifyLevel()
public void setNotifyLevel(ResultLabelEnum notifyLevel)
public Float getThumbnailInterval()
public void setThumbnailInterval(Float thumbnailInterval)
public Integer getAudioInterval()
public void setAudioInterval(Integer audioInterval)
public String getDescription()
public void setDescription(String description)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2020. All rights reserved.