Open Kilda Java Documentation
org.openkilda.topo.Switch Class Reference
Inheritance diagram for org.openkilda.topo.Switch:
org.openkilda.topo.ITopoSlug

Public Member Functions

 Switch (String id)
 
String getId ()
 
Map< String, PortgetPorts ()
 
String getSlug ()
 
boolean equals (Object o)
 
int hashCode ()
 

Detailed Description

Definition at line 23 of file Switch.java.

Constructor & Destructor Documentation

◆ Switch()

org.openkilda.topo.Switch.Switch ( String  id)

Definition at line 32 of file Switch.java.

Member Function Documentation

◆ equals()

boolean org.openkilda.topo.Switch.equals ( Object  o)

Definition at line 52 of file Switch.java.

◆ getId()

String org.openkilda.topo.Switch.getId ( )

Definition at line 36 of file Switch.java.

◆ getPorts()

Map<String, Port> org.openkilda.topo.Switch.getPorts ( )

Definition at line 40 of file Switch.java.

◆ getSlug()

String org.openkilda.topo.Switch.getSlug ( )
Returns
the topology slug that uniquely identifies this entity

Implements org.openkilda.topo.ITopoSlug.

Definition at line 45 of file Switch.java.

◆ hashCode()

int org.openkilda.topo.Switch.hashCode ( )

Definition at line 63 of file Switch.java.


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