Open Kilda Java Documentation
org.openkilda.messaging.model.LinkProps Class Reference
Inheritance diagram for org.openkilda.messaging.model.LinkProps:

Public Member Functions

 LinkProps ( @JsonProperty("source") NetworkEndpoint source, @JsonProperty("dest") NetworkEndpoint dest, @JsonProperty("props") Map< String, String > props, @JsonProperty("time_create") Long created, @JsonProperty("time_modify") Long modified)
 
 LinkProps (NetworkEndpoint source, NetworkEndpoint dest, Map< String, String > props)
 

Detailed Description

Definition at line 27 of file LinkProps.java.

Constructor & Destructor Documentation

◆ LinkProps() [1/2]

org.openkilda.messaging.model.LinkProps.LinkProps ( @JsonProperty("source") NetworkEndpoint  source,
@JsonProperty("dest") NetworkEndpoint  dest,
@JsonProperty("props") Map< String, String >  props,
@JsonProperty("time_create") Long  created,
@JsonProperty("time_modify") Long  modified 
)

Definition at line 45 of file LinkProps.java.

◆ LinkProps() [2/2]

org.openkilda.messaging.model.LinkProps.LinkProps ( NetworkEndpoint  source,
NetworkEndpoint  dest,
Map< String, String >  props 
)

Definition at line 58 of file LinkProps.java.


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