public class SmtpServerSettings extends Object
<complexType name="SmtpServerSettings">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
<sequence>
<element name="IsUseAuthentication" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Host" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SmtpServerSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
host |
protected String |
password |
protected boolean |
useAuthentication |
protected String |
username |
| Constructor and Description |
|---|
SmtpServerSettings(boolean useAuthentication,
String host,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
static SmtpServerSettings.Builder |
builder() |
boolean |
equals(Object o) |
String |
getHost()
Gets the value of the host property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getUsername()
Gets the value of the username property.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
SmtpServerSettings.Builder |
toBuilder() |
String |
toString() |
boolean |
useAuthentication()
Gets the value of the isUseAuthentication property.
|
protected boolean useAuthentication
protected String host
protected String username
protected String password
public static SmtpServerSettings.Builder builder()
public SmtpServerSettings.Builder toBuilder()
public boolean useAuthentication()
public String getHost()
Stringpublic String getUsername()
Stringpublic String getPassword()
Stringpublic com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.