Open Kilda Java Documentation
org.openkilda.messaging.model.NetworkEndpoint Class Reference
Inheritance diagram for org.openkilda.messaging.model.NetworkEndpoint:
org.openkilda.messaging.model.AbstractNetworkEndpoint org.openkilda.messaging.payload.flow.FlowEndpointPayload

Public Member Functions

 NetworkEndpoint ( @JsonProperty("switch-id") SwitchId datapath, @JsonProperty("port-id") Integer portNumber)
 
 NetworkEndpoint (NetworkEndpoint that)
 
SwitchId getSwitchDpId ()
 
Integer getPortId ()
 
- Public Member Functions inherited from org.openkilda.messaging.model.AbstractNetworkEndpoint
 AbstractNetworkEndpoint (SwitchId datapath, Integer portNumber)
 

Detailed Description

Definition at line 23 of file NetworkEndpoint.java.

Constructor & Destructor Documentation

◆ NetworkEndpoint() [1/2]

org.openkilda.messaging.model.NetworkEndpoint.NetworkEndpoint ( @JsonProperty("switch-id") SwitchId  datapath,
@JsonProperty("port-id") Integer  portNumber 
)

Definition at line 26 of file NetworkEndpoint.java.

◆ NetworkEndpoint() [2/2]

org.openkilda.messaging.model.NetworkEndpoint.NetworkEndpoint ( NetworkEndpoint  that)

Definition at line 35 of file NetworkEndpoint.java.

Member Function Documentation

◆ getPortId()

Integer org.openkilda.messaging.model.NetworkEndpoint.getPortId ( )

Definition at line 47 of file NetworkEndpoint.java.

◆ getSwitchDpId()

SwitchId org.openkilda.messaging.model.NetworkEndpoint.getSwitchDpId ( )

Definition at line 41 of file NetworkEndpoint.java.


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