Package io.voucherify.client.model
Class ParameterCreatedBeforeAfter
java.lang.Object
io.voucherify.client.model.ParameterCreatedBeforeAfter
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ParameterCreatedBeforeAfter
extends Object
ParameterCreatedBeforeAfter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafter(OffsetDateTime after) before(OffsetDateTime before) booleanstatic ParameterCreatedBeforeAfterCreate an instance of ParameterCreatedBeforeAfter given an JSON stringgetAfter()Timestamp representing the date and time after the voucher was created.Timestamp representing the date and time before the voucher was created.inthashCode()voidsetAfter(OffsetDateTime after) voidsetBefore(OffsetDateTime before) toJson()Convert an instance of ParameterCreatedBeforeAfter to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_BEFORE
- See Also:
-
SERIALIZED_NAME_AFTER
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ParameterCreatedBeforeAfter
public ParameterCreatedBeforeAfter()
-
-
Method Details
-
before
-
getBefore
Timestamp representing the date and time before the voucher was created. The value is shown in the ISO 8601 format.- Returns:
- before
-
setBefore
-
after
-
getAfter
Timestamp representing the date and time after the voucher was created. The value is shown in the ISO 8601 format.- Returns:
- after
-
setAfter
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of ParameterCreatedBeforeAfter given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ParameterCreatedBeforeAfter
- Throws:
IOException- if the JSON string is invalid with respect to ParameterCreatedBeforeAfter
-
toJson
Convert an instance of ParameterCreatedBeforeAfter to an JSON string- Returns:
- JSON string
-