Class MetaValueList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<MetaValueList.MetaValueField>
-
- co.arago.hiro.client.model.vertex.MetaValueList
-
- All Implemented Interfaces:
JsonMessage,java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<MetaValueList.MetaValueField>,java.util.Collection<MetaValueList.MetaValueField>,java.util.List<MetaValueList.MetaValueField>,java.util.RandomAccess
public class MetaValueList extends java.util.ArrayList<MetaValueList.MetaValueField> implements JsonMessage
Implementation of a meta value from HIRO attributes in vertices.[ { "value": "value", "created": [epoch ms], "key": "key value" } ]- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetaValueList.MetaValueField
-
Constructor Summary
Constructors Constructor Description MetaValueList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MetaValueListcreate(java.lang.Object object)java.lang.StringcreateSingleValue()-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface co.arago.hiro.client.model.JsonMessage
toJsonString, toJsonStringNoNull, toPrettyJsonString, toPrettyJsonStringNoNull
-
-
-
-
Method Detail
-
create
public static MetaValueList create(java.lang.Object object)
-
createSingleValue
public java.lang.String createSingleValue()
-
-