Package com.smartcar.sdk.data
Class AvailableCapacity
- java.lang.Object
-
- com.smartcar.sdk.data.AvailableCapacity
-
public class AvailableCapacity extends java.lang.ObjectData 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 doublegetCapacity()Gets the capacity.java.lang.StringgetDescription()Gets the description of the capacity.java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object- Returns:
- a stringified representation of AvailableCapacity
-
-