Class PostCodeValuesDataRequest
java.lang.Object
org.apache.fineract.client.models.PostCodeValuesDataRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class PostCodeValuesDataRequest
extends Object
PostCodeValuesDataRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet descriptionGet isActivegetName()Get nameGet positioninthashCode()voidsetDescription(String description) voidsetIsActive(Boolean isActive) voidvoidsetPosition(Integer position) toString()
-
Field Details
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_IS_ACTIVE
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_POSITION
- See Also:
-
-
Constructor Details
-
PostCodeValuesDataRequest
public PostCodeValuesDataRequest()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
isActive
-
getIsActive
Get isActive- Returns:
- isActive
-
setIsActive
-
name
-
getName
Get name- Returns:
- name
-
setName
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
equals
-
hashCode
public int hashCode() -
toString
-