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