@@ -78,7 +78,8 @@ public void setCustomBaseUrl(String customBaseUrl) {
7878 * <tr><td> 200 </td><td> Device info. </td><td> - </td></tr>
7979 * </table>
8080 */
81- public okhttp3 .Call healthzCall (String xRequestID , final ApiCallback _callback )
81+ public okhttp3 .Call healthzCall (
82+ @ javax .annotation .Nullable String xRequestID , final ApiCallback _callback )
8283 throws ApiException {
8384 String basePath = null ;
8485 // Operation Servers
@@ -137,7 +138,8 @@ public okhttp3.Call healthzCall(String xRequestID, final ApiCallback _callback)
137138 }
138139
139140 @ 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 )
141143 throws ApiException {
142144 return healthzCall (xRequestID , _callback );
143145 }
@@ -156,7 +158,7 @@ private okhttp3.Call healthzValidateBeforeCall(String xRequestID, final ApiCallb
156158 * <tr><td> 200 </td><td> Device info. </td><td> - </td></tr>
157159 * </table>
158160 */
159- public Healthcheck healthz (String xRequestID ) throws ApiException {
161+ public Healthcheck healthz (@ javax . annotation . Nullable String xRequestID ) throws ApiException {
160162 ApiResponse <Healthcheck > localVarResp = healthzWithHttpInfo (xRequestID );
161163 return localVarResp .getData ();
162164 }
@@ -175,7 +177,8 @@ public Healthcheck healthz(String xRequestID) throws ApiException {
175177 * <tr><td> 200 </td><td> Device info. </td><td> - </td></tr>
176178 * </table>
177179 */
178- public ApiResponse <Healthcheck > healthzWithHttpInfo (String xRequestID ) throws ApiException {
180+ public ApiResponse <Healthcheck > healthzWithHttpInfo (@ javax .annotation .Nullable String xRequestID )
181+ throws ApiException {
179182 okhttp3 .Call localVarCall = healthzValidateBeforeCall (xRequestID , null );
180183 Type localVarReturnType = new TypeToken <Healthcheck >() {}.getType ();
181184 return localVarApiClient .execute (localVarCall , localVarReturnType );
@@ -195,7 +198,8 @@ public ApiResponse<Healthcheck> healthzWithHttpInfo(String xRequestID) throws Ap
195198 * <tr><td> 200 </td><td> Device info. </td><td> - </td></tr>
196199 * </table>
197200 */
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 )
199203 throws ApiException {
200204
201205 okhttp3 .Call localVarCall = healthzValidateBeforeCall (xRequestID , _callback );
@@ -220,7 +224,9 @@ public okhttp3.Call healthzAsync(String xRequestID, final ApiCallback<Healthchec
220224 * @deprecated
221225 */
222226 @ 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 {
224230 String basePath = null ;
225231 // Operation Servers
226232 String [] localBasePaths = new String [] {};
@@ -279,7 +285,8 @@ public okhttp3.Call pingCall(String xRequestID, final ApiCallback _callback) thr
279285
280286 @ Deprecated
281287 @ 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 )
283290 throws ApiException {
284291 return pingCall (xRequestID , _callback );
285292 }
@@ -301,7 +308,7 @@ private okhttp3.Call pingValidateBeforeCall(String xRequestID, final ApiCallback
301308 * @deprecated
302309 */
303310 @ Deprecated
304- public DeviceInfo ping (String xRequestID ) throws ApiException {
311+ public DeviceInfo ping (@ javax . annotation . Nullable String xRequestID ) throws ApiException {
305312 ApiResponse <DeviceInfo > localVarResp = pingWithHttpInfo (xRequestID );
306313 return localVarResp .getData ();
307314 }
@@ -323,7 +330,8 @@ public DeviceInfo ping(String xRequestID) throws ApiException {
323330 * @deprecated
324331 */
325332 @ Deprecated
326- public ApiResponse <DeviceInfo > pingWithHttpInfo (String xRequestID ) throws ApiException {
333+ public ApiResponse <DeviceInfo > pingWithHttpInfo (@ javax .annotation .Nullable String xRequestID )
334+ throws ApiException {
327335 okhttp3 .Call localVarCall = pingValidateBeforeCall (xRequestID , null );
328336 Type localVarReturnType = new TypeToken <DeviceInfo >() {}.getType ();
329337 return localVarApiClient .execute (localVarCall , localVarReturnType );
@@ -346,7 +354,8 @@ public ApiResponse<DeviceInfo> pingWithHttpInfo(String xRequestID) throws ApiExc
346354 * @deprecated
347355 */
348356 @ 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 )
350359 throws ApiException {
351360
352361 okhttp3 .Call localVarCall = pingValidateBeforeCall (xRequestID , _callback );
@@ -369,7 +378,8 @@ public okhttp3.Call pingAsync(String xRequestID, final ApiCallback<DeviceInfo> _
369378 * <tr><td> 400 </td><td> The license is not valid. </td><td> - </td></tr>
370379 * </table>
371380 */
372- public okhttp3 .Call readyzCall (String xRequestID , final ApiCallback _callback )
381+ public okhttp3 .Call readyzCall (
382+ @ javax .annotation .Nullable String xRequestID , final ApiCallback _callback )
373383 throws ApiException {
374384 String basePath = null ;
375385 // Operation Servers
@@ -428,7 +438,8 @@ public okhttp3.Call readyzCall(String xRequestID, final ApiCallback _callback)
428438 }
429439
430440 @ 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 )
432443 throws ApiException {
433444 return readyzCall (xRequestID , _callback );
434445 }
@@ -447,7 +458,7 @@ private okhttp3.Call readyzValidateBeforeCall(String xRequestID, final ApiCallba
447458 * <tr><td> 400 </td><td> The license is not valid. </td><td> - </td></tr>
448459 * </table>
449460 */
450- public void readyz (String xRequestID ) throws ApiException {
461+ public void readyz (@ javax . annotation . Nullable String xRequestID ) throws ApiException {
451462 readyzWithHttpInfo (xRequestID );
452463 }
453464
@@ -466,7 +477,8 @@ public void readyz(String xRequestID) throws ApiException {
466477 * <tr><td> 400 </td><td> The license is not valid. </td><td> - </td></tr>
467478 * </table>
468479 */
469- public ApiResponse <Void > readyzWithHttpInfo (String xRequestID ) throws ApiException {
480+ public ApiResponse <Void > readyzWithHttpInfo (@ javax .annotation .Nullable String xRequestID )
481+ throws ApiException {
470482 okhttp3 .Call localVarCall = readyzValidateBeforeCall (xRequestID , null );
471483 return localVarApiClient .execute (localVarCall );
472484 }
@@ -486,7 +498,8 @@ public ApiResponse<Void> readyzWithHttpInfo(String xRequestID) throws ApiExcepti
486498 * <tr><td> 400 </td><td> The license is not valid. </td><td> - </td></tr>
487499 * </table>
488500 */
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 )
490503 throws ApiException {
491504
492505 okhttp3 .Call localVarCall = readyzValidateBeforeCall (xRequestID , _callback );
0 commit comments