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.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>,org.opendaylight.yangtools.yang.binding.Identifier<Connection>
@Generated("mdsal-binding-generator") public class ConnectionKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<Connection>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionKey(@NonNull AuxiliaryId _auxId)ConnectionKey(ConnectionKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
ConnectionKey
public ConnectionKey(@NonNull AuxiliaryId _auxId)
-
ConnectionKey
public ConnectionKey(ConnectionKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getAuxId
public @NonNull AuxiliaryId getAuxId()
-
hashCode
public int hashCode()
-
equals
public final boolean equals(Object obj)
-
-