public static final class FingerprintA.UserInfoAndFingerprintTemplateId
extends java.lang.Object
FingerprintA
Modifier and Type | Method and Description |
---|---|
static FingerprintA.UserInfoAndFingerprintTemplateId |
newInstanceOf(FingerprintA.UserInfo userInfo,
int templateId)
Generate an instance object by specified information of parameter
|
int |
templateId()
On behalf of fingerprint template ID
|
java.lang.String |
toString()
is only used for debuging, not offers compatibility after upgrading
|
FingerprintA.UserInfo |
userInfo()
On behalf of corresponding user information of one fingerprint template
|
public static final FingerprintA.UserInfoAndFingerprintTemplateId newInstanceOf(FingerprintA.UserInfo userInfo, int templateId)
public FingerprintA.UserInfo userInfo()
FingerprintA
public int templateId()
FingerprintA
public java.lang.String toString()
toString
in class java.lang.Object