Open Kilda Java Documentation
org.openkilda.messaging.ctrl.CtrlRequest Member List

This is the complete list of members for org.openkilda.messaging.ctrl.CtrlRequest, including all inherited members.

BaseMessage(@JsonProperty(TIMESTAMP) final long timestamp)org.openkilda.messaging.BaseMessage
BaseMessage()org.openkilda.messaging.BaseMessage
correlationIdorg.openkilda.messaging.Messageprotected
CtrlRequest(@JsonProperty(ROUTE) String route, @JsonProperty(PAYLOAD) final RequestData data, @JsonProperty(TIMESTAMP) final long timestamp, @JsonProperty(CORRELATION_ID) final String correlationId, @JsonProperty(DESTINATION) final Destination destination)org.openkilda.messaging.ctrl.CtrlRequest
destinationorg.openkilda.messaging.Messageprotected
getCorrelationId()org.openkilda.messaging.Message
getData()org.openkilda.messaging.ctrl.CtrlRequest
getDestination()org.openkilda.messaging.Message
getMessage(String json, Class< T > type)org.openkilda.messaging.BaseMessagestatic
getRoute()org.openkilda.messaging.ctrl.CtrlRequest
getTimestamp()org.openkilda.messaging.BaseMessage
Message(@JsonProperty(TIMESTAMP) final long timestamp, @JsonProperty(CORRELATION_ID) final String correlationId, @JsonProperty(DESTINATION) final Destination destination)org.openkilda.messaging.Message
Message(final long timestamp, final String correlationId)org.openkilda.messaging.Message
setDestination(final Destination destination)org.openkilda.messaging.Message
setTimestamp(long timestamp)org.openkilda.messaging.BaseMessage
timestamporg.openkilda.messaging.BaseMessageprotected
toString()org.openkilda.messaging.ctrl.CtrlRequest
tryGetMessage(String json, Class< T > type)org.openkilda.messaging.BaseMessagestatic