@InterfaceStability.Evolving public class ListResultEntrySchema extends Object
| Constructor and Description |
|---|
ListResultEntrySchema() |
| Modifier and Type | Method and Description |
|---|---|
Long |
contentLength()
Get the contentLength value.
|
String |
eTag()
Get the etag value.
|
String |
group()
Get the group value.
|
Boolean |
isDirectory()
Get the isDirectory value.
|
String |
lastModified()
Get the lastModified value.
|
String |
name()
Get the name value.
|
String |
owner()
Get the owner value.
|
String |
permissions()
Get the permissions value.
|
ListResultEntrySchema |
withContentLength(Long contentLength)
Set the contentLength value.
|
ListResultEntrySchema |
withETag(String eTag)
Set the eTag value.
|
ListResultEntrySchema |
withGroup(String group)
Set the group value.
|
ListResultEntrySchema |
withIsDirectory(Boolean isDirectory)
Set the isDirectory value.
|
ListResultEntrySchema |
withLastModified(String lastModified)
Set the lastModified value.
|
ListResultEntrySchema |
withName(String name)
Set the name value.
|
ListResultEntrySchema |
withOwner(String owner)
Set the owner value.
|
ListResultEntrySchema |
withPermissions(String permissions)
Set the permissions value.
|
public String name()
public ListResultEntrySchema withName(String name)
name - the name value to setpublic Boolean isDirectory()
public ListResultEntrySchema withIsDirectory(Boolean isDirectory)
isDirectory - the isDirectory value to setpublic String lastModified()
public ListResultEntrySchema withLastModified(String lastModified)
lastModified - the lastModified value to setpublic String eTag()
public ListResultEntrySchema withETag(String eTag)
eTag - the eTag value to setpublic Long contentLength()
public ListResultEntrySchema withContentLength(Long contentLength)
contentLength - the contentLength value to setpublic String owner()
public ListResultEntrySchema withOwner(String owner)
owner - the owner value to setpublic String group()
public ListResultEntrySchema withGroup(String group)
group - the group value to setpublic String permissions()
public ListResultEntrySchema withPermissions(String permissions)
permissions - the permissions value to setCopyright © 2008–2020 Apache Software Foundation. All rights reserved.