Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.Nacm
-
Packages that use Nacm Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 -
-
Uses of Nacm in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 with type parameters of type Nacm Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Nacm>>
E$$NacmBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 that return Nacm Modifier and Type Method Description NacmNacmBuilder. build()NacmIetfNetconfAcmData. getNacm()Return nacm, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 that return types with arguments of type Nacm Modifier and Type Method Description default Class<Nacm>Nacm. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 with parameters of type Nacm Modifier and Type Method Description static booleanNacm. bindingEquals(@NonNull Nacm thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intNacm. bindingHashCode(@NonNull Nacm obj)Default implementation ofObject.hashCode()contract for this interface.static StringNacm. bindingToString(@NonNull Nacm obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 with type arguments of type Nacm Modifier and Type Method Description NacmBuilderNacmBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Nacm> augmentation)Add an augmentation to this builder's product.NacmBuilderNacmBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Nacm>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 with parameters of type Nacm Constructor Description NacmBuilder(Nacm base)
-