Class AuthenticationKeyKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance.AuthenticationKeyKey
-
- 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<AuthenticationKey>
public class AuthenticationKeyKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<AuthenticationKey>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationKeyKey(AuthenticationKeyKey source)Creates a copy from Source Object.AuthenticationKeyKey(EidUri _eidUri)
-
-
-
Constructor Detail
-
AuthenticationKeyKey
public AuthenticationKeyKey(EidUri _eidUri)
-
AuthenticationKeyKey
public AuthenticationKeyKey(AuthenticationKeyKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-