Package io.voucherify.client.model
Class ParameterFiltersListCampaignsVoucherType
java.lang.Object
io.voucherify.client.model.ParameterFiltersListCampaignsVoucherType
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ParameterFiltersListCampaignsVoucherType
extends Object
Filter by voucher type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconditions(FilterConditionsString conditions) booleanCreate an instance of ParameterFiltersListCampaignsVoucherType given an JSON stringGet conditionsinthashCode()voidsetConditions(FilterConditionsString conditions) toJson()Convert an instance of ParameterFiltersListCampaignsVoucherType to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_CONDITIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ParameterFiltersListCampaignsVoucherType
public ParameterFiltersListCampaignsVoucherType()
-
-
Method Details
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ParameterFiltersListCampaignsVoucherType fromJson(String jsonString) throws IOException Create an instance of ParameterFiltersListCampaignsVoucherType given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ParameterFiltersListCampaignsVoucherType
- Throws:
IOException- if the JSON string is invalid with respect to ParameterFiltersListCampaignsVoucherType
-
toJson
Convert an instance of ParameterFiltersListCampaignsVoucherType to an JSON string- Returns:
- JSON string
-