@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsTravelInformationAutoRentalReturnAddress extends Object
| Constructor and Description |
|---|
Ptsv2paymentsTravelInformationAutoRentalReturnAddress() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsTravelInformationAutoRentalReturnAddress |
city(String city) |
Ptsv2paymentsTravelInformationAutoRentalReturnAddress |
country(String country) |
boolean |
equals(Object o) |
String |
getCity()
City where the auto was returned to the rental agency.
|
String |
getCountry()
Country where the auto was returned to the rental agency.
|
String |
getLocation()
This field contains the location where the taxi passenger was dropped off or where the auto rental vehicle was returned.
|
String |
getLocationId()
Code, address, phone number, etc.
|
String |
getState()
State in which the auto was returned to the rental agency.
|
int |
hashCode() |
Ptsv2paymentsTravelInformationAutoRentalReturnAddress |
location(String location) |
Ptsv2paymentsTravelInformationAutoRentalReturnAddress |
locationId(String locationId) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setLocation(String location) |
void |
setLocationId(String locationId) |
void |
setState(String state) |
Ptsv2paymentsTravelInformationAutoRentalReturnAddress |
state(String state) |
String |
toString() |
public Ptsv2paymentsTravelInformationAutoRentalReturnAddress()
public Ptsv2paymentsTravelInformationAutoRentalReturnAddress city(String city)
public String getCity()
public void setCity(String city)
public Ptsv2paymentsTravelInformationAutoRentalReturnAddress state(String state)
public String getState()
public void setState(String state)
public Ptsv2paymentsTravelInformationAutoRentalReturnAddress country(String country)
public String getCountry()
public void setCountry(String country)
public Ptsv2paymentsTravelInformationAutoRentalReturnAddress locationId(String locationId)
public String getLocationId()
public void setLocationId(String locationId)
public Ptsv2paymentsTravelInformationAutoRentalReturnAddress location(String location)
public String getLocation()
public void setLocation(String location)
Copyright © 2020. All rights reserved.