Class ManagedNodeEntryKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.ManagedNodeEntryKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.yang.binding.Identifier<ManagedNodeEntry>
@Generated("mdsal-binding-generator")
public class ManagedNodeEntryKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<ManagedNodeEntry>
This class represents the key of
ManagedNodeEntry class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionManagedNodeEntryKey(@NonNull OvsdbBridgeRef _bridgeRef) Constructs an instance.Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean@NonNull OvsdbBridgeRefReturn bridgeRef, guaranteed to be non-null.inthashCode()toString()
-
Constructor Details
-
ManagedNodeEntryKey
Constructs an instance.- Parameters:
_bridgeRef- the entity bridgeRef- Throws:
NullPointerException- if any of the arguments are null
-
ManagedNodeEntryKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getBridgeRef
Return bridgeRef, guaranteed to be non-null.- Returns:
OvsdbBridgeRefbridgeRef, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-