com.mparticle.sdk.model.dsrprocessing.DsrProcessingResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
mParticle Java SDK used to integrate with mParticle's Firehose API
package com.mparticle.sdk.model.dsrprocessing;
import com.mparticle.sdk.model.Message;
public final class DsrProcessingResponse extends Message {
public DsrProcessingResponse() {
super(Message.Type.DSR_PROCESSING_RESPONSE);
}
}