public final class ServiceGetStatisticsHeaders extends Object
| Constructor and Description |
|---|
ServiceGetStatisticsHeaders() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
date()
Get the date value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
ServiceGetStatisticsHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
ServiceGetStatisticsHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ServiceGetStatisticsHeaders |
withVersion(String version)
Set the version value.
|
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 date()
public ServiceGetStatisticsHeaders withDate(OffsetDateTime date)
date - the date value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.