static void n_SetErrorResponse_Ljava_util_List_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Applozic.Mobicomkit.Feed.ChannelFeedListResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeedListResponse> (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.ChannelFeedListResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeedListResponse> (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.ChannelFeedListResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeedListResponse> (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.ChannelFeedListResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ChannelFeedListResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.Status));
 }