Package org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.add.meters.batch.input
Class BatchAddMetersKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.add.meters.batch.input.BatchAddMetersKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.yang.binding.Key<BatchAddMeters>
@Generated("mdsal-binding-generator")
public class BatchAddMetersKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<BatchAddMeters>
This class represents the key of
BatchAddMeters class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchAddMetersKey(@NonNull MeterId _meterId) Constructs an instance.BatchAddMetersKey(BatchAddMetersKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
BatchAddMetersKey
Constructs an instance.- Parameters:
_meterId- the entity meterId- Throws:
NullPointerException- if any of the arguments are null
-
BatchAddMetersKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getMeterId
Return meterId, guaranteed to be non-null.- Returns:
MeterIdmeterId, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-