Package org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.mapping.authkey.list
Class MappingAuthkeyItemKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.mapping.authkey.list.MappingAuthkeyItemKey
-
- 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<MappingAuthkeyItem>
public class MappingAuthkeyItemKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<MappingAuthkeyItem>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingAuthkeyItemKey(String _mappingAuthkeyItemId)MappingAuthkeyItemKey(MappingAuthkeyItemKey source)Creates a copy from Source Object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMappingAuthkeyItemId()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
MappingAuthkeyItemKey
public MappingAuthkeyItemKey(String _mappingAuthkeyItemId)
-
MappingAuthkeyItemKey
public MappingAuthkeyItemKey(MappingAuthkeyItemKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-