Class BatchModifyTopicResultDTO
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.BatchModifyTopicResultDTO
-
public class BatchModifyTopicResultDTO extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInstanceId()
Get 实例id 注意:此字段可能返回 null,表示取不到有效值。String
getMessage()
Get 状态消息String
getReturnCode()
Get 状态码 注意:此字段可能返回 null,表示取不到有效值。String
getTopicName()
Get topic名称 注意:此字段可能返回 null,表示取不到有效值。void
setInstanceId(String InstanceId)
Set 实例id 注意:此字段可能返回 null,表示取不到有效值。void
setMessage(String Message)
Set 状态消息void
setReturnCode(String ReturnCode)
Set 状态码 注意:此字段可能返回 null,表示取不到有效值。void
setTopicName(String TopicName)
Set topic名称 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BatchModifyTopicResultDTO
public BatchModifyTopicResultDTO()
-
BatchModifyTopicResultDTO
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstanceId 实例id 注意:此字段可能返回 null,表示取不到有效值。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstanceId
- 实例id 注意:此字段可能返回 null,表示取不到有效值。
-
getTopicName
public String getTopicName()
Get topic名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicName topic名称 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicName
public void setTopicName(String TopicName)
Set topic名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicName
- topic名称 注意:此字段可能返回 null,表示取不到有效值。
-
getReturnCode
public String getReturnCode()
Get 状态码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReturnCode 状态码 注意:此字段可能返回 null,表示取不到有效值。
-
setReturnCode
public void setReturnCode(String ReturnCode)
Set 状态码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReturnCode
- 状态码 注意:此字段可能返回 null,表示取不到有效值。
-
getMessage
public String getMessage()
Get 状态消息- Returns:
- Message 状态消息
-
setMessage
public void setMessage(String Message)
Set 状态消息- Parameters:
Message
- 状态消息
-
-