-
public class NativeData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumNativeData.Type
-
Field Summary
Fields Modifier and Type Field Description private final inttypeNumberprivate 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
@NonNull() NativeData.Type getType()
-
-
-
-