Class VehicleIds

  • All Implemented Interfaces:
    java.io.Serializable

    public class VehicleIds
    extends ApiData
    POJO for Smartcar /vehicles endpoint.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VehicleIds​(java.lang.String[] vehicleIds, ResponsePaging paging)
      Initializes a new instance of VehicleIds
    • Constructor Detail

      • VehicleIds

        public VehicleIds​(java.lang.String[] vehicleIds,
                          ResponsePaging paging)
        Initializes a new instance of VehicleIds
        Parameters:
        vehicleIds - the vehicleIds to be stored
    • Method Detail

      • getVehicleIds

        public java.lang.String[] getVehicleIds()
        Returns the vehicle IDs.
        Returns:
        the vehicle IDs
      • 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 VehicleIds