Class ConnectionKey
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.ConnectionKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.yang.binding.Key<Connection>
@Generated("mdsal-binding-generator")
public class ConnectionKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<Connection>
This class represents the key of
Connection class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionKey(@NonNull AuxiliaryId _auxId) Constructs an instance.ConnectionKey(ConnectionKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
ConnectionKey
Constructs an instance.- Parameters:
_auxId- the entity auxId- Throws:
NullPointerException- if any of the arguments are null
-
ConnectionKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getAuxId
Return auxId, guaranteed to be non-null.- Returns:
AuxiliaryIdauxId, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-