package com.ikea.shared;

import com.ikea.shared.user.model.AuthResponse;
import com.ikea.shared.util.ServiceCallback;

public class StickyRequest
{
  private final ServiceCallback<AuthResponse> callback;
  private final long requestID;

  public StickyRequest(long paramLong, ServiceCallback<AuthResponse> paramServiceCallback)
  {
    this.requestID = paramLong;
    this.callback = paramServiceCallback;
  }

  public ServiceCallback<AuthResponse> getCallback()
  {
    return this.callback;
  }

  public long getRequestID()
  {
    return this.requestID;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.StickyRequest
 * JD-Core Version:    0.6.2
 */