Package enterprises.iwakura.kirara.core
Class KiraraResponse
java.lang.Object
enterprises.iwakura.kirara.core.KiraraResponse
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface enterprises.iwakura.kirara.core.SupportsKiraraResponse
getKirara, setKirara
-
Field Details
-
kirara
The Kirara instance associated with this response.
-
-
Constructor Details
-
KiraraResponse
public KiraraResponse()Constructor
-