Class GetSavingsProductsAccountingMappingOptions
java.lang.Object
org.apache.fineract.client.models.GetSavingsProductsAccountingMappingOptions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class GetSavingsProductsAccountingMappingOptions
extends Object
GetSavingsProductsAccountingMappingOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAssetAccountOptionsItem(GetSavingsProductsAssetAccountOptions assetAccountOptionsItem) addExpenseAccountOptionsItem(GetSavingsProductsExpenseAccountOptions expenseAccountOptionsItem) addIncomeAccountOptionsItem(GetSavingsProductsIncomeAccountOptions incomeAccountOptionsItem) addLiabilityAccountOptionsItem(GetSavingsProductsLiabilityAccountOptions liabilityAccountOptionsItem) assetAccountOptions(Set<GetSavingsProductsAssetAccountOptions> assetAccountOptions) booleanexpenseAccountOptions(Set<GetSavingsProductsExpenseAccountOptions> expenseAccountOptions) Get assetAccountOptionsGet expenseAccountOptionsGet incomeAccountOptionsGet liabilityAccountOptionsinthashCode()incomeAccountOptions(Set<GetSavingsProductsIncomeAccountOptions> incomeAccountOptions) liabilityAccountOptions(Set<GetSavingsProductsLiabilityAccountOptions> liabilityAccountOptions) voidsetAssetAccountOptions(Set<GetSavingsProductsAssetAccountOptions> assetAccountOptions) voidsetExpenseAccountOptions(Set<GetSavingsProductsExpenseAccountOptions> expenseAccountOptions) voidsetIncomeAccountOptions(Set<GetSavingsProductsIncomeAccountOptions> incomeAccountOptions) voidsetLiabilityAccountOptions(Set<GetSavingsProductsLiabilityAccountOptions> liabilityAccountOptions) toString()
-
Field Details
-
SERIALIZED_NAME_ASSET_ACCOUNT_OPTIONS
- See Also:
-
SERIALIZED_NAME_EXPENSE_ACCOUNT_OPTIONS
- See Also:
-
SERIALIZED_NAME_INCOME_ACCOUNT_OPTIONS
- See Also:
-
SERIALIZED_NAME_LIABILITY_ACCOUNT_OPTIONS
- See Also:
-
-
Constructor Details
-
GetSavingsProductsAccountingMappingOptions
public GetSavingsProductsAccountingMappingOptions()
-
-
Method Details
-
assetAccountOptions
public GetSavingsProductsAccountingMappingOptions assetAccountOptions(Set<GetSavingsProductsAssetAccountOptions> assetAccountOptions) -
addAssetAccountOptionsItem
public GetSavingsProductsAccountingMappingOptions addAssetAccountOptionsItem(GetSavingsProductsAssetAccountOptions assetAccountOptionsItem) -
getAssetAccountOptions
Get assetAccountOptions- Returns:
- assetAccountOptions
-
setAssetAccountOptions
-
expenseAccountOptions
public GetSavingsProductsAccountingMappingOptions expenseAccountOptions(Set<GetSavingsProductsExpenseAccountOptions> expenseAccountOptions) -
addExpenseAccountOptionsItem
public GetSavingsProductsAccountingMappingOptions addExpenseAccountOptionsItem(GetSavingsProductsExpenseAccountOptions expenseAccountOptionsItem) -
getExpenseAccountOptions
Get expenseAccountOptions- Returns:
- expenseAccountOptions
-
setExpenseAccountOptions
public void setExpenseAccountOptions(Set<GetSavingsProductsExpenseAccountOptions> expenseAccountOptions) -
incomeAccountOptions
public GetSavingsProductsAccountingMappingOptions incomeAccountOptions(Set<GetSavingsProductsIncomeAccountOptions> incomeAccountOptions) -
addIncomeAccountOptionsItem
public GetSavingsProductsAccountingMappingOptions addIncomeAccountOptionsItem(GetSavingsProductsIncomeAccountOptions incomeAccountOptionsItem) -
getIncomeAccountOptions
Get incomeAccountOptions- Returns:
- incomeAccountOptions
-
setIncomeAccountOptions
public void setIncomeAccountOptions(Set<GetSavingsProductsIncomeAccountOptions> incomeAccountOptions) -
liabilityAccountOptions
public GetSavingsProductsAccountingMappingOptions liabilityAccountOptions(Set<GetSavingsProductsLiabilityAccountOptions> liabilityAccountOptions) -
addLiabilityAccountOptionsItem
public GetSavingsProductsAccountingMappingOptions addLiabilityAccountOptionsItem(GetSavingsProductsLiabilityAccountOptions liabilityAccountOptionsItem) -
getLiabilityAccountOptions
Get liabilityAccountOptions- Returns:
- liabilityAccountOptions
-
setLiabilityAccountOptions
public void setLiabilityAccountOptions(Set<GetSavingsProductsLiabilityAccountOptions> liabilityAccountOptions) -
equals
-
hashCode
public int hashCode() -
toString
-