Package com.smartcar.sdk.data
Class AvailableCapacity
- java.lang.Object
-
- com.smartcar.sdk.data.AvailableCapacity
-
public class AvailableCapacity extends java.lang.Object
Data class for an individual available capacity.
-
-
Constructor Summary
Constructors Constructor Description AvailableCapacity()
No-argument constructor for deserialization.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCapacity()
Gets the capacity.java.lang.String
getDescription()
Gets the description of the capacity.java.lang.String
toString()
-
-
-
Method Detail
-
getCapacity
public double getCapacity()
Gets the capacity.
-
getDescription
public java.lang.String getDescription()
Gets the description of the capacity.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- Returns:
- a stringified representation of AvailableCapacity
-
-