-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class GetBudgets extends QueryRequestObject
-
-
Field Summary
Fields Modifier and Type Field Description private List<Long>
ids
private List<Long>
accountIds
private BudgetType
type
-
Constructor Summary
Constructors Constructor Description GetBudgets(List<Long> ids, List<Long> accountIds, BudgetType type)
-
Method Summary
Modifier and Type Method Description Long
getValueHash()
Map<String, String>
toQueryMap()
final List<Long>
component1()
final List<Long>
component2()
final BudgetType
component3()
final GetBudgets
copy(List<Long> ids, List<Long> accountIds, BudgetType type)
final List<Long>
getIds()
final List<Long>
getAccountIds()
final BudgetType
getType()
final Unit
setIds(List<Long> ids)
final Unit
setAccountIds(List<Long> accountIds)
final Unit
setType(BudgetType type)
-
-
Constructor Detail
-
GetBudgets
GetBudgets(List<Long> ids, List<Long> accountIds, BudgetType type)
-
-
Method Detail
-
getValueHash
Long getValueHash()
-
toQueryMap
Map<String, String> toQueryMap()
-
component1
final List<Long> component1()
-
component2
final List<Long> component2()
-
component3
final BudgetType component3()
-
copy
final GetBudgets copy(List<Long> ids, List<Long> accountIds, BudgetType type)
-
getAccountIds
final List<Long> getAccountIds()
-
getType
final BudgetType getType()
-
setAccountIds
final Unit setAccountIds(List<Long> accountIds)
-
setType
final Unit setType(BudgetType type)
-
-
-
-