-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class UpdateAccountMetadata extends QueryRequestObject
-
-
Constructor Summary
Constructors Constructor Description UpdateAccountMetadata(String name, String value)
-
Method Summary
Modifier and Type Method Description LonggetValueHash()final Stringcomponent1()final Stringcomponent2()final UpdateAccountMetadatacopy(String name, String value)final StringgetName()final StringgetValue()final UnitsetName(String name)final UnitsetValue(String value)-
Methods inherited from class com.meniga.sdk.interfaces.ValueHashable
equals, hashCode, toString -
Methods inherited from class com.meniga.sdk.webservices.account.UpdateAccountMetadata
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()
-
copy
final UpdateAccountMetadata copy(String name, String value)
-
-
-
-