Interface VersionedMessage
-
- All Known Subinterfaces:
OperationMessage,RequestMessage,ResponseMessage
public interface VersionedMessageDescribes a message that contains version information.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVERSION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetVersion()voidsetVersion(java.lang.String version)
-
-
-
Field Detail
-
VERSION
static final java.lang.String VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVersion
@PropertyName("V") java.lang.String getVersion()
-
setVersion
@PropertyName("V") void setVersion(java.lang.String version)
-
-