public class SendEmailResult extends Object implements Serializable
Constructor and Description |
---|
SendEmailResult() |
SendEmailResult(SendEmailError[] errors,
boolean success) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
SendEmailError[] |
getErrors()
Gets the errors value for this SendEmailResult.
|
SendEmailError |
getErrors(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isSuccess()
Gets the success value for this SendEmailResult.
|
void |
setErrors(int i,
SendEmailError _value) |
void |
setErrors(SendEmailError[] errors)
Sets the errors value for this SendEmailResult.
|
void |
setSuccess(boolean success)
Sets the success value for this SendEmailResult.
|
public SendEmailResult()
public SendEmailResult(SendEmailError[] errors, boolean success)
public SendEmailError[] getErrors()
public void setErrors(SendEmailError[] errors)
errors
- public SendEmailError getErrors(int i)
public void setErrors(int i, SendEmailError _value)
public boolean isSuccess()
public void setSuccess(boolean success)
success
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.