public class CfgDesc extends Object
Constructor and Description |
---|
CfgDesc() |
Modifier and Type | Method and Description |
---|---|
OpenflowMessage |
createMpDescReply(OpenflowMessage request)
Creates a multipart DESC reply from the configured data.
|
String |
getDpDesc()
Returns the datapath friendly description.
|
String |
getHwDesc()
Returns the hardware description.
|
String |
getMfrDesc()
Returns the manufacture description.
|
String |
getSerialNum()
Returns the serial number.
|
String |
getSwDesc()
Returns the software description.
|
void |
setDesc(com.hp.of.sw.SwitchDefn.Keyword key,
String text)
Sets a description string.
|
String |
toString() |
public String getMfrDesc()
public String getHwDesc()
public String getSwDesc()
public String getSerialNum()
public String getDpDesc()
public void setDesc(com.hp.of.sw.SwitchDefn.Keyword key, String text)
key
- which stringtext
- the text to setpublic OpenflowMessage createMpDescReply(OpenflowMessage request)
request
- the requestCopyright © 2015. All Rights Reserved.