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