Package com.duffel.sdk.model
Class ArrivalTime
java.lang.Object
com.duffel.sdk.model.ArrivalTime
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-08-28T15:13:42.592945+07:00[Asia/Bangkok]")
public class ArrivalTime
extends Object
The inclusive time range for the arrival of the slice
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFrom()The local time in the format `hh:mm` of the destination airport at or after which the slice should arrive.org.openapitools.jackson.nullable.JsonNullable<String>getTo()The local time in the format `hh:mm` of the destination airport at or before which the slice should arrive.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidvoidsetFrom_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> from) voidvoidsetTo_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> to) toString()
-
Field Details
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
-
Constructor Details
-
ArrivalTime
public ArrivalTime()
-
-
Method Details
-
from
-
getFrom
The local time in the format `hh:mm` of the destination airport at or after which the slice should arrive. Defaults to `00:00` when only `to` is provided- Returns:
- from
-
getFrom_JsonNullable
-
setFrom_JsonNullable
-
setFrom
-
to
-
getTo
The local time in the format `hh:mm` of the destination airport at or before which the slice should arrive. Defaults to `23:59` when only `from` is provided- Returns:
- to
-
getTo_JsonNullable
-
setTo_JsonNullable
-
setTo
-
equals
-
hashCode
public int hashCode() -
toString
-