Open Kilda Java Documentation
org.openkilda.messaging.info.InfoData Class Referenceabstract
Inheritance diagram for org.openkilda.messaging.info.InfoData:
org.openkilda.messaging.MessageData org.openkilda.messaging.BaseMessage 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

String toString ()
 
- Public Member Functions inherited from org.openkilda.messaging.MessageData
 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

Defines the payload of a Message representing an info.

Definition at line 28 of file InfoData.java.

Member Function Documentation

◆ toString()

String org.openkilda.messaging.info.InfoData.toString ( )

Definition at line 38 of file InfoData.java.


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