public final class CertificateContact extends Object
| Constructor and Description |
|---|
CertificateContact() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Get the email address.
|
String |
getName()
Get the name.
|
String |
getPhone()
Get the phone info.
|
CertificateContact |
setEmail(String email)
Set the email of the contact.
|
CertificateContact |
setName(String name)
Set the name of the contact.
|
CertificateContact |
setPhone(String phone)
Set the phone of the contact.
|
public String getEmail()
public String getName()
public String getPhone()
public CertificateContact setEmail(String email)
email - the email of the contact to setpublic CertificateContact setName(String name)
name - the name of the contact to setpublic CertificateContact setPhone(String phone)
phone - the phone of the contact to setCopyright © 2021 Microsoft Corporation. All rights reserved.