Class SwitchConnectionConfigKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506.SwitchConnectionConfigKey
-
- 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<SwitchConnectionConfig>
@Generated("mdsal-binding-generator") public class SwitchConnectionConfigKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<SwitchConnectionConfig>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SwitchConnectionConfigKey(@NonNull String _instanceName)SwitchConnectionConfigKey(SwitchConnectionConfigKey source)Creates a copy from Source Object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)@NonNull StringgetInstanceName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SwitchConnectionConfigKey
public SwitchConnectionConfigKey(@NonNull String _instanceName)
-
SwitchConnectionConfigKey
public SwitchConnectionConfigKey(SwitchConnectionConfigKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-