public final class CertificateEmailProperties extends Object
| Constructor and Description |
|---|
CertificateEmailProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
emailId()
Get the emailId property: Email id.
|
OffsetDateTime |
timestamp()
Get the timestamp property: Time stamp.
|
void |
validate()
Validates the instance.
|
CertificateEmailProperties |
withEmailId(String emailId)
Set the emailId property: Email id.
|
CertificateEmailProperties |
withTimestamp(OffsetDateTime timestamp)
Set the timestamp property: Time stamp.
|
public String emailId()
public CertificateEmailProperties withEmailId(String emailId)
emailId - the emailId value to set.public OffsetDateTime timestamp()
public CertificateEmailProperties withTimestamp(OffsetDateTime timestamp)
timestamp - the timestamp value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.