Class MetaValueList.MetaValueField
- java.lang.Object
-
- co.arago.hiro.client.model.HiroJsonMap
-
- co.arago.hiro.client.model.vertex.MetaValueList.MetaValueField
-
- All Implemented Interfaces:
JsonMessage,ToMap,java.io.Serializable
- Enclosing class:
- MetaValueList
public static class MetaValueList.MetaValueField extends HiroJsonMap
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Longcreatedjava.lang.Stringkeyjava.lang.Stringvalue-
Fields inherited from class co.arago.hiro.client.model.HiroJsonMap
fieldsMap
-
-
Constructor Summary
Constructors Constructor Description MetaValueField(java.lang.String value)MetaValueField(java.lang.String value, java.lang.Long created, java.lang.String key)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MetaValueList.MetaValueFieldcreate(java.lang.Object object)-
Methods inherited from class co.arago.hiro.client.model.HiroJsonMap
addFields, getField, getMap, getUnmappedField, setField, setFields, toMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface co.arago.hiro.client.model.JsonMessage
toJsonString, toJsonStringNoNull, toPrettyJsonString, toPrettyJsonStringNoNull
-
-
-
-
Method Detail
-
create
public static MetaValueList.MetaValueField create(java.lang.Object object)
-
-