Class RuleListKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.RuleListKey
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>,org.opendaylight.yangtools.yang.binding.Identifier<RuleList>
@Generated("mdsal-binding-generator") public class RuleListKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<RuleList>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleListKey(@NonNull String _name)RuleListKey(RuleListKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
RuleListKey
public RuleListKey(@NonNull String _name)
-
RuleListKey
public RuleListKey(RuleListKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-