Interface GetDataRetentionBotResponse.Builder

  • Method Details

    • botName

      The name of the data retention bot.

      Parameters:
      botName - The name of the data retention bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botExists

      Indicates whether a data retention bot exists in the network.

      Parameters:
      botExists - Indicates whether a data retention bot exists in the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isBotActive

      GetDataRetentionBotResponse.Builder isBotActive(Boolean isBotActive)

      Indicates whether the data retention bot is active and operational.

      Parameters:
      isBotActive - Indicates whether the data retention bot is active and operational.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isDataRetentionBotRegistered

      GetDataRetentionBotResponse.Builder isDataRetentionBotRegistered(Boolean isDataRetentionBotRegistered)

      Indicates whether the data retention bot has been registered with the network.

      Parameters:
      isDataRetentionBotRegistered - Indicates whether the data retention bot has been registered with the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isDataRetentionServiceEnabled

      GetDataRetentionBotResponse.Builder isDataRetentionServiceEnabled(Boolean isDataRetentionServiceEnabled)

      Indicates whether the data retention service is enabled for the network.

      Parameters:
      isDataRetentionServiceEnabled - Indicates whether the data retention service is enabled for the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isPubkeyMsgAcked

      GetDataRetentionBotResponse.Builder isPubkeyMsgAcked(Boolean isPubkeyMsgAcked)

      Indicates whether the public key message has been acknowledged by the bot.

      Parameters:
      isPubkeyMsgAcked - Indicates whether the public key message has been acknowledged by the bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.