@@ -78,7 +78,8 @@ public void setCustomBaseUrl(String customBaseUrl) {
78
78
* <tr><td> 200 </td><td> Device info. </td><td> - </td></tr>
79
79
* </table>
80
80
*/
81
- public okhttp3 .Call healthzCall (String xRequestID , final ApiCallback _callback )
81
+ public okhttp3 .Call healthzCall (
82
+ @ javax .annotation .Nullable String xRequestID , final ApiCallback _callback )
82
83
throws ApiException {
83
84
String basePath = null ;
84
85
// Operation Servers
@@ -137,7 +138,8 @@ public okhttp3.Call healthzCall(String xRequestID, final ApiCallback _callback)
137
138
}
138
139
139
140
@ SuppressWarnings ("rawtypes" )
140
- private okhttp3 .Call healthzValidateBeforeCall (String xRequestID , final ApiCallback _callback )
141
+ private okhttp3 .Call healthzValidateBeforeCall (
142
+ @ javax .annotation .Nullable String xRequestID , final ApiCallback _callback )
141
143
throws ApiException {
142
144
return healthzCall (xRequestID , _callback );
143
145
}
@@ -156,7 +158,7 @@ private okhttp3.Call healthzValidateBeforeCall(String xRequestID, final ApiCallb
156
158
* <tr><td> 200 </td><td> Device info. </td><td> - </td></tr>
157
159
* </table>
158
160
*/
159
- public Healthcheck healthz (String xRequestID ) throws ApiException {
161
+ public Healthcheck healthz (@ javax . annotation . Nullable String xRequestID ) throws ApiException {
160
162
ApiResponse <Healthcheck > localVarResp = healthzWithHttpInfo (xRequestID );
161
163
return localVarResp .getData ();
162
164
}
@@ -175,7 +177,8 @@ public Healthcheck healthz(String xRequestID) throws ApiException {
175
177
* <tr><td> 200 </td><td> Device info. </td><td> - </td></tr>
176
178
* </table>
177
179
*/
178
- public ApiResponse <Healthcheck > healthzWithHttpInfo (String xRequestID ) throws ApiException {
180
+ public ApiResponse <Healthcheck > healthzWithHttpInfo (@ javax .annotation .Nullable String xRequestID )
181
+ throws ApiException {
179
182
okhttp3 .Call localVarCall = healthzValidateBeforeCall (xRequestID , null );
180
183
Type localVarReturnType = new TypeToken <Healthcheck >() {}.getType ();
181
184
return localVarApiClient .execute (localVarCall , localVarReturnType );
@@ -195,7 +198,8 @@ public ApiResponse<Healthcheck> healthzWithHttpInfo(String xRequestID) throws Ap
195
198
* <tr><td> 200 </td><td> Device info. </td><td> - </td></tr>
196
199
* </table>
197
200
*/
198
- public okhttp3 .Call healthzAsync (String xRequestID , final ApiCallback <Healthcheck > _callback )
201
+ public okhttp3 .Call healthzAsync (
202
+ @ javax .annotation .Nullable String xRequestID , final ApiCallback <Healthcheck > _callback )
199
203
throws ApiException {
200
204
201
205
okhttp3 .Call localVarCall = healthzValidateBeforeCall (xRequestID , _callback );
@@ -220,7 +224,9 @@ public okhttp3.Call healthzAsync(String xRequestID, final ApiCallback<Healthchec
220
224
* @deprecated
221
225
*/
222
226
@ Deprecated
223
- public okhttp3 .Call pingCall (String xRequestID , final ApiCallback _callback ) throws ApiException {
227
+ public okhttp3 .Call pingCall (
228
+ @ javax .annotation .Nullable String xRequestID , final ApiCallback _callback )
229
+ throws ApiException {
224
230
String basePath = null ;
225
231
// Operation Servers
226
232
String [] localBasePaths = new String [] {};
@@ -279,7 +285,8 @@ public okhttp3.Call pingCall(String xRequestID, final ApiCallback _callback) thr
279
285
280
286
@ Deprecated
281
287
@ SuppressWarnings ("rawtypes" )
282
- private okhttp3 .Call pingValidateBeforeCall (String xRequestID , final ApiCallback _callback )
288
+ private okhttp3 .Call pingValidateBeforeCall (
289
+ @ javax .annotation .Nullable String xRequestID , final ApiCallback _callback )
283
290
throws ApiException {
284
291
return pingCall (xRequestID , _callback );
285
292
}
@@ -301,7 +308,7 @@ private okhttp3.Call pingValidateBeforeCall(String xRequestID, final ApiCallback
301
308
* @deprecated
302
309
*/
303
310
@ Deprecated
304
- public DeviceInfo ping (String xRequestID ) throws ApiException {
311
+ public DeviceInfo ping (@ javax . annotation . Nullable String xRequestID ) throws ApiException {
305
312
ApiResponse <DeviceInfo > localVarResp = pingWithHttpInfo (xRequestID );
306
313
return localVarResp .getData ();
307
314
}
@@ -323,7 +330,8 @@ public DeviceInfo ping(String xRequestID) throws ApiException {
323
330
* @deprecated
324
331
*/
325
332
@ Deprecated
326
- public ApiResponse <DeviceInfo > pingWithHttpInfo (String xRequestID ) throws ApiException {
333
+ public ApiResponse <DeviceInfo > pingWithHttpInfo (@ javax .annotation .Nullable String xRequestID )
334
+ throws ApiException {
327
335
okhttp3 .Call localVarCall = pingValidateBeforeCall (xRequestID , null );
328
336
Type localVarReturnType = new TypeToken <DeviceInfo >() {}.getType ();
329
337
return localVarApiClient .execute (localVarCall , localVarReturnType );
@@ -346,7 +354,8 @@ public ApiResponse<DeviceInfo> pingWithHttpInfo(String xRequestID) throws ApiExc
346
354
* @deprecated
347
355
*/
348
356
@ Deprecated
349
- public okhttp3 .Call pingAsync (String xRequestID , final ApiCallback <DeviceInfo > _callback )
357
+ public okhttp3 .Call pingAsync (
358
+ @ javax .annotation .Nullable String xRequestID , final ApiCallback <DeviceInfo > _callback )
350
359
throws ApiException {
351
360
352
361
okhttp3 .Call localVarCall = pingValidateBeforeCall (xRequestID , _callback );
@@ -369,7 +378,8 @@ public okhttp3.Call pingAsync(String xRequestID, final ApiCallback<DeviceInfo> _
369
378
* <tr><td> 400 </td><td> The license is not valid. </td><td> - </td></tr>
370
379
* </table>
371
380
*/
372
- public okhttp3 .Call readyzCall (String xRequestID , final ApiCallback _callback )
381
+ public okhttp3 .Call readyzCall (
382
+ @ javax .annotation .Nullable String xRequestID , final ApiCallback _callback )
373
383
throws ApiException {
374
384
String basePath = null ;
375
385
// Operation Servers
@@ -428,7 +438,8 @@ public okhttp3.Call readyzCall(String xRequestID, final ApiCallback _callback)
428
438
}
429
439
430
440
@ SuppressWarnings ("rawtypes" )
431
- private okhttp3 .Call readyzValidateBeforeCall (String xRequestID , final ApiCallback _callback )
441
+ private okhttp3 .Call readyzValidateBeforeCall (
442
+ @ javax .annotation .Nullable String xRequestID , final ApiCallback _callback )
432
443
throws ApiException {
433
444
return readyzCall (xRequestID , _callback );
434
445
}
@@ -447,7 +458,7 @@ private okhttp3.Call readyzValidateBeforeCall(String xRequestID, final ApiCallba
447
458
* <tr><td> 400 </td><td> The license is not valid. </td><td> - </td></tr>
448
459
* </table>
449
460
*/
450
- public void readyz (String xRequestID ) throws ApiException {
461
+ public void readyz (@ javax . annotation . Nullable String xRequestID ) throws ApiException {
451
462
readyzWithHttpInfo (xRequestID );
452
463
}
453
464
@@ -466,7 +477,8 @@ public void readyz(String xRequestID) throws ApiException {
466
477
* <tr><td> 400 </td><td> The license is not valid. </td><td> - </td></tr>
467
478
* </table>
468
479
*/
469
- public ApiResponse <Void > readyzWithHttpInfo (String xRequestID ) throws ApiException {
480
+ public ApiResponse <Void > readyzWithHttpInfo (@ javax .annotation .Nullable String xRequestID )
481
+ throws ApiException {
470
482
okhttp3 .Call localVarCall = readyzValidateBeforeCall (xRequestID , null );
471
483
return localVarApiClient .execute (localVarCall );
472
484
}
@@ -486,7 +498,8 @@ public ApiResponse<Void> readyzWithHttpInfo(String xRequestID) throws ApiExcepti
486
498
* <tr><td> 400 </td><td> The license is not valid. </td><td> - </td></tr>
487
499
* </table>
488
500
*/
489
- public okhttp3 .Call readyzAsync (String xRequestID , final ApiCallback <Void > _callback )
501
+ public okhttp3 .Call readyzAsync (
502
+ @ javax .annotation .Nullable String xRequestID , final ApiCallback <Void > _callback )
490
503
throws ApiException {
491
504
492
505
okhttp3 .Call localVarCall = readyzValidateBeforeCall (xRequestID , _callback );
0 commit comments