public class OFDescriptionStatistics extends Object implements OFStatistics
Modifier and Type | Field and Description |
---|---|
protected String |
datapathDescription |
static int |
DESCRIPTION_STRING_LENGTH |
protected String |
hardwareDescription |
protected String |
manufacturerDescription |
static int |
SERIAL_NUMBER_LENGTH |
protected String |
serialNumber |
protected String |
softwareDescription |
Constructor and Description |
---|
OFDescriptionStatistics() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDatapathDescription() |
String |
getHardwareDescription() |
int |
getLength()
Returns the wire length of this message in bytes
|
String |
getManufacturerDescription() |
String |
getSerialNumber() |
String |
getSoftwareDescription() |
int |
hashCode() |
void |
readFrom(org.jboss.netty.buffer.ChannelBuffer data)
Read this message off the wire from the specified ByteBuffer
|
void |
setDatapathDescription(String datapathDescription) |
void |
setHardwareDescription(String hardwareDescription) |
void |
setManufacturerDescription(String manufacturerDescription) |
void |
setSerialNumber(String serialNumber) |
void |
setSoftwareDescription(String softwareDescription) |
void |
writeTo(org.jboss.netty.buffer.ChannelBuffer data)
Write this message's binary format to the specified ByteBuffer
|
public static int DESCRIPTION_STRING_LENGTH
public static int SERIAL_NUMBER_LENGTH
protected String manufacturerDescription
protected String hardwareDescription
protected String softwareDescription
protected String serialNumber
protected String datapathDescription
public String getManufacturerDescription()
public void setManufacturerDescription(String manufacturerDescription)
manufacturerDescription
- the manufacturerDescription to setpublic String getHardwareDescription()
public void setHardwareDescription(String hardwareDescription)
hardwareDescription
- the hardwareDescription to setpublic String getSoftwareDescription()
public void setSoftwareDescription(String softwareDescription)
softwareDescription
- the softwareDescription to setpublic String getSerialNumber()
public void setSerialNumber(String serialNumber)
serialNumber
- the serialNumber to setpublic String getDatapathDescription()
public void setDatapathDescription(String datapathDescription)
datapathDescription
- the datapathDescription to setpublic int getLength()
OFStatistics
getLength
in interface OFStatistics
public void readFrom(org.jboss.netty.buffer.ChannelBuffer data)
OFStatistics
readFrom
in interface OFStatistics
public void writeTo(org.jboss.netty.buffer.ChannelBuffer data)
OFStatistics
writeTo
in interface OFStatistics
Copyright © 2015. All rights reserved.