Class IdDocument
java.lang.Object
org.apache.fineract.client.models.IdDocument
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class IdDocument
extends Object
IdDocument
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet idNumberGet idTypeGet issuerCountryGet otherIdDescriptioninthashCode()issuerCountry(String issuerCountry) otherIdDescription(String otherIdDescription) voidsetIdNumber(String idNumber) voidvoidsetIssuerCountry(String issuerCountry) voidsetOtherIdDescription(String otherIdDescription) toString()
-
Field Details
-
SERIALIZED_NAME_ID_NUMBER
- See Also:
-
SERIALIZED_NAME_ID_TYPE
- See Also:
-
SERIALIZED_NAME_ISSUER_COUNTRY
- See Also:
-
SERIALIZED_NAME_OTHER_ID_DESCRIPTION
- See Also:
-
-
Constructor Details
-
IdDocument
public IdDocument()
-
-
Method Details
-
idNumber
-
getIdNumber
Get idNumber- Returns:
- idNumber
-
setIdNumber
-
idType
-
getIdType
Get idType- Returns:
- idType
-
setIdType
-
issuerCountry
-
getIssuerCountry
Get issuerCountry- Returns:
- issuerCountry
-
setIssuerCountry
-
otherIdDescription
-
getOtherIdDescription
Get otherIdDescription- Returns:
- otherIdDescription
-
setOtherIdDescription
-
equals
-
hashCode
public int hashCode() -
toString
-