Interface NodeContext
- All Superinterfaces:
org.opendaylight.yangtools.binding.BaseIdentity,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>,org.opendaylight.yangtools.binding.BindingObject,Serializable
@Generated("mdsal-binding-generator")
public interface NodeContext
extends org.opendaylight.yangtools.binding.BaseIdentity
Identity used to mark node context for Routed RPCs (determines the type of
routing)
This class represents the following YANG schema fragment defined in module rpcbench-payload
identity node-context {
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class.static final @NonNull NodeContextSingleton value representing theNodeContextidentity. -
Method Summary
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class. -
VALUE
Singleton value representing theNodeContextidentity.
-
-
Method Details
-
implementedInterface
Class<? extends NodeContext> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
-