public interface OcpHeader extends DataObject
This class represents the following YANG schema fragment defined in module ocp-types
grouping ocpHeader {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
}
The schema path to identify an instance is
ocp-types/ocpHeader| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
OcpMsgType |
getMsgType()
OCP message type
|
Long |
getXid()
Transaction ID
|
getImplementedInterfaceOcpMsgType getMsgType()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.OcpMsgType msgType, or null if not presentLong getXid()
java.lang.Long xid, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.