Package io.voucherify.client.model
Class ParameterFiltersListTemplates
java.lang.Object
io.voucherify.client.model.ParameterFiltersListTemplates
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ParameterFiltersListTemplates
extends Object
ParameterFiltersListTemplates
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaignType(ParameterFiltersListTemplatesCampaignType campaignType) booleanCreate an instance of ParameterFiltersListTemplates given an JSON stringGet campaignTypegetId()Get idGet junctiongetName()Get nameinthashCode()voidsetCampaignType(ParameterFiltersListTemplatesCampaignType campaignType) voidvoidsetJunction(Junction junction) voidtoJson()Convert an instance of ParameterFiltersListTemplates to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_JUNCTION
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_CAMPAIGN_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ParameterFiltersListTemplates
public ParameterFiltersListTemplates()
-
-
Method Details
-
junction
-
getJunction
Get junction- Returns:
- junction
-
setJunction
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
campaignType
public ParameterFiltersListTemplates campaignType(ParameterFiltersListTemplatesCampaignType campaignType) -
getCampaignType
Get campaignType- Returns:
- campaignType
-
setCampaignType
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of ParameterFiltersListTemplates given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ParameterFiltersListTemplates
- Throws:
IOException- if the JSON string is invalid with respect to ParameterFiltersListTemplates
-
toJson
Convert an instance of ParameterFiltersListTemplates to an JSON string- Returns:
- JSON string
-