static void n_SetOffset_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Liveperson.Messaging.Network.Http.IncaGetConversationsListRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Http.IncaGetConversationsListRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetOffset(p0);
 }
 static long n_GetOffset(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Messaging.Network.Http.IncaGetConversationsListRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Http.IncaGetConversationsListRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Offset);
 }