-
- 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 LonggetValueHash()final Stringcomponent1()final Stringcomponent2()final SaveMetaDatacopy(String name, String value)final StringgetName()final StringgetValue()final UnitsetName(@JvmField() String name)final UnitsetValue(@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)
-
-
-
-