-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class SaveMetaData extends QueryRequestObject
Copyright 2018 Meniga Iceland Inc. Created by agustk on 25.4.2018.
-
-
Constructor Summary
Constructors Constructor Description SaveMetaData(String name, String value)
-
Method Summary
Modifier and Type Method Description Long
getValueHash()
final String
component1()
final String
component2()
final SaveMetaData
copy(String name, String value)
final String
getName()
final String
getValue()
final Unit
setName(@JvmField() String name)
final Unit
setValue(@JvmField() String value)
-
Methods inherited from class com.meniga.sdk.interfaces.ValueHashable
equals, hashCode, toString
-
Methods inherited from class com.meniga.sdk.webservices.requests.SaveMetaData
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 SaveMetaData copy(String name, String value)
-
-
-
-