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