public class OrgEmailSettings extends Resource
<complexType name="OrgEmailSettings">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}ResourceType">
<sequence>
<element name="IsDefaultSmtpServer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsDefaultOrgEmail" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="FromEmailAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DefaultSubjectPrefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IsAlertEmailToAllAdmins" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AlertEmailTo" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="SmtpServerSettings" type="{http://www.vmware.com/vcloud/v1.5}SmtpServerSettingsType" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OrgEmailSettings.Builder<B extends OrgEmailSettings.Builder<B>> |
| Modifier and Type | Method and Description |
|---|---|
static OrgEmailSettings.Builder<?> |
builder() |
boolean |
equals(Object o) |
List<String> |
getAlertEmailTo()
Gets the value of the alertEmailTo property.
|
String |
getDefaultSubjectPrefix()
Gets the value of the defaultSubjectPrefix property.
|
String |
getFromEmailAddress()
Gets the value of the fromEmailAddress property.
|
SmtpServerSettings |
getSmtpServerSettings()
Gets the value of the smtpServerSettings property.
|
int |
hashCode() |
boolean |
isAlertEmailToAllAdmins()
Gets the value of the isAlertEmailToAllAdmins property.
|
boolean |
isDefaultOrgEmail()
Gets the value of the isDefaultOrgEmail property.
|
boolean |
isDefaultSmtpServer()
Gets the value of the isDefaultSmtpServer property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
OrgEmailSettings.Builder<?> |
toBuilder() |
public static OrgEmailSettings.Builder<?> builder()
public OrgEmailSettings.Builder<?> toBuilder()
public boolean isDefaultSmtpServer()
public boolean isDefaultOrgEmail()
public String getFromEmailAddress()
Stringpublic String getDefaultSubjectPrefix()
Stringpublic boolean isAlertEmailToAllAdmins()
public List<String> getAlertEmailTo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the alertEmailTo property.
For example, to add a new item, do as follows:
getAlertEmailTo().add(newItem);
Objects of the following type(s) are allowed in the list
String
public SmtpServerSettings getSmtpServerSettings()
SmtpServerSettingsCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.