public class ListStreamRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ListStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMarker() |
Integer |
getMaxSize() |
String |
getPlayDomain() |
String |
getStatus() |
void |
setMarker(String marker) |
void |
setMaxSize(Integer maxSize) |
void |
setPlayDomain(String playDomain) |
void |
setStatus(String status) |
String |
toString() |
ListStreamRequest |
withMarker(String marker) |
ListStreamRequest |
withMaxSize(Integer maxSize) |
ListStreamRequest |
withPlayDomain(String playDomain) |
ListStreamRequest |
withRequestCredentials(BceCredentials credentials) |
ListStreamRequest |
withStatus(String status) |
getRequestCredentials, setRequestCredentialspublic ListStreamRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getPlayDomain()
public void setPlayDomain(String playDomain)
public ListStreamRequest withPlayDomain(String playDomain)
public String getStatus()
public void setStatus(String status)
public ListStreamRequest withStatus(String status)
public String getMarker()
public void setMarker(String marker)
public ListStreamRequest withMarker(String marker)
public Integer getMaxSize()
public void setMaxSize(Integer maxSize)
public ListStreamRequest withMaxSize(Integer maxSize)
Copyright © 2020. All rights reserved.