public class BatchModifyTopicResultDTO extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BatchModifyTopicResultDTO() | 
| BatchModifyTopicResultDTO(BatchModifyTopicResultDTO 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 | getInstanceId()Get ckafka集群实例Id | 
| String | getMessage()Get 操作返回信息 | 
| String | getReturnCode()Get 操作返回码 | 
| String | getTopicName()Get 主题名 | 
| void | setInstanceId(String InstanceId)Set ckafka集群实例Id | 
| void | setMessage(String Message)Set 操作返回信息 | 
| void | setReturnCode(String ReturnCode)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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BatchModifyTopicResultDTO()
public BatchModifyTopicResultDTO(BatchModifyTopicResultDTO source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ckafka集群实例Idpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - 主题名public String getReturnCode()
public void setReturnCode(String ReturnCode)
ReturnCode - 操作返回码public String getMessage()
public void setMessage(String Message)
Message - 操作返回信息Copyright © 2025. All rights reserved.