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