@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-04-09T11:41:34.789+05:30") public class Riskv1decisionsTravelInformationLegs extends Object
| Constructor and Description |
|---|
Riskv1decisionsTravelInformationLegs() |
| Modifier and Type | Method and Description |
|---|---|
Riskv1decisionsTravelInformationLegs |
departureDateTime(String departureDateTime) |
Riskv1decisionsTravelInformationLegs |
destination(String destination) |
boolean |
equals(Object o) |
String |
getDepartureDateTime()
Departure date and time for the each 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() |
Riskv1decisionsTravelInformationLegs |
origination(String origination) |
void |
setDepartureDateTime(String departureDateTime) |
void |
setDestination(String destination) |
void |
setOrigination(String origination) |
String |
toString() |
public Riskv1decisionsTravelInformationLegs()
public Riskv1decisionsTravelInformationLegs origination(String origination)
public String getOrigination()
public void setOrigination(String origination)
public Riskv1decisionsTravelInformationLegs destination(String destination)
public String getDestination()
public void setDestination(String destination)
public Riskv1decisionsTravelInformationLegs departureDateTime(String departureDateTime)
public String getDepartureDateTime()
public void setDepartureDateTime(String departureDateTime)
Copyright © 2020. All rights reserved.