static IntPtr n_GetRequestBody(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Network.Http.Request.HttpPutRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.Http.Request.HttpPutRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.RequestBody));
 }
 static void n_SetBody_Lcom_liveperson_infra_network_http_body_HttpRequestBody_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.Network.Http.Request.HttpPutRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.Http.Request.HttpPutRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Network.Http.Body.IHttpRequestBody  p0     = (global::Com.Liveperson.Infra.Network.Http.Body.IHttpRequestBody)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.Http.Body.IHttpRequestBody> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetBody(p0);
 }