Package io.voucherify.client.model
Class ExportsCreateResponseBodyParametersFilters
java.lang.Object
io.voucherify.client.model.ExportsCreateResponseBodyParametersFilters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportsCreateResponseBodyParametersFilters
extends Object
ExportsCreateResponseBodyParametersFilters
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaignId(FieldConditions campaignId) createdAt(FieldConditions createdAt) booleanCreate an instance of ExportsCreateResponseBodyParametersFilters given an JSON stringGet campaignIdGet createdAtGet junctionGet voucherIdinthashCode()voidsetCampaignId(FieldConditions campaignId) voidsetCreatedAt(FieldConditions createdAt) voidsetJunction(Junction junction) voidsetVoucherId(FieldConditions voucherId) toJson()Convert an instance of ExportsCreateResponseBodyParametersFilters to an JSON stringtoString()voucherId(FieldConditions voucherId)
-
Field Details
-
SERIALIZED_NAME_JUNCTION
- See Also:
-
SERIALIZED_NAME_CAMPAIGN_ID
- See Also:
-
SERIALIZED_NAME_VOUCHER_ID
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExportsCreateResponseBodyParametersFilters
public ExportsCreateResponseBodyParametersFilters()
-
-
Method Details
-
junction
-
getJunction
-
setJunction
-
campaignId
-
getCampaignId
-
setCampaignId
-
voucherId
-
getVoucherId
-
setVoucherId
-
createdAt
-
getCreatedAt
-
setCreatedAt
-
equals
-
hashCode
-
toString
-
fromJson
public static ExportsCreateResponseBodyParametersFilters fromJson(String jsonString) throws IOException Create an instance of ExportsCreateResponseBodyParametersFilters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExportsCreateResponseBodyParametersFilters
- Throws:
IOException- if the JSON string is invalid with respect to ExportsCreateResponseBodyParametersFilters
-
toJson
Convert an instance of ExportsCreateResponseBodyParametersFilters to an JSON string- Returns:
- JSON string
-