public class SubscribedInfo extends AbstractModel
| Constructor and Description | 
|---|
| SubscribedInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long[] | getPartition()Get Subscribed partition
Note: this field may return null, indicating that no valid values can be obtained. | 
| PartitionOffset[] | getPartitionOffset()Get Partition offset information
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getTopicId()Get ID of the subscribed topic. | 
| String | getTopicName()Get Subscribed topic name | 
| void | setPartition(Long[] Partition)Set Subscribed partition
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPartitionOffset(PartitionOffset[] PartitionOffset)Set Partition offset information
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setTopicId(String TopicId)Set ID of the subscribed topic. | 
| void | setTopicName(String TopicName)Set Subscribed topic name | 
| 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, toJsonStringpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - Subscribed topic namepublic Long[] getPartition()
public void setPartition(Long[] Partition)
Partition - Subscribed partition
Note: this field may return null, indicating that no valid values can be obtained.public PartitionOffset[] getPartitionOffset()
public void setPartitionOffset(PartitionOffset[] PartitionOffset)
PartitionOffset - Partition offset information
Note: this field may return null, indicating that no valid values can be obtained.public String getTopicId()
public void setTopicId(String TopicId)
TopicId - ID of the subscribed topic. 
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.