Class ManageSessionResponseV1
java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.v1.responses.ManageSessionResponseV1
- All Implemented Interfaces:
AbstractMiddlewareOutputInterface
,ManageSessionOutputInterface
,ToSchema
public class ManageSessionResponseV1
extends Object
implements ManageSessionOutputInterface, ToSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUuid()
Getter for uuidGetter for valuesvoid
Setter for uuidvoid
setValues
(Map<String, Serializable> values) Setter for valuesFluent setter for uuidwithValues
(Map<String, Serializable> values) Fluent setter for values
-
Constructor Details
-
ManageSessionResponseV1
public ManageSessionResponseV1()
-
-
Method Details
-
getUuid
Getter for uuid -
setUuid
Setter for uuid- Specified by:
setUuid
in interfaceManageSessionOutputInterface
-
withUuid
Fluent setter for uuid -
getValues
Getter for values -
setValues
Setter for values- Specified by:
setValues
in interfaceManageSessionOutputInterface
-
withValues
Fluent setter for values
-