\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline

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

Detailed Description

Hash on-premise implementation of the ComponentMetaData interface.

See also
Specification

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

[legend]

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

[legend]

Public Member Functions

 ComponentMetaDataHash (DeviceDetectionHashEngine engine, ComponentMetaDataSwig source)
Construct a new instance. More...
byte  getComponentId ()
String  getName ()
ProfileMetaData  getDefaultProfile ()
Iterable< FiftyOneAspectPropertyMetaData >  getProperties ()
FiftyOneAspectPropertyMetaData  getProperty (String propertyName)
int  hashCode () boolean  equals (Object obj) boolean  equals (ComponentMetaData other) String  toString () void  close () throws IOException

Constructor & Destructor Documentation

◆ ComponentMetaDataHash()

fiftyone.devicedetection.hash.engine.onpremise.data.ComponentMetaDataHash.ComponentMetaDataHash ( DeviceDetectionHashEngine   engine,
ComponentMetaDataSwig   source  
)

Construct a new instance.

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