Class TableCountResponseV1
java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.v1.responses.TableCountResponseV1
- All Implemented Interfaces:
AbstractMiddlewareOutputInterface
,TableCountOutputInterface
,ToSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()
Getter for countGetter for distinctCountvoid
Setter for countvoid
setDistinctCount
(Long distinctCount) Setter for distinctCountFluent setter for countwithDistinctCount
(Long distinctCount) Fluent setter for distinctCount
-
Constructor Details
-
TableCountResponseV1
public TableCountResponseV1()
-
-
Method Details
-
getCount
Getter for count -
setCount
Setter for count- Specified by:
setCount
in interfaceTableCountOutputInterface
-
withCount
Fluent setter for count -
getDistinctCount
Getter for distinctCount -
setDistinctCount
Setter for distinctCount- Specified by:
setDistinctCount
in interfaceTableCountOutputInterface
-
withDistinctCount
Fluent setter for distinctCount
-