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