To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Holds a single group's sign-up count for a reporting period. Returned in bulk by SignupLog's group-summary queries rather than being persisted itself, so a report can show how many sign-ups each group received.
Properties
| Property | Returns | Description |
|---|---|---|
| count | long | Number of sign-ups counted for the group over the reporting period the query was run for. |
| group | Group | Group that the sign-up count applies to. |
Methods
getCount()
Returns: long
Number of sign-ups counted for the group over the reporting period the query was run for.
getGroup()
Returns: Group
Group that the sign-up count applies to.