public class ReplyAddress
extends java.lang.Object
MaileonMailingsService.getReplyToAddress(long)
Constructor and Description |
---|
ReplyAddress(java.lang.String s)
Parse an xml string to get the filed values.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomEmail() |
boolean |
isActive() |
boolean |
isAuto() |
void |
setActive(boolean active) |
void |
setAuto(boolean auto) |
void |
setCustomEmail(java.lang.String customEmail) |
java.lang.String |
toString() |
public ReplyAddress(java.lang.String s)
s
- public boolean isAuto()
public void setAuto(boolean auto)
auto
- the auto to setpublic boolean isActive()
public void setActive(boolean active)
active
- the active to setpublic java.lang.String getCustomEmail()
public void setCustomEmail(java.lang.String customEmail)
customEmail
- the customEmail to setpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018. All Rights Reserved.