public class DescribeSubscriptionsRequest extends AbstractModel
header, skipSign
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 cluster ID
|
String |
getEnvironmentId()
Get Environment (namespace) name.
|
FilterSubscription[] |
getFilters()
Get Data filter.
|
Long |
getLimit()
Get The number of results to be returned, which defaults to 10 if left empty.
|
Long |
getOffset()
Get Offset, which defaults to 0 if left empty.
|
String |
getSubscriptionName()
Get Fuzzy match by subscriber name.
|
String |
getTopicName()
Get Topic name.
|
void |
setClusterId(String ClusterId)
Set Pulsar cluster ID
|
void |
setEnvironmentId(String EnvironmentId)
Set Environment (namespace) name.
|
void |
setFilters(FilterSubscription[] Filters)
Set Data filter.
|
void |
setLimit(Long Limit)
Set The number of results to be returned, which defaults to 10 if left empty.
|
void |
setOffset(Long Offset)
Set Offset, which defaults to 0 if left empty.
|
void |
setSubscriptionName(String SubscriptionName)
Set Fuzzy match by subscriber name.
|
void |
setTopicName(String TopicName)
Set Topic name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSubscriptionsRequest()
public DescribeSubscriptionsRequest(DescribeSubscriptionsRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- Environment (namespace) name.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Topic name.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset, which defaults to 0 if left empty.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of results to be returned, which defaults to 10 if left empty. The maximum value is 20.public String getSubscriptionName()
public void setSubscriptionName(String SubscriptionName)
SubscriptionName
- Fuzzy match by subscriber name.public FilterSubscription[] getFilters()
public void setFilters(FilterSubscription[] Filters)
Filters
- Data filter.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Pulsar cluster IDCopyright © 2024. All rights reserved.