com.shephertz.app42.paas.sdk.jme.email
Class Email.Configuration

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.email.Email.Configuration
Enclosing class:
Email

public class Email.Configuration
extends java.lang.Object

An inner class that contains the remaining properties of the Cart.


Field Summary
 java.lang.String emailId
           
 java.lang.String host
           
 java.lang.Integer port
           
 boolean ssl
           
 
Constructor Summary
Email.Configuration()
          This is a constructor that takes no parameter
 
Method Summary
 java.lang.String getEmailId()
          Returns the emailId of the User.
 java.lang.String getHost()
          Returns the host of the Email.
 java.lang.Integer getPort()
          Returns the port of the Email.
 boolean getSsl()
          Returns the ssl of the Email.
 void setEmailId(java.lang.String emailId)
          Sets the emailId of the User.
 void setHost(java.lang.String host)
          Sets the host of the Email.
 void setPort(java.lang.Integer port)
          Sets the port of the Email.
 void setSsl(boolean ssl)
          Sets the ssl of the Email.
 java.lang.String toString()
          Returns the Cart Response in JSON format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

emailId

public java.lang.String emailId

host

public java.lang.String host

port

public java.lang.Integer port

ssl

public boolean ssl
Constructor Detail

Email.Configuration

public Email.Configuration()
This is a constructor that takes no parameter

Method Detail

getEmailId

public java.lang.String getEmailId()
Returns the emailId of the User.

Returns:
the emailId.

getHost

public java.lang.String getHost()
Returns the host of the Email.

Returns:
the host of the Email.

getPort

public java.lang.Integer getPort()
Returns the port of the Email.

Returns:
the port of the Email.

getSsl

public boolean getSsl()
Returns the ssl of the Email.

Returns:
the ssl of the Email.

setEmailId

public void setEmailId(java.lang.String emailId)
Sets the emailId of the User.

Parameters:
emailId - - emailId of the User

setHost

public void setHost(java.lang.String host)
Sets the host of the Email.

Parameters:
host - - host of the Email.

setPort

public void setPort(java.lang.Integer port)
Sets the port of the Email.

Parameters:
port - - port of the Email.

setSsl

public void setSsl(boolean ssl)
Sets the ssl of the Email.

Parameters:
ssl - - ssl of the Email.

toString

public java.lang.String toString()
Returns the Cart Response in JSON format.

Overrides:
toString in class java.lang.Object
Returns:
the response in JSON format.