@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-04-09T11:41:34.789+05:30") public class Riskv1authenticationsTravelInformationLegs extends Object
| Constructor and Description |
|---|
Riskv1authenticationsTravelInformationLegs() |
| Modifier and Type | Method and Description |
|---|---|
Riskv1authenticationsTravelInformationLegs |
carrierCode(String carrierCode) |
Riskv1authenticationsTravelInformationLegs |
departureDate(String departureDate) |
Riskv1authenticationsTravelInformationLegs |
destination(String destination) |
boolean |
equals(Object o) |
String |
getCarrierCode()
International Air Transport Association (IATA) code for the carrier for this leg of the trip.
|
String |
getDepartureDate()
Departure date for the first leg of the trip.
|
String |
getDestination()
Use to specify the airport code for the destination of the leg of the trip, which is designated by the pound (#) symbol in the field name.
|
String |
getOrigination()
Use to specify the airport code for the origin of the leg of the trip, which is designated by the pound (#) symbol in the field name.
|
int |
hashCode() |
Riskv1authenticationsTravelInformationLegs |
origination(String origination) |
void |
setCarrierCode(String carrierCode) |
void |
setDepartureDate(String departureDate) |
void |
setDestination(String destination) |
void |
setOrigination(String origination) |
String |
toString() |
public Riskv1authenticationsTravelInformationLegs()
public Riskv1authenticationsTravelInformationLegs origination(String origination)
public String getOrigination()
public void setOrigination(String origination)
public Riskv1authenticationsTravelInformationLegs destination(String destination)
public String getDestination()
public void setDestination(String destination)
public Riskv1authenticationsTravelInformationLegs carrierCode(String carrierCode)
public String getCarrierCode()
public void setCarrierCode(String carrierCode)
public Riskv1authenticationsTravelInformationLegs departureDate(String departureDate)
public String getDepartureDate()
public void setDepartureDate(String departureDate)
Copyright © 2020. All rights reserved.