Class KiraraResponse

java.lang.Object
enterprises.iwakura.kirara.core.KiraraResponse
All Implemented Interfaces:
SupportsKiraraResponse

public abstract class KiraraResponse extends Object implements SupportsKiraraResponse
Handy implementation of SupportsKiraraResponse that provides a Kirara instance. This class is typically used as a base class for response objects that need to be associated with a Kirara instance.
  • Field Details

    • kirara

      protected Kirara kirara
      The Kirara instance associated with this response.
  • Constructor Details

    • KiraraResponse

      public KiraraResponse()
      Constructor