public class ChannelStatusRecord extends ChannelRecord
| Modifier and Type | Field and Description |
|---|---|
protected int |
severity |
protected int |
status |
_store| Constructor and Description |
|---|
ChannelStatusRecord(StatusAdaptor adaptor)
Creates new ChannelStatusRecord
|
| Modifier and Type | Method and Description |
|---|---|
int |
severity()
Get the internal severity code for this data.
|
int |
status()
Get the internal status code for this data.
|
java.lang.String |
toString()
Override the inherited method to return a description of this object.
|
byteArray, byteValue, byteValueAt, doubleArray, doubleValue, doubleValueAt, floatArray, floatValue, floatValueAt, getCount, getType, intArray, intValue, intValueAt, shortArray, shortValue, shortValueAt, stringArray, stringValue, stringValueAtpublic ChannelStatusRecord(StatusAdaptor adaptor)
adaptor - from which to create the recordpublic int status()
public int severity()
public java.lang.String toString()
toString in class ChannelRecord