Package com.duffel.sdk.model
Class GetOrdersArrivingAtParameter
java.lang.Object
com.duffel.sdk.model.GetOrdersArrivingAtParameter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-16T15:26:22.356688490+07:00[Asia/Bangkok]")
public class GetOrdersArrivingAtParameter
extends Object
GetOrdersArrivingAtParameter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafter(LocalDateTime after) before(LocalDateTime before) booleangetAfter()The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime at which a segment arrives after.The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime at which a segment arrives before.inthashCode()voidsetAfter(LocalDateTime after) voidsetBefore(LocalDateTime before) toString()
-
Field Details
-
JSON_PROPERTY_AFTER
- See Also:
-
JSON_PROPERTY_BEFORE
- See Also:
-
-
Constructor Details
-
GetOrdersArrivingAtParameter
public GetOrdersArrivingAtParameter()
-
-
Method Details
-
after
-
getAfter
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime at which a segment arrives after. This should be the local time of the place of arrival and must not contain timezone information.- Returns:
- after
-
setAfter
-
before
-
getBefore
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime at which a segment arrives before. This should be the local time of the place of arrival and must not contain timezone information.- Returns:
- before
-
setBefore
-
equals
-
hashCode
public int hashCode() -
toString
-