Class CmqDeadLetterSource

    • Constructor Detail

      • CmqDeadLetterSource

        public CmqDeadLetterSource()
      • CmqDeadLetterSource

        public CmqDeadLetterSource​(CmqDeadLetterSource 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

      • getQueueId

        public String getQueueId()
        Get 消息队列ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        QueueId 消息队列ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setQueueId

        public void setQueueId​(String QueueId)
        Set 消息队列ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        QueueId - 消息队列ID。 注意:此字段可能返回 null,表示取不到有效值。
      • getQueueName

        public String getQueueName()
        Get 消息队列名字。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        QueueName 消息队列名字。 注意:此字段可能返回 null,表示取不到有效值。
      • setQueueName

        public void setQueueName​(String QueueName)
        Set 消息队列名字。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        QueueName - 消息队列名字。 注意:此字段可能返回 null,表示取不到有效值。