public class NotificationMessage
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
created |
protected java.lang.String |
fispaceUserId |
protected java.lang.String |
message |
protected java.lang.String |
type |
| Constructor and Description |
|---|
NotificationMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.String |
getCreated()
Obtiene el valor de la propiedad created.
|
java.lang.String |
getFispaceUserId()
Obtiene el valor de la propiedad fispaceUserId.
|
java.lang.String |
getMessage()
Obtiene el valor de la propiedad message.
|
java.lang.String |
getType()
Obtiene el valor de la propiedad type.
|
boolean |
isSetCreated() |
boolean |
isSetFispaceUserId() |
boolean |
isSetMessage() |
boolean |
isSetType() |
void |
setCreated(java.lang.String value)
Define el valor de la propiedad created.
|
void |
setFispaceUserId(java.lang.String value)
Define el valor de la propiedad fispaceUserId.
|
void |
setMessage(java.lang.String value)
Define el valor de la propiedad message.
|
void |
setType(java.lang.String value)
Define el valor de la propiedad type.
|
java.lang.String |
toString() |
NotificationMessage |
withCreated(java.lang.String value) |
NotificationMessage |
withFispaceUserId(java.lang.String value) |
NotificationMessage |
withMessage(java.lang.String value) |
NotificationMessage |
withType(java.lang.String value) |
protected java.lang.String fispaceUserId
protected java.lang.String type
protected java.lang.String message
protected java.lang.String created
public java.lang.String getFispaceUserId()
Stringpublic void setFispaceUserId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFispaceUserId()
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetType()
public java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMessage()
public java.lang.String getCreated()
Stringpublic void setCreated(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCreated()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic NotificationMessage withFispaceUserId(java.lang.String value)
public NotificationMessage withType(java.lang.String value)
public NotificationMessage withMessage(java.lang.String value)
public NotificationMessage withCreated(java.lang.String value)
Copyright © 2014. All Rights Reserved.