com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Item() |
Item(String objectName,
boolean isDir)
Constructs a new Item object with given object name and IsDir flag.
|
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Returns ETag of the object.
|
boolean |
isDir()
Returns whether the object is a directory or not.
|
Date |
lastModified()
Returns last modified time of the object.
|
String |
objectName()
Returns object name.
|
long |
objectSize()
Returns object size.
|
Owner |
owner()
Returns owner object of given the object.
|
String |
storageClass()
Returns storage class of the object.
|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Item()
throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserExceptionpublic Item(String objectName, boolean isDir) throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserExceptionpublic String objectName()
public Date lastModified()
public String etag()
public long objectSize()
public String storageClass()
public Owner owner()
public boolean isDir()