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

Public Member Functions

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

Detailed Description

The aim of this object is to define fuzzy definition of network endpoint. If field is not defined(equal to null), this filed must be treated as having "any possible value".

Definition at line 27 of file NetworkEndpointMask.java.

Constructor & Destructor Documentation

◆ NetworkEndpointMask()

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

Definition at line 30 of file NetworkEndpointMask.java.


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