Class DebugServiceKey
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.DebugServiceKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.yang.binding.Identifier<DebugService>
@Generated("mdsal-binding-generator")
public class DebugServiceKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<DebugService>
This class represents the key of
DebugService class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDebugServiceKey(@NonNull DEBUGSERVICE _service) Constructs an instance.DebugServiceKey(DebugServiceKey source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean@NonNull DEBUGSERVICEReturn service, guaranteed to be non-null.inthashCode()toString()
-
Constructor Details
-
DebugServiceKey
Constructs an instance.- Parameters:
_service- the entity service- Throws:
NullPointerException- if any of the arguments are null
-
DebugServiceKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getService
Return service, guaranteed to be non-null.- Returns:
DEBUGSERVICEservice, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-