public final class ServiceGetAccountInfoHeaders extends Object
Constructor and Description |
---|
ServiceGetAccountInfoHeaders() |
Modifier and Type | Method and Description |
---|---|
AccountKind |
accountKind()
Get the accountKind value.
|
OffsetDateTime |
date()
Get the date value.
|
String |
requestId()
Get the requestId value.
|
SkuName |
skuName()
Get the skuName value.
|
String |
version()
Get the version value.
|
ServiceGetAccountInfoHeaders |
withAccountKind(AccountKind accountKind)
Set the accountKind value.
|
ServiceGetAccountInfoHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
ServiceGetAccountInfoHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ServiceGetAccountInfoHeaders |
withSkuName(SkuName skuName)
Set the skuName value.
|
ServiceGetAccountInfoHeaders |
withVersion(String version)
Set the version value.
|
public String requestId()
public ServiceGetAccountInfoHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public ServiceGetAccountInfoHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime date()
public ServiceGetAccountInfoHeaders withDate(OffsetDateTime date)
date
- the date value to set.public SkuName skuName()
public ServiceGetAccountInfoHeaders withSkuName(SkuName skuName)
skuName
- the skuName value to set.public AccountKind accountKind()
public ServiceGetAccountInfoHeaders withAccountKind(AccountKind accountKind)
accountKind
- the accountKind value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.