package com.metaio.sdk.jni;

public class MetaioWorldRequestChannelsRatingsGet extends MetaioWorldRequest
{
  private long swigCPtr;

  public MetaioWorldRequestChannelsRatingsGet()
  {
    this(MetaioSDKJNI.new_MetaioWorldRequestChannelsRatingsGet(), true);
  }

  public MetaioWorldRequestChannelsRatingsGet(long paramLong, boolean paramBoolean)
  {
    super(MetaioSDKJNI.MetaioWorldRequestChannelsRatingsGet_SWIGUpcast(paramLong), paramBoolean);
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(MetaioWorldRequestChannelsRatingsGet paramMetaioWorldRequestChannelsRatingsGet)
  {
    if (paramMetaioWorldRequestChannelsRatingsGet == null)
      return 0L;
    return paramMetaioWorldRequestChannelsRatingsGet.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_MetaioWorldRequestChannelsRatingsGet(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      super.delete();
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public String getRequestURI()
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsRatingsGet_getRequestURI(this.swigCPtr, this);
  }

  public MetaioWorldChannelRating getResult()
  {
    return new MetaioWorldChannelRating(MetaioSDKJNI.MetaioWorldRequestChannelsRatingsGet_getResult(this.swigCPtr, this), true);
  }

  public int handleResponse(String paramString, int paramInt)
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsRatingsGet_handleResponse(this.swigCPtr, this, paramString, paramInt);
  }

  public void setChannelID(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsRatingsGet_setChannelID(this.swigCPtr, this, paramInt);
  }

  public void setLimit(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsRatingsGet_setLimit(this.swigCPtr, this, paramInt);
  }

  public void setPage(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsRatingsGet_setPage(this.swigCPtr, this, paramInt);
  }
}

/* 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.MetaioWorldRequestChannelsRatingsGet
 * JD-Core Version:    0.6.2
 */