public interface DeleteObjInput extends OcpHeader, DataObject, Augmentable<DeleteObjInput>
This class represents the following YANG schema fragment defined in module ocp-protocol
container input {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf obj-id {
type ObjId;
}
uses ocpHeader;
}
The schema path to identify an instance is
ocp-protocol/delete-obj/input
To create instances of this class use DeleteObjInputBuilder.
DeleteObjInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ObjId |
getObjId() |
getMsgType, getXidgetImplementedInterfacegetAugmentationObjId getObjId()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.ObjId objId, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.