Package com.smartcar.sdk.data
Class SelectedCapacity
- java.lang.Object
-
- com.smartcar.sdk.data.SelectedCapacity
-
public class SelectedCapacity extends java.lang.Object
Data class for an individual available capacity.
-
-
Constructor Summary
Constructors Constructor Description SelectedCapacity()
No-argument constructor for deserialization.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getNominal()
Gets the capacity.java.lang.String
getSource()
Gets the source of the capacity.java.lang.String
toString()
-