package com.metaio.sdk.jni;

public class MetaioWorldRequestChannelsRatingsCreate extends MetaioWorldRequest
{
  private long swigCPtr;

  public MetaioWorldRequestChannelsRatingsCreate()
  {
    this(MetaioSDKJNI.new_MetaioWorldRequestChannelsRatingsCreate(), true);
  }

  public MetaioWorldRequestChannelsRatingsCreate(long paramLong, boolean paramBoolean)
  {
    super(MetaioSDKJNI.MetaioWorldRequestChannelsRatingsCreate_SWIGUpcast(paramLong), paramBoolean);
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(MetaioWorldRequestChannelsRatingsCreate paramMetaioWorldRequestChannelsRatingsCreate)
  {
    if (paramMetaioWorldRequestChannelsRatingsCreate == null)
      return 0L;
    return paramMetaioWorldRequestChannelsRatingsCreate.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_MetaioWorldRequestChannelsRatingsCreate(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      super.delete();
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public int getRating()
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsRatingsCreate_getRating(this.swigCPtr, this);
  }

  public String getRequestURI()
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsRatingsCreate_getRequestURI(this.swigCPtr, this);
  }

  public int handleResponse(String paramString, int paramInt)
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsRatingsCreate_handleResponse(this.swigCPtr, this, paramString, paramInt);
  }

  public void setChannelID(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsRatingsCreate_setChannelID(this.swigCPtr, this, paramInt);
  }

  public void setRating(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsRatingsCreate_setRating(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.MetaioWorldRequestChannelsRatingsCreate
 * JD-Core Version:    0.6.2
 */