Open Kilda Java Documentation
org.openkilda.messaging.info.ChunkedInfoMessage Class Reference
Inheritance diagram for org.openkilda.messaging.info.ChunkedInfoMessage:
org.openkilda.messaging.info.InfoMessage org.openkilda.messaging.Message org.openkilda.messaging.BaseMessage

Public Member Functions

 ChunkedInfoMessage (@JsonProperty(PAYLOAD) final InfoData data, @JsonProperty(TIMESTAMP) final long timestamp, @JsonProperty(CORRELATION_ID) final String correlationId, @JsonProperty("next_request_id") String nextRequestId)
 
- Public Member Functions inherited from org.openkilda.messaging.info.InfoMessage
 InfoMessage (@JsonProperty(PAYLOAD) final InfoData data, @JsonProperty(TIMESTAMP) final long timestamp, @JsonProperty(CORRELATION_ID) final String correlationId, @JsonProperty(DESTINATION) final Destination destination)
 
 InfoMessage (final InfoData data, final long timestamp, final String correlationId)
 
InfoData getData ()
 
void setData (final InfoData data)
 
String toString ()
 
boolean equals (Object o)
 
int hashCode ()
 
- Public Member Functions inherited from org.openkilda.messaging.Message
 Message (@JsonProperty(TIMESTAMP) final long timestamp, @JsonProperty(CORRELATION_ID) final String correlationId, @JsonProperty(DESTINATION) final Destination destination)
 
 Message (final long timestamp, final String correlationId)
 
String getCorrelationId ()
 
Destination getDestination ()
 
void setDestination (final Destination destination)
 
String toString ()
 
- 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.Message
String correlationId
 
Destination destination
 
- Protected Attributes inherited from org.openkilda.messaging.BaseMessage
long timestamp = 0L
 

Detailed Description

Definition at line 28 of file ChunkedInfoMessage.java.

Constructor & Destructor Documentation

◆ ChunkedInfoMessage()

org.openkilda.messaging.info.ChunkedInfoMessage.ChunkedInfoMessage ( @JsonProperty(PAYLOAD) final InfoData  data,
@JsonProperty(TIMESTAMP) final long  timestamp,
@JsonProperty(CORRELATION_ID) final String  correlationId,
@JsonProperty("next_request_id") String  nextRequestId 
)

Definition at line 33 of file ChunkedInfoMessage.java.


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