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 distinctCountvoidSetter for countvoidsetDistinctCount(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:
setCountin interfaceTableCountOutputInterface
-
withCount
Fluent setter for count -
getDistinctCount
Getter for distinctCount -
setDistinctCount
Setter for distinctCount- Specified by:
setDistinctCountin interfaceTableCountOutputInterface
-
withDistinctCount
Fluent setter for distinctCount
-