public class ListLiveChannelsRequest extends LiveChannelGenericRequest
NOOP
构造器和说明 |
---|
ListLiveChannelsRequest(String bucketName) |
ListLiveChannelsRequest(String bucketName,
String prefix,
String marker) |
ListLiveChannelsRequest(String bucketName,
String prefix,
String marker,
int maxKeys)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
String |
getMarker()
Gets the marker filter---returned Live Channels must be greater than this
marker in lexicographical order.
|
Integer |
getMaxKeys()
Gets max number of live channel.
|
String |
getPrefix()
Gets the prefix filter---the returned Live Channels must start with this
prefix.
|
void |
setMarker(String marker)
Sets the marker filter---returned Live Channels must be greater than this
marker in lexicographical order.
|
void |
setMaxKeys(int maxKeys)
Sets max number of live channel.
|
void |
setPrefix(String prefix)
Sets the prefix filter---the returned Live Channels must start with this
prefix.
|
ListLiveChannelsRequest |
withMarker(String marker)
Sets the marker filter.
|
ListLiveChannelsRequest |
withMaxKeys(Integer maxKeys)
Sets the max number of Live Channels and returns the current
ListLiveChannelsRequest instance(this).
|
ListLiveChannelsRequest |
withPrefix(String prefix)
Sets the prefix and returns the current ListLiveChannelsRequest instance
(this).
|
getLiveChannelName, setLiveChannelName
getBucketName, getKey, getRequestPayer, getVersionId, setBucketName, setKey, setRequestPayer, setVersionId, withBucketName, withKey, withRequestPayer, withVersionId
public ListLiveChannelsRequest(String bucketName, String prefix, String marker, int maxKeys)
bucketName
- Bucket name.prefix
- Prefix filter---returned Live Channels must start with this
prefix.marker
- Marker filter----returned Live Channels must be greater than
this marker in lexicographical order.maxKeys
- Max Live Channels to return, By default it's 100.public ListLiveChannelsRequest(String bucketName)
public String getPrefix()
public void setPrefix(String prefix)
prefix
- The prefix filter.public String getMarker()
public void setMarker(String marker)
marker
- The marker filter.public Integer getMaxKeys()
public void setMaxKeys(int maxKeys)
maxKeys
- The max number of live channel.public ListLiveChannelsRequest withPrefix(String prefix)
prefix
- The prefix filter.public ListLiveChannelsRequest withMaxKeys(Integer maxKeys)
maxKeys
- The max number of Live Channels, by default is 100 and max
value is also 100.public ListLiveChannelsRequest withMarker(String marker)
marker
- The marker filter.Copyright © 2019. All Rights Reserved.