public class ExternalMailResult
extends java.lang.Object
Constructor and Description |
---|
ExternalMailResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1()
Custom field which may or may not be used depending on the service being called
|
java.lang.String |
getCustom2()
Custom field which may or may not be used depending on the service being called
|
java.lang.String |
getCustom3()
Custom field which may or may not be used depending on the service being called
|
java.lang.String |
getCustom4()
Custom field which may or may not be used depending on the service being called
|
java.lang.String |
getCustom5()
Custom field which may or may not be used depending on the service being called
|
java.lang.String |
getMessage()
Message to present to the customer in the event of an error
|
NameValueIf[] |
getRetData()
An array of return parameters which may or may not be used depending on the service being
called
|
boolean |
isError()
Set to true if an error is found
|
void |
setCustom1(java.lang.String custom1)
Custom field which may or may not be used depending on the service being called
|
void |
setCustom2(java.lang.String custom2)
Custom field which may or may not be used depending on the service being called
|
void |
setCustom3(java.lang.String custom3)
Custom field which may or may not be used depending on the service being called
|
void |
setCustom4(java.lang.String custom4)
Custom field which may or may not be used depending on the service being called
|
void |
setCustom5(java.lang.String custom5)
Custom field which may or may not be used depending on the service being called
|
void |
setError(boolean error)
Set to true if an error is found
|
void |
setMessage(java.lang.String message)
Message to present to the customer in the event of an error
|
void |
setRetData(NameValueIf[] retData)
An array of return parameters which may or may not be used depending on the service being
called
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message to setpublic NameValueIf[] getRetData()
public void setRetData(NameValueIf[] retData)
retData
- the retData to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setpublic java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setpublic boolean isError()
public void setError(boolean error)
error
- the error to setCopyright © 2018 DS Data Systems UK Ltd.