public class NotificationMessage extends Object implements org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
created |
protected String |
fispaceUserId |
protected String |
message |
protected String |
type |
| Constructor and Description |
|---|
NotificationMessage() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
String |
getCreated()
Gets the value of the created property.
|
String |
getFispaceUserId()
Gets the value of the fispaceUserId property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getType()
Gets the value of the type property.
|
void |
setCreated(String value)
Sets the value of the created property.
|
void |
setFispaceUserId(String value)
Sets the value of the fispaceUserId property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString() |
NotificationMessage |
withCreated(String value) |
NotificationMessage |
withFispaceUserId(String value) |
NotificationMessage |
withMessage(String value) |
NotificationMessage |
withType(String value) |
protected String fispaceUserId
protected String type
protected String message
protected String created
public String getFispaceUserId()
Stringpublic void setFispaceUserId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getCreated()
Stringpublic void setCreated(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic NotificationMessage withFispaceUserId(String value)
public NotificationMessage withType(String value)
public NotificationMessage withMessage(String value)
public NotificationMessage withCreated(String value)
Copyright © 2014. All Rights Reserved.