Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list.Rule
-
-
Uses of Rule 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 Rule Modifier and Type Method Description @Nullable List<Rule>RuleList. getRule()Return rule, ornullif it is not present.List<Rule>RuleListBuilder. getRule()default @NonNull List<Rule>RuleList. nonnullRule()Return rule, 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 Rule Modifier and Type Method Description RuleListBuilderRuleListBuilder. setRule(List<Rule> values) -
Uses of Rule in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list with type parameters of type Rule Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Rule>>
E$$RuleBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list that return Rule Modifier and Type Method Description RuleRuleBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list that return types with arguments of type Rule Modifier and Type Method Description default Class<Rule>Rule. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list with parameters of type Rule Modifier and Type Method Description static booleanRule. bindingEquals(@NonNull Rule thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intRule. bindingHashCode(@NonNull Rule obj)Default implementation ofObject.hashCode()contract for this interface.static StringRule. bindingToString(@NonNull Rule 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.rule.list with type arguments of type Rule Modifier and Type Method Description RuleBuilderRuleBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Rule> augmentation)Add an augmentation to this builder's product.RuleBuilderRuleBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Rule>> 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.rule.list with parameters of type Rule Constructor Description RuleBuilder(Rule base)
-