public class BaseMessage extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_content |
static String |
FIELD_CONTENT |
| Constructor and Description |
|---|
BaseMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
BaseMessage |
safeSetContent(String value) |
BaseMessage |
setContent(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_CONTENT
protected String _content
public BaseMessage setContent(String value)
public BaseMessage safeSetContent(String value)
public String getContent()
Copyright 2022 OneSpan All rights reserved.