Class OpenDsrIdentity
java.lang.Object
com.mparticle.sdk.model.dsrprocessing.OpenDsrIdentity
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Identity value encoding formats.static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
void
setEncoding
(OpenDsrIdentity.Encoding encoding) void
-
Constructor Details
-
OpenDsrIdentity
public OpenDsrIdentity()
-
-
Method Details
-
getEncoding
- Returns:
- the identity encoding
-
setEncoding
- Parameters:
encoding
- the identity encoding
-
getValue
- Returns:
- the identity value
-
setValue
- Parameters:
value
- the identity value
-