Package io.voucherify.client.model
Class ExportVoucherTransactionsFilters
java.lang.Object
io.voucherify.client.model.ExportVoucherTransactionsFilters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportVoucherTransactionsFilters
extends Object
ExportVoucherTransactionsFilters
-
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 ExportVoucherTransactionsFilters 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 ExportVoucherTransactionsFilters to an JSON stringtoString()voucherId(FieldConditions voucherId)
-
Field Details
-
SERIALIZED_NAME_JUNCTION
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_VOUCHER_ID
- See Also:
-
SERIALIZED_NAME_CAMPAIGN_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExportVoucherTransactionsFilters
public ExportVoucherTransactionsFilters()
-
-
Method Details
-
junction
-
getJunction
Get junction- Returns:
- junction
-
setJunction
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
voucherId
-
getVoucherId
Get voucherId- Returns:
- voucherId
-
setVoucherId
-
campaignId
-
getCampaignId
Get campaignId- Returns:
- campaignId
-
setCampaignId
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of ExportVoucherTransactionsFilters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExportVoucherTransactionsFilters
- Throws:
IOException- if the JSON string is invalid with respect to ExportVoucherTransactionsFilters
-
toJson
Convert an instance of ExportVoucherTransactionsFilters to an JSON string- Returns:
- JSON string
-