-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class UpdateBudget extends QueryRequestObject
-
-
Field Summary
Fields Modifier and Type Field Description private Stringnameprivate Stringdescriptionprivate List<Long>accountIds
-
Constructor Summary
Constructors Constructor Description UpdateBudget(String name, String description, List<Long> accountIds)
-
Method Summary
Modifier and Type Method Description LonggetValueHash()final Stringcomponent1()final Stringcomponent2()final List<Long>component3()final UpdateBudgetcopy(String name, String description, List<Long> accountIds)final StringgetName()final StringgetDescription()final List<Long>getAccountIds()final UnitsetName(String name)final UnitsetDescription(String description)final UnitsetAccountIds(List<Long> accountIds)-
Methods inherited from class com.meniga.sdk.interfaces.ValueHashable
equals, hashCode, toString -
Methods inherited from class com.meniga.sdk.webservices.budget.UpdateBudget
toQueryMap -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValueHash
Long getValueHash()
-
component1
final String component1()
-
component2
final String component2()
-
component3
final List<Long> component3()
-
getDescription
final String getDescription()
-
getAccountIds
final List<Long> getAccountIds()
-
setDescription
final Unit setDescription(String description)
-
setAccountIds
final Unit setAccountIds(List<Long> accountIds)
-
-
-
-