public class DescribeDatahubTopicResp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeDatahubTopicResp()  | 
DescribeDatahubTopicResp(DescribeDatahubTopicResp 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 | 
getAddress()
Get Service routing address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getName()
Get Name 
 | 
String | 
getNote()
Get Remarks
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getPartitionNum()
Get The number of partitions 
 | 
String | 
getPassword()
Get Password 
 | 
Long | 
getRetentionMs()
Get Expiration time 
 | 
Long | 
getStatus()
Get Status (`1`: In use; `2`: Deleting) 
 | 
String | 
getTopicId()
Get Topic ID 
 | 
String | 
getTopicName()
Get Topic name 
 | 
String | 
getUserName()
Get Username 
 | 
void | 
setAddress(String Address)
Set Service routing address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setName(String Name)
Set Name 
 | 
void | 
setNote(String Note)
Set Remarks
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setPartitionNum(Long PartitionNum)
Set The number of partitions 
 | 
void | 
setPassword(String Password)
Set Password 
 | 
void | 
setRetentionMs(Long RetentionMs)
Set Expiration time 
 | 
void | 
setStatus(Long Status)
Set Status (`1`: In use; `2`: Deleting) 
 | 
void | 
setTopicId(String TopicId)
Set Topic ID 
 | 
void | 
setTopicName(String TopicName)
Set Topic name 
 | 
void | 
setUserName(String UserName)
Set Username 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeDatahubTopicResp()
public DescribeDatahubTopicResp(DescribeDatahubTopicResp source)
public String getName()
public void setName(String Name)
Name - Namepublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - Topic namepublic String getTopicId()
public void setTopicId(String TopicId)
TopicId - Topic IDpublic Long getPartitionNum()
public void setPartitionNum(Long PartitionNum)
PartitionNum - The number of partitionspublic Long getRetentionMs()
public void setRetentionMs(Long RetentionMs)
RetentionMs - Expiration timepublic String getNote()
public void setNote(String Note)
Note - Remarks
Note: This field may return null, indicating that no valid values can be obtained.public String getUserName()
public void setUserName(String UserName)
UserName - Usernamepublic String getPassword()
public void setPassword(String Password)
Password - Passwordpublic Long getStatus()
public void setStatus(Long Status)
Status - Status (`1`: In use; `2`: Deleting)public String getAddress()
public void setAddress(String Address)
Address - Service routing address
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.