Class Count

java.lang.Object
net.commuty.parking.model.Count

public class Count extends Object

This corresponds to the number of available spots (and the total number of spots if provided) on a parking site.

  • Method Details

    • getCount

      public int getCount()
      The number of available spots that you submitted
    • getTotal

      public Integer getTotal()
      The total number of spots on the parking site, or null if you omitted this value.
    • toString

      public String toString()
      Overrides:
      toString in class Object