public class FileGetFromComputeNodeOptions extends Object
Constructor and Description |
---|
FileGetFromComputeNodeOptions() |
Modifier and Type | Method and Description |
---|---|
UUID |
clientRequestId()
Get the clientRequestId value.
|
org.joda.time.DateTime |
ifModifiedSince()
Get the ifModifiedSince value.
|
org.joda.time.DateTime |
ifUnmodifiedSince()
Get the ifUnmodifiedSince value.
|
org.joda.time.DateTime |
ocpDate()
Get the ocpDate value.
|
String |
ocpRange()
Get the ocpRange value.
|
Boolean |
returnClientRequestId()
Get the returnClientRequestId value.
|
Integer |
timeout()
Get the timeout value.
|
FileGetFromComputeNodeOptions |
withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileGetFromComputeNodeOptions |
withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
FileGetFromComputeNodeOptions |
withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
FileGetFromComputeNodeOptions |
withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
FileGetFromComputeNodeOptions |
withOcpRange(String ocpRange)
Set the ocpRange value.
|
FileGetFromComputeNodeOptions |
withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
FileGetFromComputeNodeOptions |
withTimeout(Integer timeout)
Set the timeout value.
|
public Integer timeout()
public FileGetFromComputeNodeOptions withTimeout(Integer timeout)
timeout
- the timeout value to setpublic UUID clientRequestId()
public FileGetFromComputeNodeOptions withClientRequestId(UUID clientRequestId)
clientRequestId
- the clientRequestId value to setpublic Boolean returnClientRequestId()
public FileGetFromComputeNodeOptions withReturnClientRequestId(Boolean returnClientRequestId)
returnClientRequestId
- the returnClientRequestId value to setpublic org.joda.time.DateTime ocpDate()
public FileGetFromComputeNodeOptions withOcpDate(org.joda.time.DateTime ocpDate)
ocpDate
- the ocpDate value to setpublic String ocpRange()
public FileGetFromComputeNodeOptions withOcpRange(String ocpRange)
ocpRange
- the ocpRange value to setpublic org.joda.time.DateTime ifModifiedSince()
public FileGetFromComputeNodeOptions withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
ifModifiedSince
- the ifModifiedSince value to setpublic org.joda.time.DateTime ifUnmodifiedSince()
public FileGetFromComputeNodeOptions withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
ifUnmodifiedSince
- the ifUnmodifiedSince value to setCopyright © 2019. All rights reserved.