public class JobEnableHeaders extends Object
Constructor and Description |
---|
JobEnableHeaders() |
Modifier and Type | Method and Description |
---|---|
UUID |
clientRequestId()
Get the clientRequestId value.
|
String |
dataServiceId()
Get the dataServiceId value.
|
String |
eTag()
Get the eTag value.
|
org.joda.time.DateTime |
lastModified()
Get the lastModified value.
|
UUID |
requestId()
Get the requestId value.
|
JobEnableHeaders |
withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobEnableHeaders |
withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
JobEnableHeaders |
withETag(String eTag)
Set the eTag value.
|
JobEnableHeaders |
withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobEnableHeaders |
withRequestId(UUID requestId)
Set the requestId value.
|
public UUID clientRequestId()
public JobEnableHeaders withClientRequestId(UUID clientRequestId)
clientRequestId
- the clientRequestId value to setpublic UUID requestId()
public JobEnableHeaders withRequestId(UUID requestId)
requestId
- the requestId value to setpublic String eTag()
public JobEnableHeaders withETag(String eTag)
eTag
- the eTag value to setpublic org.joda.time.DateTime lastModified()
public JobEnableHeaders withLastModified(org.joda.time.DateTime lastModified)
lastModified
- the lastModified value to setpublic String dataServiceId()
public JobEnableHeaders withDataServiceId(String dataServiceId)
dataServiceId
- the dataServiceId value to setCopyright © 2019. All rights reserved.