Class EidAuthkeyItemKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.eid.authkey.list.EidAuthkeyItemKey
-
- 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<EidAuthkeyItem>
public class EidAuthkeyItemKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<EidAuthkeyItem>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EidAuthkeyItemKey(String _eidAuthkeyItemId)EidAuthkeyItemKey(EidAuthkeyItemKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
EidAuthkeyItemKey
public EidAuthkeyItemKey(String _eidAuthkeyItemId)
-
EidAuthkeyItemKey
public EidAuthkeyItemKey(EidAuthkeyItemKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-