@Evolving
public class ListResultEntrySchema
extends java.lang.Object
| Constructor | Description |
|---|---|
ListResultEntrySchema() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Long |
contentLength() |
Get the contentLength value.
|
java.lang.String |
eTag() |
Get the etag value.
|
java.lang.String |
getCustomerProvidedKeySha256() |
Get the customer-provided sha-256 key
|
java.lang.String |
getXMsEncryptionContext() |
Get the x-ms-encryption-context value.
|
java.lang.String |
group() |
Get the group value.
|
java.lang.Boolean |
isDirectory() |
Get the isDirectory value.
|
java.lang.String |
lastModified() |
Get the lastModified value.
|
java.lang.String |
name() |
Get the name value.
|
java.lang.String |
owner() |
Get the owner value.
|
java.lang.String |
permissions() |
Get the permissions value.
|
ListResultEntrySchema |
withContentLength(java.lang.Long contentLength) |
Set the contentLength value.
|
ListResultEntrySchema |
withETag(java.lang.String eTag) |
Set the eTag value.
|
ListResultEntrySchema |
withGroup(java.lang.String group) |
Set the group value.
|
ListResultEntrySchema |
withIsDirectory(java.lang.Boolean isDirectory) |
Set the isDirectory value.
|
ListResultEntrySchema |
withLastModified(java.lang.String lastModified) |
Set the lastModified value.
|
ListResultEntrySchema |
withName(java.lang.String name) |
Set the name value.
|
ListResultEntrySchema |
withOwner(java.lang.String owner) |
Set the owner value.
|
ListResultEntrySchema |
withPermissions(java.lang.String permissions) |
Set the permissions value.
|
public java.lang.String name()
public ListResultEntrySchema withName(java.lang.String name)
name - the name value to setpublic java.lang.Boolean isDirectory()
public ListResultEntrySchema withIsDirectory(java.lang.Boolean isDirectory)
isDirectory - the isDirectory value to setpublic java.lang.String lastModified()
public ListResultEntrySchema withLastModified(java.lang.String lastModified)
lastModified - the lastModified value to setpublic java.lang.String eTag()
public ListResultEntrySchema withETag(java.lang.String eTag)
eTag - the eTag value to setpublic java.lang.Long contentLength()
public ListResultEntrySchema withContentLength(java.lang.Long contentLength)
contentLength - the contentLength value to setpublic java.lang.String owner()
public ListResultEntrySchema withOwner(java.lang.String owner)
owner - the owner value to setpublic java.lang.String group()
public ListResultEntrySchema withGroup(java.lang.String group)
group - the group value to setpublic java.lang.String permissions()
public ListResultEntrySchema withPermissions(java.lang.String permissions)
permissions - the permissions value to setpublic java.lang.String getXMsEncryptionContext()
public java.lang.String getCustomerProvidedKeySha256()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.