java.lang.Object
net.commuty.parking.model.Count
public class Count
extends java.lang.Object
This corresponds to the number of available spots (and the total number of spots if provided) on a parking site.
-
Method Summary
| Modifier and Type |
Method |
Description |
int |
getCount() |
The number of available spots that you submitted
|
java.lang.Integer |
getTotal() |
The total number of spots on the parking site, or null if you omitted this value.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
public int getCount()
The number of available spots that you submitted
-
public java.lang.Integer getTotal()
The total number of spots on the parking site, or null if you omitted this value.