Class CandidateKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.entity.type.entity.CandidateKey
-
- 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<Candidate>
public class CandidateKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<Candidate>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CandidateKey(String _name)CandidateKey(CandidateKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
CandidateKey
public CandidateKey(String _name)
-
CandidateKey
public CandidateKey(CandidateKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-