Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.Groups
-
-
Uses of Groups 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 that return Groups Modifier and Type Method Description GroupsNacm. getGroups()Return groups, ornullif it is not present.GroupsNacmBuilder. getGroups()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 with parameters of type Groups Modifier and Type Method Description NacmBuilderNacmBuilder. setGroups(Groups value) -
Uses of Groups in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm with type parameters of type Groups Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Groups>>
E$$GroupsBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm that return Groups Modifier and Type Method Description GroupsGroupsBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm that return types with arguments of type Groups Modifier and Type Method Description default Class<Groups>Groups. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm with parameters of type Groups Modifier and Type Method Description static booleanGroups. bindingEquals(@NonNull Groups thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intGroups. bindingHashCode(@NonNull Groups obj)Default implementation ofObject.hashCode()contract for this interface.static StringGroups. bindingToString(@NonNull Groups 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.nacm with type arguments of type Groups Modifier and Type Method Description GroupsBuilderGroupsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Groups> augmentation)Add an augmentation to this builder's product.GroupsBuilderGroupsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Groups>> 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.nacm with parameters of type Groups Constructor Description GroupsBuilder(Groups base)
-