public class End2endMailConfig extends Object implements Serializable
Constructor and Description |
---|
End2endMailConfig()
Instantiates a new end2end mail configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the value of field 'name'.
|
String |
getReadmailConfigName()
Returns the value of field 'readmailConfigName'.
|
String |
getSendmailConfigName()
Returns the value of field 'sendmailConfigName'.
|
int |
hashCode() |
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setReadmailConfigName(String readmailConfigName)
Sets the value of field 'readmailConfigName'.
|
void |
setSendmailConfigName(String sendmailConfigName)
Sets the value of field 'sendmailConfigName'.
|
public End2endMailConfig()
public String getName()
public String getReadmailConfigName()
public String getSendmailConfigName()
public void setName(String name)
name
- the value of field 'name'.public void setReadmailConfigName(String readmailConfigName)
readmailConfigName
- the value of field 'readmailConfigName'.public void setSendmailConfigName(String sendmailConfigName)
sendmailConfigName
- the value of field 'sendmailConfigName'.Copyright © 2017. All rights reserved.