Class BatchModifyTopicResultDTO

    • 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 - 状态消息