FileGetPropertiesFromComputeNodeHeaders Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.FileGetPropertiesFromComputeNodeHeaders

public class FileGetPropertiesFromComputeNodeHeaders

Defines headers for GetPropertiesFromComputeNode operation.

Constructor Summary

Constructor Description
FileGetPropertiesFromComputeNodeHeaders()

Method Summary

Modifier and Type Method and Description
UUID clientRequestId()

Get the client-request-id provided by the client during the request.

Long contentLength()

Get the length of the file.

String contentType()

Get the content type of the file.

String eTag()

Get the ETag HTTP response header.

org.joda.time.DateTime lastModified()

Get the time at which the resource was last modified.

Boolean ocpBatchFileIsdirectory()

Get whether the object represents a directory.

String ocpBatchFileMode()

Get the file mode attribute in octal format.

String ocpBatchFileUrl()

Get the URL of the file.

org.joda.time.DateTime ocpCreationTime()

Get the file creation time.

UUID requestId()

Get a unique identifier for the request that was made to the Batch service.

FileGetPropertiesFromComputeNodeHeaders withClientRequestId(UUID clientRequestId)

Set the client-request-id provided by the client during the request.

FileGetPropertiesFromComputeNodeHeaders withContentLength(Long contentLength)

Set the length of the file.

FileGetPropertiesFromComputeNodeHeaders withContentType(String contentType)

Set the content type of the file.

FileGetPropertiesFromComputeNodeHeaders withETag(String eTag)

Set the ETag HTTP response header.

FileGetPropertiesFromComputeNodeHeaders withLastModified(DateTime lastModified)

Set the time at which the resource was last modified.

FileGetPropertiesFromComputeNodeHeaders withOcpBatchFileIsdirectory(Boolean ocpBatchFileIsdirectory)

Set whether the object represents a directory.

FileGetPropertiesFromComputeNodeHeaders withOcpBatchFileMode(String ocpBatchFileMode)

Set the file mode attribute in octal format.

FileGetPropertiesFromComputeNodeHeaders withOcpBatchFileUrl(String ocpBatchFileUrl)

Set the URL of the file.

FileGetPropertiesFromComputeNodeHeaders withOcpCreationTime(DateTime ocpCreationTime)

Set the file creation time.

FileGetPropertiesFromComputeNodeHeaders withRequestId(UUID requestId)

Set a unique identifier for the request that was made to the Batch service.

Methods inherited from java.lang.Object

Constructor Details

FileGetPropertiesFromComputeNodeHeaders

public FileGetPropertiesFromComputeNodeHeaders()

Method Details

clientRequestId

public UUID clientRequestId()

Get the client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true.

Returns:

the clientRequestId value

contentLength

public Long contentLength()

Get the length of the file.

Returns:

the contentLength value

contentType

public String contentType()

Get the content type of the file.

Returns:

the contentType value

eTag

public String eTag()

Get the ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers.

Returns:

the eTag value

lastModified

public DateTime lastModified()

Get the time at which the resource was last modified.

Returns:

the lastModified value

ocpBatchFileIsdirectory

public Boolean ocpBatchFileIsdirectory()

Get whether the object represents a directory.

Returns:

the ocpBatchFileIsdirectory value

ocpBatchFileMode

public String ocpBatchFileMode()

Get the file mode attribute in octal format.

Returns:

the ocpBatchFileMode value

ocpBatchFileUrl

public String ocpBatchFileUrl()

Get the URL of the file.

Returns:

the ocpBatchFileUrl value

ocpCreationTime

public DateTime ocpCreationTime()

Get the file creation time.

Returns:

the ocpCreationTime value

requestId

public UUID requestId()

Get a unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in.

Returns:

the requestId value

withClientRequestId

public FileGetPropertiesFromComputeNodeHeaders withClientRequestId(UUID clientRequestId)

Set the client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true.

Parameters:

clientRequestId - the clientRequestId value to set

Returns:

the FileGetPropertiesFromComputeNodeHeaders object itself.

withContentLength

public FileGetPropertiesFromComputeNodeHeaders withContentLength(Long contentLength)

Set the length of the file.

Parameters:

contentLength - the contentLength value to set

Returns:

the FileGetPropertiesFromComputeNodeHeaders object itself.

withContentType

public FileGetPropertiesFromComputeNodeHeaders withContentType(String contentType)

Set the content type of the file.

Parameters:

contentType - the contentType value to set

Returns:

the FileGetPropertiesFromComputeNodeHeaders object itself.

withETag

public FileGetPropertiesFromComputeNodeHeaders withETag(String eTag)

Set the ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers.

Parameters:

eTag - the eTag value to set

Returns:

the FileGetPropertiesFromComputeNodeHeaders object itself.

withLastModified

public FileGetPropertiesFromComputeNodeHeaders withLastModified(DateTime lastModified)

Set the time at which the resource was last modified.

Parameters:

lastModified - the lastModified value to set

Returns:

the FileGetPropertiesFromComputeNodeHeaders object itself.

withOcpBatchFileIsdirectory

public FileGetPropertiesFromComputeNodeHeaders withOcpBatchFileIsdirectory(Boolean ocpBatchFileIsdirectory)

Set whether the object represents a directory.

Parameters:

ocpBatchFileIsdirectory - the ocpBatchFileIsdirectory value to set

Returns:

the FileGetPropertiesFromComputeNodeHeaders object itself.

withOcpBatchFileMode

public FileGetPropertiesFromComputeNodeHeaders withOcpBatchFileMode(String ocpBatchFileMode)

Set the file mode attribute in octal format.

Parameters:

ocpBatchFileMode - the ocpBatchFileMode value to set

Returns:

the FileGetPropertiesFromComputeNodeHeaders object itself.

withOcpBatchFileUrl

public FileGetPropertiesFromComputeNodeHeaders withOcpBatchFileUrl(String ocpBatchFileUrl)

Set the URL of the file.

Parameters:

ocpBatchFileUrl - the ocpBatchFileUrl value to set

Returns:

the FileGetPropertiesFromComputeNodeHeaders object itself.

withOcpCreationTime

public FileGetPropertiesFromComputeNodeHeaders withOcpCreationTime(DateTime ocpCreationTime)

Set the file creation time.

Parameters:

ocpCreationTime - the ocpCreationTime value to set

Returns:

the FileGetPropertiesFromComputeNodeHeaders object itself.

withRequestId

public FileGetPropertiesFromComputeNodeHeaders withRequestId(UUID requestId)

Set a unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in.

Parameters:

requestId - the requestId value to set

Returns:

the FileGetPropertiesFromComputeNodeHeaders object itself.

Applies to