Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups.Group
-
-
Uses of Group 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 that return types with arguments of type Group Modifier and Type Method Description @Nullable Map<GroupKey,Group>Groups. getGroup()Return group, ornullif it is not present.Map<GroupKey,Group>GroupsBuilder. getGroup()default @NonNull Map<GroupKey,Group>Groups. nonnullGroup()Return group, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm with type arguments of type Group Modifier and Type Method Description GroupsBuilderGroupsBuilder. setGroup(Map<GroupKey,Group> values) -
Uses of Group in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups with type parameters of type Group Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Group>>
E$$GroupBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups that return Group Modifier and Type Method Description GroupGroupBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups that return types with arguments of type Group Modifier and Type Method Description default Class<Group>Group. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups with parameters of type Group Modifier and Type Method Description static booleanGroup. bindingEquals(@NonNull Group thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intGroup. bindingHashCode(@NonNull Group obj)Default implementation ofObject.hashCode()contract for this interface.static StringGroup. bindingToString(@NonNull Group 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.groups with type arguments of type Group Modifier and Type Method Description GroupBuilderGroupBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Group> augmentation)Add an augmentation to this builder's product.GroupBuilderGroupBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Group>> 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.groups with parameters of type Group Constructor Description GroupBuilder(Group base)
-