Package com.mparticle

Class AttributionError


  • public class AttributionError
    extends java.lang.Object
    Class representing the result of an attribution query to an integration partner.
    • Constructor Detail

      • AttributionError

        public AttributionError()
    • 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 class java.lang.Object