Class PayloadKey
java.lang.Object
org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.payload.PayloadKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.binding.Key<Payload>,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class PayloadKey
extends Object
implements org.opendaylight.yangtools.binding.Key<Payload>
This class represents the key of
Payload class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPayloadKey(@NonNull Integer _id) Constructs an instance.PayloadKey(PayloadKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
PayloadKey
Constructs an instance.- Parameters:
_id- the entity id- Throws:
NullPointerException- if any of the arguments are null
-
PayloadKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getId
Return id, guaranteed to be non-null.- Returns:
Integerid, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-