public final class CertificateEmailInner extends ProxyOnlyResource
| Constructor and Description |
|---|
CertificateEmailInner() |
| 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.
|
CertificateEmailInner |
withEmailId(String emailId)
Set the emailId property: Email id.
|
CertificateEmailInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
CertificateEmailInner |
withTimestamp(OffsetDateTime timestamp)
Set the timestamp property: Time stamp.
|
kindpublic CertificateEmailInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String emailId()
public CertificateEmailInner withEmailId(String emailId)
emailId - the emailId value to set.public OffsetDateTime timestamp()
public CertificateEmailInner withTimestamp(OffsetDateTime timestamp)
timestamp - the timestamp value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.