Class InteropKycResponseData
java.lang.Object
org.apache.fineract.infrastructure.core.data.CommandProcessingResult
org.apache.fineract.interoperation.data.InteropKycResponseData
- All Implemented Interfaces:
Serializable
public class InteropKycResponseData
extends org.apache.fineract.infrastructure.core.data.CommandProcessingResult
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInteropKycResponseData(Long resourceId, Long officeId, Long commandId, Map<String, Object> changesOnly, String nationality, String dateOfBirth, String contactPhone, String gender, IdDocument[] idDocument, PostalAddress postalAddress, SubjectName subjectName, String emailAddress, String birthCountry) InteropKycResponseData(String nationality, String dateOfBirth, String contactPhone, String gender, IdDocument[] idDocument, PostalAddress postalAddress, SubjectName subjectName, String emailAddress, String birthCountry) -
Method Summary
Modifier and TypeMethodDescriptionstatic InteropKycResponseDatabuild(InteropKycData accountKyc) voidsetBirthCountry(String birthCountry) voidsetContactPhone(String contactPhone) voidsetDateOfBirth(String dateOfBirth) voidsetEmailAddress(String emailAddress) voidvoidsetIdDocument(IdDocument[] idDocument) voidsetNationality(String nationality) voidsetPostalAddress(PostalAddress postalAddress) voidsetSubjectName(SubjectName subjectName) Methods inherited from class org.apache.fineract.infrastructure.core.data.CommandProcessingResult
commandOnlyResult, empty, fromCommandProcessingResult, fromCommandProcessingResult, fromDetails, getChanges, getClientId, getCommandId, getCreditBureauReportData, getGlimId, getGroupId, getGsimId, getLoanExternalId, getLoanId, getOfficeId, getProductId, getResourceExternalId, getResourceId, getResourceIdentifier, getRollbackTransaction, getSavingsId, getSubResourceExternalId, getSubResourceId, getTransactionId, hasChanges, isRollbackTransaction, resourceResult, resourceResult, resourceResult, setOfficeId, setRollbackTransaction, toString, withChanges
-
Constructor Details
-
InteropKycResponseData
public InteropKycResponseData(Long resourceId, Long officeId, Long commandId, Map<String, Object> changesOnly, String nationality, String dateOfBirth, String contactPhone, String gender, IdDocument[] idDocument, PostalAddress postalAddress, SubjectName subjectName, String emailAddress, String birthCountry) -
InteropKycResponseData
public InteropKycResponseData(String nationality, String dateOfBirth, String contactPhone, String gender, IdDocument[] idDocument, PostalAddress postalAddress, SubjectName subjectName, String emailAddress, String birthCountry)
-
-
Method Details
-
build
-
getNationality
-
setNationality
-
getDateOfBirth
-
setDateOfBirth
-
getContactPhone
-
setContactPhone
-
getGender
-
setGender
-
getIdDocument
-
setIdDocument
-
getPostalAddress
-
setPostalAddress
-
getSubjectName
-
setSubjectName
-
getEmailAddress
-
setEmailAddress
-
getBirthCountry
-
setBirthCountry
-