Package org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input
Class BatchKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input.BatchKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Key<Batch>
@Generated("mdsal-binding-generator")
public class BatchKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<Batch>
This class represents the key of
Batch
class.- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BatchKey
public BatchKey(@NonNull org.opendaylight.yangtools.yang.common.Uint16 _batchOrder) Constructs an instance.- Parameters:
_batchOrder
- the entity batchOrder- Throws:
NullPointerException
- if any of the arguments are null
-
BatchKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getBatchOrder
public @NonNull org.opendaylight.yangtools.yang.common.Uint16 getBatchOrder()Return batchOrder, guaranteed to be non-null.- Returns:
Uint16
batchOrder, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-