public interface GetDeadEventsCountInput extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.rpc.context.rev130617.RpcContextRef, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<GetDeadEventsCountInput>
This class represents the following YANG schema fragment defined in module threadpool-impl
(Source path: META-INF/yang/threadpool-impl.yang):
container input {
leaf context-instance {
type instance-identifier;
}
uses rpc-context-ref {
refine (urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl?revision=2013-04-05)context-instance {
leaf context-instance {
type instance-identifier;
}
}
}
}
The schema path to identify an instance is
threadpool-impl/get-dead-events-count/input
To create instances of this class use GetDeadEventsCountInputBuilder.
GetDeadEventsCountInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2016 OpenDaylight. All rights reserved.