public final class ContainerGetAccountInfoHeaders extends Object
Constructor and Description |
---|
ContainerGetAccountInfoHeaders() |
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.
|
ContainerGetAccountInfoHeaders |
withAccountKind(AccountKind accountKind)
Set the accountKind value.
|
ContainerGetAccountInfoHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
ContainerGetAccountInfoHeaders |
withRequestId(String requestId)
Set the requestId value.
|
ContainerGetAccountInfoHeaders |
withSkuName(SkuName skuName)
Set the skuName value.
|
ContainerGetAccountInfoHeaders |
withVersion(String version)
Set the version value.
|
public String requestId()
public ContainerGetAccountInfoHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public ContainerGetAccountInfoHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime date()
public ContainerGetAccountInfoHeaders withDate(OffsetDateTime date)
date
- the date value to set.public SkuName skuName()
public ContainerGetAccountInfoHeaders withSkuName(SkuName skuName)
skuName
- the skuName value to set.public AccountKind accountKind()
public ContainerGetAccountInfoHeaders withAccountKind(AccountKind accountKind)
accountKind
- the accountKind value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.