package com.metaio.sdk.jni;

public class MetaioWorldRequestChannelsSubscribe extends MetaioWorldRequest
{
  private long swigCPtr;

  public MetaioWorldRequestChannelsSubscribe()
  {
    this(MetaioSDKJNI.new_MetaioWorldRequestChannelsSubscribe(), true);
  }

  public MetaioWorldRequestChannelsSubscribe(long paramLong, boolean paramBoolean)
  {
    super(MetaioSDKJNI.MetaioWorldRequestChannelsSubscribe_SWIGUpcast(paramLong), paramBoolean);
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(MetaioWorldRequestChannelsSubscribe paramMetaioWorldRequestChannelsSubscribe)
  {
    if (paramMetaioWorldRequestChannelsSubscribe == null)
      return 0L;
    return paramMetaioWorldRequestChannelsSubscribe.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_MetaioWorldRequestChannelsSubscribe(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      super.delete();
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public MetaioWorldChannelActions getAction()
  {
    return MetaioWorldChannelActions.swigToEnum(MetaioSDKJNI.MetaioWorldRequestChannelsSubscribe_getAction(this.swigCPtr, this));
  }

  public String getRequestURI()
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsSubscribe_getRequestURI(this.swigCPtr, this);
  }

  public int handleResponse(String paramString, int paramInt)
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsSubscribe_handleResponse(this.swigCPtr, this, paramString, paramInt);
  }

  public void setAction(MetaioWorldChannelActions paramMetaioWorldChannelActions)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSubscribe_setAction(this.swigCPtr, this, paramMetaioWorldChannelActions.swigValue());
  }

  public void setChannelID(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSubscribe_setChannelID(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.MetaioWorldRequestChannelsSubscribe
 * JD-Core Version:    0.6.2
 */