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