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.concepts.MutationBehaviour<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>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DebugServiceKey(@NonNull Class<? extends DEBUGSERVICE> _service)DebugServiceKey(DebugServiceKey source)Creates a copy from Source Object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)@NonNull Class<? extends DEBUGSERVICE>getService()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
DebugServiceKey
public DebugServiceKey(@NonNull Class<? extends DEBUGSERVICE> _service)
-
DebugServiceKey
public DebugServiceKey(DebugServiceKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getService
public @NonNull Class<? extends DEBUGSERVICE> getService()
-
hashCode
public int hashCode()
-
equals
public final boolean equals(Object obj)
-
-