Package com.mparticle
Class AttributionError
- java.lang.Object
-
- com.mparticle.AttributionError
-
public class AttributionError extends java.lang.Object
Class representing the result of an attribution query to an integration partner.
-
-
Constructor Summary
Constructors Constructor Description AttributionError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
int
getServiceProviderId()
Get the service provider or integration id associated with this result.AttributionError
setMessage(java.lang.String message)
AttributionError
setServiceProviderId(int id)
java.lang.String
toString()
-
-
-
Method Detail
-
setMessage
@NonNull public AttributionError setMessage(@Nullable java.lang.String message)
-
setServiceProviderId
@NonNull public AttributionError setServiceProviderId(int id)
-
getServiceProviderId
public int getServiceProviderId()
Get the service provider or integration id associated with this result.- Returns:
- the id of the associated integration
- See Also:
MParticle.ServiceProviders
-
getMessage
@Nullable public java.lang.String getMessage()
-
toString
@NonNull public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-