com.google.appengine.tools.cloudstorage
Class ListItem
- java.lang.Object
-
- com.google.appengine.tools.cloudstorage.ListItem
-
- All Implemented Interfaces:
- Serializable
public final class ListItem extends Object implements Serializable
Contains information of an individual listing item. If listing was non-recursive, GCS objects that match the prefix,ListOptions.Builder.setPrefix(String)
, and has a separator after the prefix would be considered a directory and will only have the directory name set (length would be zero).- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
ListItem.Builder
ListItem builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(Object obj)
String
getEtag()
Date
getLastModified()
long
getLength()
String
getName()
int
hashCode()
boolean
isDirectory()
String
toString()
-
Copyright © 2016 Google. All rights reserved.