Package com.mparticle
Class AttributionError
- java.lang.Object
-
- com.mparticle.AttributionError
-
public class AttributionError extends java.lang.ObjectClass 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.StringgetMessage()intgetServiceProviderId()Get the service provider or integration id associated with this result.AttributionErrorsetMessage(java.lang.String message)AttributionErrorsetServiceProviderId(int id)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-