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.yang.binding.Identifier<Property>
@Generated("mdsal-binding-generator")
public class PropertyKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<Property>
This class represents the key of
Property class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyKey(@NonNull String _name) Constructs an instance.PropertyKey(PropertyKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
PropertyKey
Constructs an instance.- Parameters:
_name- the entity name- Throws:
NullPointerException- if any of the arguments are null
-
PropertyKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getName
Return name, guaranteed to be non-null.- Returns:
Stringname, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-