Class ParkingConfiguration
- java.lang.Object
-
- software.amazon.spapi.models.supplysources.v2020_07_01.ParkingConfiguration
-
- Direct Known Subclasses:
ParkingWithAddressConfiguration
public class ParkingConfiguration extends java.lang.Object
The parking configuration.
-
-
Constructor Summary
Constructors Constructor Description ParkingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.Integer
getNumberOfParkingSpots()
Get numberOfParkingSpotsParkingCostType
getParkingCostType()
Get parkingCostTypeParkingSpotIdentificationType
getParkingSpotIdentificationType()
Get parkingSpotIdentificationTypeint
hashCode()
ParkingConfiguration
numberOfParkingSpots(java.lang.Integer numberOfParkingSpots)
ParkingConfiguration
parkingCostType(ParkingCostType parkingCostType)
ParkingConfiguration
parkingSpotIdentificationType(ParkingSpotIdentificationType parkingSpotIdentificationType)
void
setNumberOfParkingSpots(java.lang.Integer numberOfParkingSpots)
void
setParkingCostType(ParkingCostType parkingCostType)
void
setParkingSpotIdentificationType(ParkingSpotIdentificationType parkingSpotIdentificationType)
java.lang.String
toString()
-
-
-
Method Detail
-
parkingCostType
public ParkingConfiguration parkingCostType(ParkingCostType parkingCostType)
-
getParkingCostType
public ParkingCostType getParkingCostType()
Get parkingCostType- Returns:
- parkingCostType
-
setParkingCostType
public void setParkingCostType(ParkingCostType parkingCostType)
-
parkingSpotIdentificationType
public ParkingConfiguration parkingSpotIdentificationType(ParkingSpotIdentificationType parkingSpotIdentificationType)
-
getParkingSpotIdentificationType
public ParkingSpotIdentificationType getParkingSpotIdentificationType()
Get parkingSpotIdentificationType- Returns:
- parkingSpotIdentificationType
-
setParkingSpotIdentificationType
public void setParkingSpotIdentificationType(ParkingSpotIdentificationType parkingSpotIdentificationType)
-
numberOfParkingSpots
public ParkingConfiguration numberOfParkingSpots(java.lang.Integer numberOfParkingSpots)
-
getNumberOfParkingSpots
public java.lang.Integer getNumberOfParkingSpots()
Get numberOfParkingSpots- Returns:
- numberOfParkingSpots
-
setNumberOfParkingSpots
public void setNumberOfParkingSpots(java.lang.Integer numberOfParkingSpots)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-