@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-05T09:29:01.544Z") public class EmailJobFailedStatus extends Object
| Constructor and Description |
|---|
EmailJobFailedStatus() |
| Modifier and Type | Method and Description |
|---|---|
EmailJobFailedStatus |
address(String address) |
EmailJobFailedStatus |
category(String category) |
boolean |
equals(Object o) |
EmailJobFailedStatus |
error(String error) |
EmailJobFailedStatus |
errorCode(Integer errorCode) |
String |
getAddress()
Get address
|
String |
getCategory()
Get category
|
String |
getError()
Get error
|
Integer |
getErrorCode()
RFC Error code
|
int |
hashCode() |
void |
setAddress(String address) |
void |
setCategory(String category) |
void |
setError(String error) |
void |
setErrorCode(Integer errorCode) |
String |
toString() |
public EmailJobFailedStatus address(String address)
public String getAddress()
public void setAddress(String address)
public EmailJobFailedStatus error(String error)
public String getError()
public void setError(String error)
public EmailJobFailedStatus errorCode(Integer errorCode)
public Integer getErrorCode()
public void setErrorCode(Integer errorCode)
public EmailJobFailedStatus category(String category)
public String getCategory()
public void setCategory(String category)
Copyright © 2019. All rights reserved.