public class AppMessage extends Object implements Serializable
Constructor and Description |
---|
AppMessage() |
Modifier and Type | Method and Description |
---|---|
List<? extends Annotation> |
getAnnotations() |
String |
getType() |
int |
getVersion() |
void |
setAnnotations(List<? extends Annotation> annotations) |
void |
setType(String type) |
void |
setVersion(int i) |
public String getType()
public void setType(String type)
type
- String typepublic void setVersion(int i)
i
- int version of the messagepublic int getVersion()
public List<? extends Annotation> getAnnotations()
public void setAnnotations(List<? extends Annotation> annotations)
annotations
- List of Annotations for the messageCopyright © 2018 OpenNTF. All rights reserved.