Interface VersionedMessage
-
- All Known Subinterfaces:
OperationMessage
,RequestMessage
,ResponseMessage
public interface VersionedMessage
Describes a message that contains version information.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VERSION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getVersion()
void
setVersion(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)
-
-