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

Public Member Functions

String getSwitchId ()
 
void setSwitchId (String switchId)
 
String getAddress ()
 
void setAddress (String address)
 
String getHostname ()
 
void setHostname (String hostname)
 
String getDescription ()
 
void setDescription (String description)
 
String getName ()
 
void setName (String name)
 
String getState ()
 
void setState (String state)
 
String toString ()
 

Detailed Description

The Class SwitchInfo.

Author
Gaurav Chugh

Definition at line 18 of file SwitchInfo.java.

Member Function Documentation

◆ getAddress()

String org.openkilda.model.SwitchInfo.getAddress ( )

Definition at line 44 of file SwitchInfo.java.

◆ getDescription()

String org.openkilda.model.SwitchInfo.getDescription ( )

Definition at line 60 of file SwitchInfo.java.

◆ getHostname()

String org.openkilda.model.SwitchInfo.getHostname ( )

Definition at line 52 of file SwitchInfo.java.

◆ getName()

String org.openkilda.model.SwitchInfo.getName ( )

Definition at line 69 of file SwitchInfo.java.

◆ getState()

String org.openkilda.model.SwitchInfo.getState ( )

Definition at line 77 of file SwitchInfo.java.

◆ getSwitchId()

String org.openkilda.model.SwitchInfo.getSwitchId ( )

Definition at line 36 of file SwitchInfo.java.

◆ setAddress()

void org.openkilda.model.SwitchInfo.setAddress ( String  address)

Definition at line 48 of file SwitchInfo.java.

◆ setDescription()

void org.openkilda.model.SwitchInfo.setDescription ( String  description)

Definition at line 64 of file SwitchInfo.java.

◆ setHostname()

void org.openkilda.model.SwitchInfo.setHostname ( String  hostname)

Definition at line 56 of file SwitchInfo.java.

◆ setName()

void org.openkilda.model.SwitchInfo.setName ( String  name)

Definition at line 73 of file SwitchInfo.java.

◆ setState()

void org.openkilda.model.SwitchInfo.setState ( String  state)

Definition at line 81 of file SwitchInfo.java.

◆ setSwitchId()

void org.openkilda.model.SwitchInfo.setSwitchId ( String  switchId)

Definition at line 40 of file SwitchInfo.java.

◆ toString()

String org.openkilda.model.SwitchInfo.toString ( )

Definition at line 86 of file SwitchInfo.java.


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