Class VehicleLockStatus

  • All Implemented Interfaces:
    java.io.Serializable

    public class VehicleLockStatus
    extends ApiData
    See Also:
    Serialized Form
    • Constructor Detail

      • VehicleLockStatus

        public VehicleLockStatus()
    • Method Detail

      • isLocked

        public boolean isLocked()
        Check if the vehicle currently locked.
        Returns:
        {boolean} True if the vehicle is locked, otherwise false.
      • getDoors

        public VehicleDoor[] getDoors()
        Returns the vehicle doors
        Returns:
        vehicle doors
      • getWindows

        public VehicleWindow[] getWindows()
        Returns the vehicle's windows
        Returns:
        vehicle windows
      • getStorage

        public VehicleStorage[] getStorage()
        Returns the vehicle's storage
        Returns:
        vehicle storage
      • getSunroof

        public VehicleSunroof[] getSunroof()
        Returns the vehicle's sunroofs
        Returns:
        vehicle sunroof
      • getChargingPort

        public VehicleChargingPort[] getChargingPort()
        Returns the vehicle's charging ports
        Returns:
        vehicle charging port
      • toString

        public java.lang.String toString()
        Returns a stringified representation of the VehicleLockStatus object.
        Overrides:
        toString in class ApiData
        Returns:
        A string describing the lock status and other vehicle attributes.