Class ExternalOtpValidation
java.lang.Object
es.kukenan.smartfi.microservice.firm.repository.entity.ExternalOtpValidation
- All Implemented Interfaces:
Serializable,Cloneable
DAO for externalOTPValidation table in Database.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intBackoffice Id.private @NotEmpty @Size(max=50) StringChallenge Input.private @javax.validation.constraints.NotNull interror Count.private FirmControlfirm Id.private @Size(max=50) StringId.private @Size(max=50) StringOperation Id.private @NotNull OperationTypeOperation Type.private LocalDateTimecreation date value.private LocalDateexpiration date.private LocalDateTimefirm date.private @Size(max=50) StringOTP value.private @NotNull StatusStatus.private Stringerror Count.private Useruser associated to the firm. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Id. -
user
user associated to the firm. -
firm
firm Id. -
operationId
Operation Id. -
backoffice
private int backofficeBackoffice Id. -
operationType
Operation Type. -
challengeInput
Challenge Input. -
otpValue
OTP value. -
otpCreationDate
creation date value. -
otpFirmDate
firm date. -
otpExpirationDate
expiration date. -
status
Status. -
errorCount
@NotNull private @javax.validation.constraints.NotNull int errorCounterror Count. -
tppId
error Count.
-
-
Constructor Details
-
ExternalOtpValidation
public ExternalOtpValidation()
-
-
Method Details
-
clone
Clone the current Object.- Overrides:
clonein classObject- Returns:
- A clone of the current Object.
- Throws:
CloneNotSupportedException- Clone is not supported.
-