Package io.voucherify.client.model
Class ParameterFiltersListCustomerRedeemablesCreatedAt
java.lang.Object
io.voucherify.client.model.ParameterFiltersListCustomerRedeemablesCreatedAt
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ParameterFiltersListCustomerRedeemablesCreatedAt
extends Object
Timestamp representing the date and time when the customer redeemable was created. The value is shown in the ISO 8601 format.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconditions(FilterConditionsDateTime conditions) booleanCreate an instance of ParameterFiltersListCustomerRedeemablesCreatedAt given an JSON stringGet conditionsinthashCode()voidsetConditions(FilterConditionsDateTime conditions) toJson()Convert an instance of ParameterFiltersListCustomerRedeemablesCreatedAt to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_CONDITIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ParameterFiltersListCustomerRedeemablesCreatedAt
public ParameterFiltersListCustomerRedeemablesCreatedAt()
-
-
Method Details
-
conditions
public ParameterFiltersListCustomerRedeemablesCreatedAt conditions(FilterConditionsDateTime conditions) -
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ParameterFiltersListCustomerRedeemablesCreatedAt fromJson(String jsonString) throws IOException Create an instance of ParameterFiltersListCustomerRedeemablesCreatedAt given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ParameterFiltersListCustomerRedeemablesCreatedAt
- Throws:
IOException- if the JSON string is invalid with respect to ParameterFiltersListCustomerRedeemablesCreatedAt
-
toJson
Convert an instance of ParameterFiltersListCustomerRedeemablesCreatedAt to an JSON string- Returns:
- JSON string
-