Class GetGroupsGroupIdAccountsResponse
java.lang.Object
org.apache.fineract.client.models.GetGroupsGroupIdAccountsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class GetGroupsGroupIdAccountsResponse
extends Object
GetGroupsGroupIdAccountsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLoanAccountsItem(GetGroupsGroupIdAccountsLoanAccounts loanAccountsItem) addMemberLoanAccountsItem(GetGroupsGroupIdAccountsMemberLoanAccounts memberLoanAccountsItem) addMemberSavingsAccountsItem(GetGroupsGroupIdAccountsMemberSavingsAccounts memberSavingsAccountsItem) addSavingsAccountsItem(GetGroupsGroupIdAccountsSavingAccounts savingsAccountsItem) booleanGet loanAccountsGet memberLoanAccountsGet memberSavingsAccountsGet savingsAccountsinthashCode()loanAccounts(Set<GetGroupsGroupIdAccountsLoanAccounts> loanAccounts) memberLoanAccounts(Set<GetGroupsGroupIdAccountsMemberLoanAccounts> memberLoanAccounts) memberSavingsAccounts(Set<GetGroupsGroupIdAccountsMemberSavingsAccounts> memberSavingsAccounts) savingsAccounts(Set<GetGroupsGroupIdAccountsSavingAccounts> savingsAccounts) voidsetLoanAccounts(Set<GetGroupsGroupIdAccountsLoanAccounts> loanAccounts) voidsetMemberLoanAccounts(Set<GetGroupsGroupIdAccountsMemberLoanAccounts> memberLoanAccounts) voidsetMemberSavingsAccounts(Set<GetGroupsGroupIdAccountsMemberSavingsAccounts> memberSavingsAccounts) voidsetSavingsAccounts(Set<GetGroupsGroupIdAccountsSavingAccounts> savingsAccounts) toString()
-
Field Details
-
SERIALIZED_NAME_LOAN_ACCOUNTS
- See Also:
-
SERIALIZED_NAME_MEMBER_LOAN_ACCOUNTS
- See Also:
-
SERIALIZED_NAME_MEMBER_SAVINGS_ACCOUNTS
- See Also:
-
SERIALIZED_NAME_SAVINGS_ACCOUNTS
- See Also:
-
-
Constructor Details
-
GetGroupsGroupIdAccountsResponse
public GetGroupsGroupIdAccountsResponse()
-
-
Method Details
-
loanAccounts
public GetGroupsGroupIdAccountsResponse loanAccounts(Set<GetGroupsGroupIdAccountsLoanAccounts> loanAccounts) -
addLoanAccountsItem
public GetGroupsGroupIdAccountsResponse addLoanAccountsItem(GetGroupsGroupIdAccountsLoanAccounts loanAccountsItem) -
getLoanAccounts
Get loanAccounts- Returns:
- loanAccounts
-
setLoanAccounts
-
memberLoanAccounts
public GetGroupsGroupIdAccountsResponse memberLoanAccounts(Set<GetGroupsGroupIdAccountsMemberLoanAccounts> memberLoanAccounts) -
addMemberLoanAccountsItem
public GetGroupsGroupIdAccountsResponse addMemberLoanAccountsItem(GetGroupsGroupIdAccountsMemberLoanAccounts memberLoanAccountsItem) -
getMemberLoanAccounts
Get memberLoanAccounts- Returns:
- memberLoanAccounts
-
setMemberLoanAccounts
public void setMemberLoanAccounts(Set<GetGroupsGroupIdAccountsMemberLoanAccounts> memberLoanAccounts) -
memberSavingsAccounts
public GetGroupsGroupIdAccountsResponse memberSavingsAccounts(Set<GetGroupsGroupIdAccountsMemberSavingsAccounts> memberSavingsAccounts) -
addMemberSavingsAccountsItem
public GetGroupsGroupIdAccountsResponse addMemberSavingsAccountsItem(GetGroupsGroupIdAccountsMemberSavingsAccounts memberSavingsAccountsItem) -
getMemberSavingsAccounts
Get memberSavingsAccounts- Returns:
- memberSavingsAccounts
-
setMemberSavingsAccounts
public void setMemberSavingsAccounts(Set<GetGroupsGroupIdAccountsMemberSavingsAccounts> memberSavingsAccounts) -
savingsAccounts
public GetGroupsGroupIdAccountsResponse savingsAccounts(Set<GetGroupsGroupIdAccountsSavingAccounts> savingsAccounts) -
addSavingsAccountsItem
public GetGroupsGroupIdAccountsResponse addSavingsAccountsItem(GetGroupsGroupIdAccountsSavingAccounts savingsAccountsItem) -
getSavingsAccounts
Get savingsAccounts- Returns:
- savingsAccounts
-
setSavingsAccounts
-
equals
-
hashCode
public int hashCode() -
toString
-