\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline

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

Detailed Description

Hash on-premise implementation of the ProfileMetaData interface.

See also
Specification

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

[legend]

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

[legend]

Public Member Functions

 ProfileMetaDataHash (DeviceDetectionHashEngine engine, ProfileMetaDataSwig source)
Construct a new instance. More...
int  getProfileId ()
CloseableIterable< ValueMetaData >  getValues ()
CloseableIterable< ValueMetaData >  getValues (String propertyName)
ValueMetaData  getValue (String propertyName, String valueName)
ComponentMetaData  getComponent ()
String  getName () int  hashCode () boolean  equals (Object obj) boolean  equals (ProfileMetaData other) String  toString () void  close () throws IOException

Constructor & Destructor Documentation

◆ ProfileMetaDataHash()

fiftyone.devicedetection.hash.engine.onpremise.data.ProfileMetaDataHash.ProfileMetaDataHash ( DeviceDetectionHashEngine   engine,
ProfileMetaDataSwig   source  
)

Construct a new instance.

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