|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.email.Email.Configuration
public class Email.Configuration
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 |
---|
public java.lang.String emailId
public java.lang.String host
public java.lang.Integer port
public boolean ssl
Constructor Detail |
---|
public Email.Configuration()
Method Detail |
---|
public java.lang.String getEmailId()
public java.lang.String getHost()
public java.lang.Integer getPort()
public boolean getSsl()
public void setEmailId(java.lang.String emailId)
emailId
- - emailId of the Userpublic void setHost(java.lang.String host)
host
- - host of the Email.public void setPort(java.lang.Integer port)
port
- - port of the Email.public void setSsl(boolean ssl)
ssl
- - ssl of the Email.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |