@@ -159,7 +159,6 @@ private okhttp3.Call getBatchReportValidateBeforeCall(String batchId, final Prog
159159 */
160160 public InlineResponse2007 getBatchReport (String batchId ) throws ApiException {
161161 logger .info ("CALL TO METHOD 'getBatchReport' STARTED" );
162- this .apiClient .setComputationStartTime (System .nanoTime ());
163162 ApiResponse <InlineResponse2007 > resp = getBatchReportWithHttpInfo (batchId );
164163 logger .info ("CALL TO METHOD 'getBatchReport' ENDED" );
165164 return resp .getData ();
@@ -173,6 +172,7 @@ public InlineResponse2007 getBatchReport(String batchId) throws ApiException {
173172 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
174173 */
175174 public ApiResponse <InlineResponse2007 > getBatchReportWithHttpInfo (String batchId ) throws ApiException {
175+ this .apiClient .setComputationStartTime (System .nanoTime ());
176176 okhttp3 .Call call = getBatchReportValidateBeforeCall (batchId , null , null );
177177 Type localVarReturnType = new TypeToken <InlineResponse2007 >(){}.getType ();
178178 return apiClient .execute (call , localVarReturnType );
@@ -304,7 +304,6 @@ private okhttp3.Call getBatchStatusValidateBeforeCall(String batchId, final Prog
304304 */
305305 public InlineResponse2006 getBatchStatus (String batchId ) throws ApiException {
306306 logger .info ("CALL TO METHOD 'getBatchStatus' STARTED" );
307- this .apiClient .setComputationStartTime (System .nanoTime ());
308307 ApiResponse <InlineResponse2006 > resp = getBatchStatusWithHttpInfo (batchId );
309308 logger .info ("CALL TO METHOD 'getBatchStatus' ENDED" );
310309 return resp .getData ();
@@ -318,6 +317,7 @@ public InlineResponse2006 getBatchStatus(String batchId) throws ApiException {
318317 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
319318 */
320319 public ApiResponse <InlineResponse2006 > getBatchStatusWithHttpInfo (String batchId ) throws ApiException {
320+ this .apiClient .setComputationStartTime (System .nanoTime ());
321321 okhttp3 .Call call = getBatchStatusValidateBeforeCall (batchId , null , null );
322322 Type localVarReturnType = new TypeToken <InlineResponse2006 >(){}.getType ();
323323 return apiClient .execute (call , localVarReturnType );
@@ -456,7 +456,6 @@ private okhttp3.Call getBatchesListValidateBeforeCall(Long offset, Long limit, S
456456 */
457457 public InlineResponse2005 getBatchesList (Long offset , Long limit , String fromDate , String toDate ) throws ApiException {
458458 logger .info ("CALL TO METHOD 'getBatchesList' STARTED" );
459- this .apiClient .setComputationStartTime (System .nanoTime ());
460459 ApiResponse <InlineResponse2005 > resp = getBatchesListWithHttpInfo (offset , limit , fromDate , toDate );
461460 logger .info ("CALL TO METHOD 'getBatchesList' ENDED" );
462461 return resp .getData ();
@@ -473,6 +472,7 @@ public InlineResponse2005 getBatchesList(Long offset, Long limit, String fromDat
473472 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
474473 */
475474 public ApiResponse <InlineResponse2005 > getBatchesListWithHttpInfo (Long offset , Long limit , String fromDate , String toDate ) throws ApiException {
475+ this .apiClient .setComputationStartTime (System .nanoTime ());
476476 okhttp3 .Call call = getBatchesListValidateBeforeCall (offset , limit , fromDate , toDate , null , null );
477477 Type localVarReturnType = new TypeToken <InlineResponse2005 >(){}.getType ();
478478 return apiClient .execute (call , localVarReturnType );
@@ -603,7 +603,6 @@ private okhttp3.Call postBatchValidateBeforeCall(Body body, final ProgressRespon
603603 */
604604 public InlineResponse202 postBatch (Body body ) throws ApiException {
605605 logger .info ("CALL TO METHOD 'postBatch' STARTED" );
606- this .apiClient .setComputationStartTime (System .nanoTime ());
607606 ApiResponse <InlineResponse202 > resp = postBatchWithHttpInfo (body );
608607 logger .info ("CALL TO METHOD 'postBatch' ENDED" );
609608 return resp .getData ();
@@ -617,6 +616,7 @@ public InlineResponse202 postBatch(Body body) throws ApiException {
617616 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
618617 */
619618 public ApiResponse <InlineResponse202 > postBatchWithHttpInfo (Body body ) throws ApiException {
619+ this .apiClient .setComputationStartTime (System .nanoTime ());
620620 okhttp3 .Call call = postBatchValidateBeforeCall (body , null , null );
621621 Type localVarReturnType = new TypeToken <InlineResponse202 >(){}.getType ();
622622 return apiClient .execute (call , localVarReturnType );
0 commit comments