public class JobUpdateHeaders extends Object
Constructor and Description |
---|
JobUpdateHeaders() |
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.
|
JobUpdateHeaders |
withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobUpdateHeaders |
withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
JobUpdateHeaders |
withETag(String eTag)
Set the eTag value.
|
JobUpdateHeaders |
withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobUpdateHeaders |
withRequestId(UUID requestId)
Set the requestId value.
|
public UUID clientRequestId()
public JobUpdateHeaders withClientRequestId(UUID clientRequestId)
clientRequestId
- the clientRequestId value to setpublic UUID requestId()
public JobUpdateHeaders withRequestId(UUID requestId)
requestId
- the requestId value to setpublic String eTag()
public JobUpdateHeaders withETag(String eTag)
eTag
- the eTag value to setpublic org.joda.time.DateTime lastModified()
public JobUpdateHeaders withLastModified(org.joda.time.DateTime lastModified)
lastModified
- the lastModified value to setpublic String dataServiceId()
public JobUpdateHeaders withDataServiceId(String dataServiceId)
dataServiceId
- the dataServiceId value to setCopyright © 2019. All rights reserved.