public class BatchModifyTopicResultDTO extends AbstractModel
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 实例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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BatchModifyTopicResultDTO()
public BatchModifyTopicResultDTO(BatchModifyTopicResultDTO source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例id
注意:此字段可能返回 null,表示取不到有效值。public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- topic名称
注意:此字段可能返回 null,表示取不到有效值。public String getReturnCode()
public void setReturnCode(String ReturnCode)
ReturnCode
- 状态码
注意:此字段可能返回 null,表示取不到有效值。public String getMessage()
public void setMessage(String Message)
Message
- 状态消息Copyright © 2023. All rights reserved.