Class ObjectStoreListingItem

java.lang.Object
com.here.platform.data.client.model.ObjectStoreListingItem
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class ObjectStoreListingItem extends Object implements scala.Product, Serializable
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 Details

    • ObjectStoreListingItem

      public ObjectStoreListingItem(String name, String 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

      public static String toString()
    • name

      public String name()
    • keyType

      public String keyType()
    • lastModified

      public scala.Option<ZonedDateTime> lastModified()
    • size

      public scala.Option<Object> size()
    • getName

      public String getName()
    • getKeyType

      public String getKeyType()
    • getLastModified

      public Optional<ZonedDateTime> getLastModified()
    • getSize

      public OptionalLong getSize()