Class ClientIdentifierData
java.lang.Object
org.apache.fineract.client.models.ClientIdentifierData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ClientIdentifierData
extends Object
ClientIdentifierData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedDocumentTypesItem(CodeValueData allowedDocumentTypesItem) allowedDocumentTypes(List<CodeValueData> allowedDocumentTypes) description(String description) documentKey(String documentKey) documentType(CodeValueData documentType) booleanGet allowedDocumentTypesGet clientIdGet descriptionGet documentKeyGet documentTypegetId()Get idGet statusinthashCode()voidsetAllowedDocumentTypes(List<CodeValueData> allowedDocumentTypes) voidsetClientId(Long clientId) voidsetDescription(String description) voidsetDocumentKey(String documentKey) voidsetDocumentType(CodeValueData documentType) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_ALLOWED_DOCUMENT_TYPES
- See Also:
-
SERIALIZED_NAME_CLIENT_ID
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_DOCUMENT_KEY
- See Also:
-
SERIALIZED_NAME_DOCUMENT_TYPE
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
-
Constructor Details
-
ClientIdentifierData
public ClientIdentifierData()
-
-
Method Details
-
allowedDocumentTypes
-
addAllowedDocumentTypesItem
-
getAllowedDocumentTypes
Get allowedDocumentTypes- Returns:
- allowedDocumentTypes
-
setAllowedDocumentTypes
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
documentKey
-
getDocumentKey
Get documentKey- Returns:
- documentKey
-
setDocumentKey
-
documentType
-
getDocumentType
Get documentType- Returns:
- documentType
-
setDocumentType
-
id
-
getId
Get id- Returns:
- id
-
setId
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-