Class TableConnectionKey
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections.TableConnectionKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Identifier<TableConnection>
@Generated("mdsal-binding-generator")
public class TableConnectionKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<TableConnection>
This class represents the key of
TableConnection
class.- See Also:
-
Constructor Summary
ConstructorDescriptionTableConnectionKey
(@NonNull String _dstTable, @NonNull String _srcTable) Constructs an instance.TableConnectionKey
(TableConnectionKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
TableConnectionKey
Constructs an instance.- Parameters:
_dstTable
- the entity dstTable_srcTable
- the entity srcTable- Throws:
NullPointerException
- if any of the arguments are null
-
TableConnectionKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getSrcTable
Return srcTable, guaranteed to be non-null.- Returns:
String
srcTable, guaranteed to be non-null.
-
getDstTable
Return dstTable, guaranteed to be non-null.- Returns:
String
dstTable, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-