Open Kilda Java Documentation
org.openkilda.messaging.MessageData Class Referenceabstract
Inheritance diagram for org.openkilda.messaging.MessageData:
org.openkilda.messaging.BaseMessage org.openkilda.messaging.command.CommandData org.openkilda.messaging.error.ErrorData org.openkilda.messaging.info.InfoData org.openkilda.messaging.command.discovery.DiscoverIslCommandData org.openkilda.messaging.command.discovery.DiscoverPathCommandData org.openkilda.messaging.command.discovery.DiscoveryFilterPopulateData org.openkilda.messaging.command.discovery.HealthCheckCommandData org.openkilda.messaging.command.discovery.NetworkCommandData org.openkilda.messaging.command.discovery.PortsCommandData org.openkilda.messaging.command.flow.BaseFlow org.openkilda.messaging.command.flow.BatchInstallRequest org.openkilda.messaging.command.flow.DefaultFlowsCommandData org.openkilda.messaging.command.flow.DeleteMeterRequest org.openkilda.messaging.command.flow.FlowCacheSyncRequest org.openkilda.messaging.command.flow.FlowCreateRequest org.openkilda.messaging.command.flow.FlowDeleteRequest org.openkilda.messaging.command.flow.FlowReadRequest org.openkilda.messaging.command.flow.FlowRerouteRequest org.openkilda.messaging.command.flow.FlowsDumpRequest org.openkilda.messaging.command.flow.FlowUpdateRequest org.openkilda.messaging.command.flow.FlowVerificationRequest org.openkilda.messaging.command.flow.UniFlowVerificationRequest org.openkilda.messaging.command.FlowsSyncRequest org.openkilda.messaging.command.stats.FlowStatsRequest org.openkilda.messaging.command.stats.MeterConfigStatsRequest org.openkilda.messaging.command.stats.PortStatsRequest org.openkilda.messaging.command.switches.ConnectModeRequest org.openkilda.messaging.command.switches.DumpRulesRequest org.openkilda.messaging.command.switches.PortConfigurationRequest org.openkilda.messaging.command.switches.SwitchRulesDeleteRequest org.openkilda.messaging.command.switches.SwitchRulesInstallRequest org.openkilda.messaging.command.switches.SwitchRulesSyncRequest org.openkilda.messaging.command.switches.SwitchRulesValidateRequest org.openkilda.messaging.command.system.FeatureToggleRequest org.openkilda.messaging.command.system.FeatureToggleStateRequest org.openkilda.messaging.nbtopology.request.BaseRequest org.openkilda.messaging.te.request.LinkPropsRequest org.openkilda.messaging.info.CacheTimeTag org.openkilda.messaging.info.Datapoint org.openkilda.messaging.info.discovery.DiscoPacketSendingConfirmation org.openkilda.messaging.info.discovery.HealthCheckInfoData org.openkilda.messaging.info.discovery.NetworkDumpBeginMarker org.openkilda.messaging.info.discovery.NetworkDumpEndMarker org.openkilda.messaging.info.discovery.NetworkDumpPortData org.openkilda.messaging.info.discovery.NetworkDumpSwitchData org.openkilda.messaging.info.discovery.NetworkInfoData org.openkilda.messaging.info.event.NetworkTopologyChange org.openkilda.messaging.info.event.PortInfoData org.openkilda.messaging.info.flow.FlowCacheSyncResponse org.openkilda.messaging.info.flow.FlowInfoData org.openkilda.messaging.info.flow.FlowReadResponse org.openkilda.messaging.info.flow.FlowRerouteResponse org.openkilda.messaging.info.flow.FlowResponse org.openkilda.messaging.info.flow.FlowsResponse org.openkilda.messaging.info.flow.FlowStatusResponse org.openkilda.messaging.info.flow.FlowVerificationResponse org.openkilda.messaging.info.flow.UniFlowVerificationResponse org.openkilda.messaging.info.rule.SwitchFlowEntries org.openkilda.messaging.info.stats.FlowStatsData org.openkilda.messaging.info.stats.MeterConfigStatsData org.openkilda.messaging.info.stats.PortStatsData org.openkilda.messaging.info.stats.SwitchPortStatusData org.openkilda.messaging.info.switches.ConnectModeResponse org.openkilda.messaging.info.switches.DeleteMeterResponse org.openkilda.messaging.info.switches.PortConfigurationResponse org.openkilda.messaging.info.switches.SwitchRulesResponse org.openkilda.messaging.info.switches.SyncRulesResponse org.openkilda.messaging.info.system.FeatureTogglesResponse org.openkilda.messaging.nbtopology.response.LinkPropsData org.openkilda.messaging.te.response.LinkPropsResponse

Public Member Functions

 MessageData (@JsonProperty(TIMESTAMP) final long timestamp)
 
 MessageData ()
 
- Public Member Functions inherited from org.openkilda.messaging.BaseMessage
 BaseMessage (@JsonProperty(TIMESTAMP) final long timestamp)
 
 BaseMessage ()
 
long getTimestamp ()
 
void setTimestamp (long timestamp)
 

Additional Inherited Members

- Static Public Member Functions inherited from org.openkilda.messaging.BaseMessage
static final< T extends BaseMessage > T getMessage (String json, Class< T > type) throws java.io.IOException
 
static final< T extends BaseMessage > T tryGetMessage (String json, Class< T > type)
 
- Protected Attributes inherited from org.openkilda.messaging.BaseMessage
long timestamp = 0L
 

Detailed Description

Class represents high level view of payload for every message used by any service.

Definition at line 32 of file MessageData.java.

Constructor & Destructor Documentation

◆ MessageData() [1/2]

org.openkilda.messaging.MessageData.MessageData ( @JsonProperty(TIMESTAMP) final long  timestamp)

Definition at line 39 of file MessageData.java.

◆ MessageData() [2/2]

org.openkilda.messaging.MessageData.MessageData ( )

Definition at line 43 of file MessageData.java.


The documentation for this class was generated from the following file: