-
- 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 Long
getValueHash()
final String
component1()
final String
component2()
final UpdateAccountMetadata
copy(String name, String value)
final String
getName()
final String
getValue()
final Unit
setName(String name)
final Unit
setValue(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)
-
-
-
-