Package com.smartcar.sdk.data
Class CompatibilityMatrix.CompatibilityEntry
- java.lang.Object
-
- com.smartcar.sdk.data.ApiData
-
- com.smartcar.sdk.data.CompatibilityMatrix.CompatibilityEntry
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CompatibilityMatrix
public class CompatibilityMatrix.CompatibilityEntry extends ApiData
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompatibilityEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getEndpoints()Returns the endpointsjava.lang.StringgetEndYear()Returns the end yearjava.lang.StringgetModel()Returns the modeljava.lang.String[]getPermissions()Returns the permissionsjava.lang.StringgetStartYear()Returns the start yearjava.lang.StringgetType()Returns the typejava.lang.StringtoString()Return the string representation
-
-
-
Method Detail
-
getModel
public java.lang.String getModel()
Returns the model- Returns:
- model
-
getStartYear
public java.lang.String getStartYear()
Returns the start year- Returns:
- startYear
-
getEndYear
public java.lang.String getEndYear()
Returns the end year- Returns:
- endYear
-
getType
public java.lang.String getType()
Returns the type- Returns:
- type
-
getEndpoints
public java.lang.String[] getEndpoints()
Returns the endpoints- Returns:
- endpoints
-
getPermissions
public java.lang.String[] getPermissions()
Returns the permissions- Returns:
- permissions
-
-