Uses of Class
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.RuleList.Group
-
Packages that use RuleList.Group Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm -
-
Uses of RuleList.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 RuleList.Group Modifier and Type Method Description static RuleList.GroupRuleListGroupBuilder. getDefaultInstance(String defaultValue)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 RuleList.Group Modifier and Type Method Description @Nullable List<RuleList.Group>RuleList. getGroup()Return group, ornullif it is not present.List<RuleList.Group>RuleListBuilder. getGroup()default @NonNull List<RuleList.Group>RuleList. requireGroup()Return group, guaranteed to be non-null.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm with type arguments of type RuleList.Group Modifier and Type Method Description RuleListBuilderRuleListBuilder. setGroup(List<RuleList.Group> values)Constructors in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm with parameters of type RuleList.Group Constructor Description Group(RuleList.Group source)Creates a copy from Source Object.
-