public final class KeyCreationTime extends Object
| Constructor and Description |
|---|
KeyCreationTime() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
key1()
Get the key1 property: The key1 property.
|
OffsetDateTime |
key2()
Get the key2 property: The key2 property.
|
void |
validate()
Validates the instance.
|
KeyCreationTime |
withKey1(OffsetDateTime key1)
Set the key1 property: The key1 property.
|
KeyCreationTime |
withKey2(OffsetDateTime key2)
Set the key2 property: The key2 property.
|
public OffsetDateTime key1()
public KeyCreationTime withKey1(OffsetDateTime key1)
key1 - the key1 value to set.public OffsetDateTime key2()
public KeyCreationTime withKey2(OffsetDateTime key2)
key2 - the key2 value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.