Class VehicleIdentifiers


  • public class VehicleIdentifiers
    extends java.lang.Object
    Combination of vehicle standard and id that can uniquely identify a vehicle from Amazon's catalog.
    • Constructor Detail

      • VehicleIdentifiers

        public VehicleIdentifiers()
    • Method Detail

      • getStandard

        public VehicleStandard getStandard()
        Get standard
        Returns:
        standard
      • getValue

        public java.lang.String getValue()
        Id that can uniquely identify a vehicle based the vehicle identification standard.
        Returns:
        value
      • setValue

        public void setValue​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object