Class ObjectStoreListItem
java.lang.Object
com.here.platform.data.client.model.ObjectStoreListItem
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
param: name Name of the key.
param: keyType Type of the key. It can have two values: [object, commonPrefix]. Object represents complete single key while commonPrefix represents prefix of a key that is delimeted by /.
param: lastModified Indicates the time when the object was modified last.
param: size Size of the object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectStoreListItem(String name, ObjectStoreKeyType keyType, scala.Option<ZonedDateTime> lastModified, scala.Option<Object> size) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
ObjectStoreListItem
public ObjectStoreListItem(String name, ObjectStoreKeyType keyType, scala.Option<ZonedDateTime> lastModified, scala.Option<Object> size)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
name
-
keyType
-
lastModified
-
size
-
getName
-
getKeyType
-
getLastModified
-
getSize
-