Package org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.output
Class BatchFailureKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.output.BatchFailureKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Identifier<BatchFailure>
@Generated("mdsal-binding-generator")
public class BatchFailureKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<BatchFailure>
This class represents the key of
BatchFailure
class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchFailureKey
(@NonNull org.opendaylight.yangtools.yang.common.Uint16 _batchOrder) Constructs an instance.BatchFailureKey
(BatchFailureKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
BatchFailureKey
public BatchFailureKey(@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
-
BatchFailureKey
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
-