public class DescribeSubscriptionsRequest extends AbstractModel
Constructor and Description |
---|
DescribeSubscriptionsRequest() |
DescribeSubscriptionsRequest(DescribeSubscriptionsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get Pulsar 集群的ID
|
String |
getEnvironmentId()
Get 环境(命名空间)名称。
|
FilterSubscription[] |
getFilters()
Get 数据过滤条件。
|
Long |
getLimit()
Get 返回数量,不填则默认为10,最大值为20。
|
Long |
getOffset()
Get 起始下标,不填默认为0。
|
String |
getSubscriptionName()
Get 订阅者名称,模糊匹配。
|
String |
getTopicName()
Get 主题名称。
|
void |
setClusterId(String ClusterId)
Set Pulsar 集群的ID
|
void |
setEnvironmentId(String EnvironmentId)
Set 环境(命名空间)名称。
|
void |
setFilters(FilterSubscription[] Filters)
Set 数据过滤条件。
|
void |
setLimit(Long Limit)
Set 返回数量,不填则默认为10,最大值为20。
|
void |
setOffset(Long Offset)
Set 起始下标,不填默认为0。
|
void |
setSubscriptionName(String SubscriptionName)
Set 订阅者名称,模糊匹配。
|
void |
setTopicName(String TopicName)
Set 主题名称。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeSubscriptionsRequest()
public DescribeSubscriptionsRequest(DescribeSubscriptionsRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 环境(命名空间)名称。public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名称。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 起始下标,不填默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,不填则默认为10,最大值为20。public String getSubscriptionName()
public void setSubscriptionName(String SubscriptionName)
SubscriptionName
- 订阅者名称,模糊匹配。public FilterSubscription[] getFilters()
public void setFilters(FilterSubscription[] Filters)
Filters
- 数据过滤条件。public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Pulsar 集群的IDCopyright © 2022. All rights reserved.