public class Meta
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Meta.Calibration
Liveness checking threshold calibration type.
|
static class |
Meta.Manufacturer
Manufacturer of device.
|
static class |
Meta.Model
Model of device.
|
static class |
Meta.Os
Operating system of device.
|
| Constructor and Description |
|---|
Meta()
Constructor.
|
Meta(Meta.Os os,
Meta.Manufacturer manufacturer,
Meta.Model model,
java.lang.String osVersion)
Constructor.
|
Meta(Meta.Os os,
Meta.Manufacturer manufacturer,
Meta.Model model,
java.lang.String osVersion,
Meta.Calibration calibration)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Meta.Calibration |
getCalibration()
Get liveness checking threshold calibration type.
|
int |
getCalibrationOrdinal()
Get ordinal of liveness checking threshold calibration type enum.
|
Meta.Manufacturer |
getManufacturer()
Get manufacturer of device.
|
int |
getManufacturerOrdinal()
Get ordinal of manufacturer of device enum.
|
Meta.Model |
getModel()
Get model of device.
|
int |
getModelOrdinal()
Get ordinal of model of device enum.
|
Meta.Os |
getOs()
Get operating system of device.
|
int |
getOsOrdinal()
Get ordinal of operating system of device enum.
|
java.lang.String |
getOsVersion()
Get version of device operating system.
|
void |
setCalibration(Meta.Calibration calibration)
Set liveness checking threshold calibration type.
|
void |
setManufacturer(Meta.Manufacturer manufacturer)
Set manufacturer of device.
|
void |
setModel(Meta.Model model)
Set model of device.
|
void |
setOs(Meta.Os os)
Set operating system of device.
|
void |
setOsVersion(java.lang.String osVersion)
Set version of device operating system.
|
java.lang.String |
toString() |
public Meta()
public Meta(Meta.Os os, Meta.Manufacturer manufacturer, Meta.Model model, java.lang.String osVersion)
os - operating system of device.manufacturer - manufacture of device.model - model of device.osVersion - version of device operating system.public Meta(Meta.Os os, Meta.Manufacturer manufacturer, Meta.Model model, java.lang.String osVersion, Meta.Calibration calibration)
os - operating system of device.manufacturer - manufacture of device.model - model of device.osVersion - version of device operating system.calibration - liveness checking threshold calibration type to use.public Meta.Os getOs()
public void setOs(Meta.Os os)
os - operating system of device.public Meta.Manufacturer getManufacturer()
public void setManufacturer(Meta.Manufacturer manufacturer)
manufacturer - manufacturer of device.public Meta.Model getModel()
public void setModel(Meta.Model model)
model - model of device.public java.lang.String getOsVersion()
public void setOsVersion(java.lang.String osVersion)
osVersion - version of device operating system.public Meta.Calibration getCalibration()
public void setCalibration(Meta.Calibration calibration)
calibration - liveness checking threshold calibration type.public int getOsOrdinal()
public int getManufacturerOrdinal()
public int getModelOrdinal()
public int getCalibrationOrdinal()
public java.lang.String toString()
toString in class java.lang.Object