Package io.voucherify.client.model
Class ParameterFiltersListLocations
java.lang.Object
io.voucherify.client.model.ParameterFiltersListLocations
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ParameterFiltersListLocations
extends Object
ParameterFiltersListLocations
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(ParameterFiltersListLocationsCreatedAt createdAt) booleanCreate an instance of ParameterFiltersListLocations given an JSON stringGet createdAtgetName()Get nameGet updatedAtinthashCode()voidvoidvoidtoJson()Convert an instance of ParameterFiltersListLocations to an JSON stringtoString()updatedAt(ParameterFiltersListLocationsUpdatedAt updatedAt)
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ParameterFiltersListLocations
public ParameterFiltersListLocations()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
updatedAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of ParameterFiltersListLocations given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ParameterFiltersListLocations
- Throws:
IOException- if the JSON string is invalid with respect to ParameterFiltersListLocations
-
toJson
Convert an instance of ParameterFiltersListLocations to an JSON string- Returns:
- JSON string
-