\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline

fiftyone.devicedetection.hash.engine.onpremise.data.ValueMetaDataHash Class Reference

Detailed Description

Hash on-premise implementation of the ValueMetaData interface.

See also
Specification

Inheritance diagram for fiftyone.devicedetection.hash.engine.onpremise.data.ValueMetaDataHash:

[legend]

Collaboration diagram for fiftyone.devicedetection.hash.engine.onpremise.data.ValueMetaDataHash:

[legend]

Public Member Functions

 ValueMetaDataHash (DeviceDetectionHashEngine engine, ValueMetaDataSwig source)
Construct a new instance. More...
FiftyOneAspectPropertyMetaData  getProperty ()
String  getName ()
String  getDescription ()
String  getUrl ()
int  hashCode ()
boolean  equals (Object obj) boolean  equals (ValueMetaData other) String  toString () void  close () throws IOException

Constructor & Destructor Documentation

◆ ValueMetaDataHash()

fiftyone.devicedetection.hash.engine.onpremise.data.ValueMetaDataHash.ValueMetaDataHash ( DeviceDetectionHashEngine   engine,
ValueMetaDataSwig   source  
)

Construct a new instance.

Parameters
engine - the engine creating the instance
source - the source metadata from the native engine
On This Page