\Aculab\WebServicesWrapper\VoiceBiometrics\UsersStatsResult

Represents statistics relating to a specified registered user.

Summary

Methods
Properties
Constants
getUserGroupName()
getTransactionId()
getRegistrationDate()
getUpdateDate()
getVerificationDate()
getVerificationAttempts()
getVerificationsPassed()
getVerificationsFailed()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getUserGroupName()

getUserGroupName() : string

Get the user group name.

Returns

string

getTransactionId()

getTransactionId() : string

Get the transaction identifier of the delete.

Returns

string

getRegistrationDate()

getRegistrationDate() : \DateTime

Get when the user was registered.

Returns

\DateTime

getUpdateDate()

getUpdateDate() : \DateTime|null

Get when the user was last updated.

Returns

\DateTime|null

getVerificationDate()

getVerificationDate() : \DateTime|null

Get when the user was last verified.

Returns

\DateTime|null

getVerificationAttempts()

getVerificationAttempts() : integer

Get the number of verification attempts.

Returns

integer

getVerificationsPassed()

getVerificationsPassed() : integer

Get the number of verifications passed.

Returns

integer

getVerificationsFailed()

getVerificationsFailed() : integer

Get the number of verifications failed.

Returns

integer