package com.metaio.sdk.jni;

public class VisualSearchResponse
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public VisualSearchResponse()
  {
    this(MetaioSDKJNI.new_VisualSearchResponse__SWIG_0(), true);
  }

  public VisualSearchResponse(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public VisualSearchResponse(VisualSearchResponse paramVisualSearchResponse)
  {
    this(MetaioSDKJNI.new_VisualSearchResponse__SWIG_1(getCPtr(paramVisualSearchResponse), paramVisualSearchResponse), true);
  }

  public static long getCPtr(VisualSearchResponse paramVisualSearchResponse)
  {
    if (paramVisualSearchResponse == null)
      return 0L;
    return paramVisualSearchResponse.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_VisualSearchResponse(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public String getMetadata()
  {
    return MetaioSDKJNI.VisualSearchResponse_metadata_get(this.swigCPtr, this);
  }

  public String getTrackingConfiguration()
  {
    return MetaioSDKJNI.VisualSearchResponse_trackingConfiguration_get(this.swigCPtr, this);
  }

  public String getTrackingConfigurationName()
  {
    return MetaioSDKJNI.VisualSearchResponse_trackingConfigurationName_get(this.swigCPtr, this);
  }

  public float getVisualSearchScore()
  {
    return MetaioSDKJNI.VisualSearchResponse_visualSearchScore_get(this.swigCPtr, this);
  }

  public void setMetadata(String paramString)
  {
    MetaioSDKJNI.VisualSearchResponse_metadata_set(this.swigCPtr, this, paramString);
  }

  public void setTrackingConfiguration(String paramString)
  {
    MetaioSDKJNI.VisualSearchResponse_trackingConfiguration_set(this.swigCPtr, this, paramString);
  }

  public void setTrackingConfigurationName(String paramString)
  {
    MetaioSDKJNI.VisualSearchResponse_trackingConfigurationName_set(this.swigCPtr, this, paramString);
  }

  public void setVisualSearchScore(float paramFloat)
  {
    MetaioSDKJNI.VisualSearchResponse_visualSearchScore_set(this.swigCPtr, this, paramFloat);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.VisualSearchResponse
 * JD-Core Version:    0.6.2
 */