Interface SupportsKiraraResponse

All Known Implementing Classes:
KiraraResponse

public interface SupportsKiraraResponse
Interface for classes that support a Kirara instance. This is typically used to associate a Kirara instance with a response object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Kirara instance associated with this response.
    void
    setKirara(Kirara kirara)
    Sets the Kirara instance for this response.
  • Method Details

    • setKirara

      void setKirara(Kirara kirara)
      Sets the Kirara instance for this response.
      Parameters:
      kirara - The Kirara instance to set.
    • getKirara

      Kirara getKirara()
      Gets the Kirara instance associated with this response.
      Returns:
      The Kirara instance.