Class SubcomponentKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents.SubcomponentKey
-
- 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<Subcomponent>
@Generated("mdsal-binding-generator") public class SubcomponentKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<Subcomponent>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubcomponentKey(@NonNull Object _name)SubcomponentKey(SubcomponentKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
SubcomponentKey
public SubcomponentKey(@NonNull Object _name)
-
SubcomponentKey
public SubcomponentKey(SubcomponentKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-