Class VehicleVin

  • All Implemented Interfaces:
    java.io.Serializable

    public class VehicleVin
    extends ApiData
    POJO for Smartcar /vin endpoint
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VehicleVin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVin()
      Returns the vehicle vin
      java.lang.String toString()
      Returns the stored data string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VehicleVin

        public VehicleVin()
    • Method Detail

      • getVin

        public java.lang.String getVin()
        Returns the vehicle vin
        Returns:
        vehicle vin
      • toString

        public java.lang.String toString()
        Description copied from class: ApiData
        Returns the stored data string.
        Overrides:
        toString in class ApiData
        Returns:
        a stringified representation of VehicleVin