public class ActivityMessageDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected String |
message |
protected Integer |
priority |
protected String |
type |
| Constructor and Description |
|---|
ActivityMessageDTO(String type,
Integer priority,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getMessage() |
Integer |
getPriority() |
String |
getType() |
void |
setErrorCode(String errorCode) |
void |
setMessage(String message) |
void |
setPriority(Integer priority) |
void |
setType(String type) |
protected String message
protected Integer priority
protected String type
protected String errorCode
public String getMessage()
public void setMessage(String message)
public Integer getPriority()
public void setPriority(Integer priority)
public String getType()
public void setType(String type)
public String getErrorCode()
public void setErrorCode(String errorCode)
Copyright © 2015. All Rights Reserved.