Uses of Class
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups.GroupKey
-
-
Uses of GroupKey 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 GroupKey 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 GroupKey Modifier and Type Method Description GroupsBuilderGroupsBuilder. setGroup(Map<GroupKey,Group> values) -
Uses of GroupKey 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 that return GroupKey Modifier and Type Method Description GroupKeyGroup. key()GroupKeyGroupBuilder. key()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups with parameters of type GroupKey Modifier and Type Method Description GroupBuilderGroupBuilder. withKey(GroupKey key)Constructors in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups with parameters of type GroupKey Constructor Description GroupKey(GroupKey source)Creates a copy from Source Object.
-