Class GetClientsClientIdAccountsResponse
java.lang.Object
org.apache.fineract.client.models.GetClientsClientIdAccountsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class GetClientsClientIdAccountsResponse
extends Object
GetClientsClientIdAccountsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLoanAccountsItem(GetClientsLoanAccounts loanAccountsItem) addSavingsAccountsItem(GetClientsSavingsAccounts savingsAccountsItem) booleanGet loanAccountsGet savingsAccountsinthashCode()loanAccounts(Set<GetClientsLoanAccounts> loanAccounts) savingsAccounts(Set<GetClientsSavingsAccounts> savingsAccounts) voidsetLoanAccounts(Set<GetClientsLoanAccounts> loanAccounts) voidsetSavingsAccounts(Set<GetClientsSavingsAccounts> savingsAccounts) toString()
-
Field Details
-
SERIALIZED_NAME_LOAN_ACCOUNTS
- See Also:
-
SERIALIZED_NAME_SAVINGS_ACCOUNTS
- See Also:
-
-
Constructor Details
-
GetClientsClientIdAccountsResponse
public GetClientsClientIdAccountsResponse()
-
-
Method Details
-
loanAccounts
-
addLoanAccountsItem
public GetClientsClientIdAccountsResponse addLoanAccountsItem(GetClientsLoanAccounts loanAccountsItem) -
getLoanAccounts
Get loanAccounts- Returns:
- loanAccounts
-
setLoanAccounts
-
savingsAccounts
public GetClientsClientIdAccountsResponse savingsAccounts(Set<GetClientsSavingsAccounts> savingsAccounts) -
addSavingsAccountsItem
public GetClientsClientIdAccountsResponse addSavingsAccountsItem(GetClientsSavingsAccounts savingsAccountsItem) -
getSavingsAccounts
Get savingsAccounts- Returns:
- savingsAccounts
-
setSavingsAccounts
-
equals
-
hashCode
public int hashCode() -
toString
-