Package org.prebid.mobile
Class NativeData
-
- All Implemented Interfaces:
public class NativeDataResponse object for native data asset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumNativeData.TypeEnum type of native data.
-
Field Summary
Fields Modifier and Type Field Description public final inttypeNumberpublic final Stringvalue
-
Constructor Summary
Constructors Constructor Description NativeData(int typeNumber, String value)NativeData(NativeData.Type type, String value)
-
Method Summary
Modifier and Type Method Description intgetTypeNumber()StringgetValue()NativeData.TypegetType()booleanequals(Object object)-
-
Constructor Detail
-
NativeData
NativeData(int typeNumber, String value)
-
NativeData
NativeData(NativeData.Type type, String value)
-
-
Method Detail
-
getTypeNumber
int getTypeNumber()
-
getType
NativeData.Type getType()
-
-
-
-