static void n_SetErrorResponse_Ljava_util_List_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            var p0 = global::Android.Runtime.JavaList <global::Com.Applozic.Mobicomkit.Feed.ErrorResponseFeed> .FromJniHandle(native_p0, JniHandleOwnership.DoNotTransfer);

            __this.ErrorResponse = p0;
        }
        static void n_SetStatus_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0 = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);

            __this.Status = p0;
        }
 static IntPtr n_GetErrorResponse(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaList <global::Com.Applozic.Mobicomkit.Feed.ErrorResponseFeed> .ToLocalJniHandle(__this.ErrorResponse));
 }
 static IntPtr n_GetStatus(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.Status));
 }
 static void n_SetResponse_Lcom_applozic_mobicomkit_feed_ChannelFeed_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Applozic.Mobicomkit.Feed.ChannelFeed            p0     = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeed> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Response = p0;
 }
 static bool n_IsSuccess(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeedApiResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsSuccess);
 }