public final class ServiceGetStatisticsHeaders extends Object
Type | Property and Description |
---|---|
OffsetDateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
ServiceGetStatisticsHeaders() |
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
dateProperty()
Get the dateProperty value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
ServiceGetStatisticsHeaders |
withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
ServiceGetStatisticsHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ServiceGetStatisticsHeaders |
withVersion(String version)
Set the version value.
|
public OffsetDateTime dateProperty
public String requestId()
public ServiceGetStatisticsHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public ServiceGetStatisticsHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime dateProperty()
public ServiceGetStatisticsHeaders withDateProperty(OffsetDateTime dateProperty)
dateProperty
- the dateProperty value to set.Copyright © 2018. All rights reserved.