-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class UpdateBudget extends QueryRequestObject
-
-
Field Summary
Fields Modifier and Type Field Description private String
name
private String
description
private List<Long>
accountIds
-
Constructor Summary
Constructors Constructor Description UpdateBudget(String name, String description, List<Long> accountIds)
-
Method Summary
Modifier and Type Method Description Long
getValueHash()
final String
component1()
final String
component2()
final List<Long>
component3()
final UpdateBudget
copy(String name, String description, List<Long> accountIds)
final String
getName()
final String
getDescription()
final List<Long>
getAccountIds()
final Unit
setName(String name)
final Unit
setDescription(String description)
final Unit
setAccountIds(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)
-
-
-
-