-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVerificationUpdateRequest.java
More file actions
642 lines (552 loc) · 24.8 KB
/
VerificationUpdateRequest.java
File metadata and controls
642 lines (552 loc) · 24.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
/*
* Bandwidth
* Bandwidth's Communication APIs
*
* The version of the OpenAPI document: 1.0.0
* Contact: letstalk@bandwidth.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.bandwidth.sdk.model;
import java.util.Objects;
import com.bandwidth.sdk.model.Address;
import com.bandwidth.sdk.model.Contact;
import com.bandwidth.sdk.model.OptInWorkflow;
import com.google.gson.TypeAdapter;
import com.google.gson.annotations.JsonAdapter;
import com.google.gson.annotations.SerializedName;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import java.io.IOException;
import java.util.Arrays;
import org.openapitools.jackson.nullable.JsonNullable;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonArray;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonDeserializer;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParseException;
import com.google.gson.TypeAdapterFactory;
import com.google.gson.reflect.TypeToken;
import com.google.gson.TypeAdapter;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import java.io.IOException;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.bandwidth.sdk.JSON;
/**
* VerificationUpdateRequest
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.10.0")
public class VerificationUpdateRequest {
public static final String SERIALIZED_NAME_BUSINESS_ADDRESS = "businessAddress";
@SerializedName(SERIALIZED_NAME_BUSINESS_ADDRESS)
@javax.annotation.Nonnull
private Address businessAddress;
public static final String SERIALIZED_NAME_BUSINESS_CONTACT = "businessContact";
@SerializedName(SERIALIZED_NAME_BUSINESS_CONTACT)
@javax.annotation.Nonnull
private Contact businessContact;
public static final String SERIALIZED_NAME_MESSAGE_VOLUME = "messageVolume";
@SerializedName(SERIALIZED_NAME_MESSAGE_VOLUME)
@javax.annotation.Nonnull
private Integer messageVolume;
public static final String SERIALIZED_NAME_USE_CASE = "useCase";
@SerializedName(SERIALIZED_NAME_USE_CASE)
@javax.annotation.Nonnull
private String useCase;
public static final String SERIALIZED_NAME_USE_CASE_SUMMARY = "useCaseSummary";
@SerializedName(SERIALIZED_NAME_USE_CASE_SUMMARY)
@javax.annotation.Nonnull
private String useCaseSummary;
public static final String SERIALIZED_NAME_PRODUCTION_MESSAGE_CONTENT = "productionMessageContent";
@SerializedName(SERIALIZED_NAME_PRODUCTION_MESSAGE_CONTENT)
@javax.annotation.Nonnull
private String productionMessageContent;
public static final String SERIALIZED_NAME_OPT_IN_WORKFLOW = "optInWorkflow";
@SerializedName(SERIALIZED_NAME_OPT_IN_WORKFLOW)
@javax.annotation.Nonnull
private OptInWorkflow optInWorkflow;
public static final String SERIALIZED_NAME_ADDITIONAL_INFORMATION = "additionalInformation";
@SerializedName(SERIALIZED_NAME_ADDITIONAL_INFORMATION)
@javax.annotation.Nullable
private String additionalInformation;
public static final String SERIALIZED_NAME_ISV_RESELLER = "isvReseller";
@SerializedName(SERIALIZED_NAME_ISV_RESELLER)
@javax.annotation.Nullable
private String isvReseller;
public static final String SERIALIZED_NAME_PRIVACY_POLICY_URL = "privacyPolicyUrl";
@SerializedName(SERIALIZED_NAME_PRIVACY_POLICY_URL)
@javax.annotation.Nullable
private String privacyPolicyUrl;
public static final String SERIALIZED_NAME_TERMS_AND_CONDITIONS_URL = "termsAndConditionsUrl";
@SerializedName(SERIALIZED_NAME_TERMS_AND_CONDITIONS_URL)
@javax.annotation.Nullable
private String termsAndConditionsUrl;
public static final String SERIALIZED_NAME_BUSINESS_DBA = "businessDba";
@SerializedName(SERIALIZED_NAME_BUSINESS_DBA)
@javax.annotation.Nullable
private String businessDba;
public VerificationUpdateRequest() {
}
public VerificationUpdateRequest businessAddress(@javax.annotation.Nonnull Address businessAddress) {
this.businessAddress = businessAddress;
return this;
}
/**
* Get businessAddress
* @return businessAddress
*/
@javax.annotation.Nonnull
public Address getBusinessAddress() {
return businessAddress;
}
public void setBusinessAddress(@javax.annotation.Nonnull Address businessAddress) {
this.businessAddress = businessAddress;
}
public VerificationUpdateRequest businessContact(@javax.annotation.Nonnull Contact businessContact) {
this.businessContact = businessContact;
return this;
}
/**
* Get businessContact
* @return businessContact
*/
@javax.annotation.Nonnull
public Contact getBusinessContact() {
return businessContact;
}
public void setBusinessContact(@javax.annotation.Nonnull Contact businessContact) {
this.businessContact = businessContact;
}
public VerificationUpdateRequest messageVolume(@javax.annotation.Nonnull Integer messageVolume) {
this.messageVolume = messageVolume;
return this;
}
/**
* Estimated monthly volume of messages from the toll-free number.
* minimum: 10
* maximum: 10000000
* @return messageVolume
*/
@javax.annotation.Nonnull
public Integer getMessageVolume() {
return messageVolume;
}
public void setMessageVolume(@javax.annotation.Nonnull Integer messageVolume) {
this.messageVolume = messageVolume;
}
public VerificationUpdateRequest useCase(@javax.annotation.Nonnull String useCase) {
this.useCase = useCase;
return this;
}
/**
* The category of the use case.
* @return useCase
*/
@javax.annotation.Nonnull
public String getUseCase() {
return useCase;
}
public void setUseCase(@javax.annotation.Nonnull String useCase) {
this.useCase = useCase;
}
public VerificationUpdateRequest useCaseSummary(@javax.annotation.Nonnull String useCaseSummary) {
this.useCaseSummary = useCaseSummary;
return this;
}
/**
* A general idea of the use case and customer.
* @return useCaseSummary
*/
@javax.annotation.Nonnull
public String getUseCaseSummary() {
return useCaseSummary;
}
public void setUseCaseSummary(@javax.annotation.Nonnull String useCaseSummary) {
this.useCaseSummary = useCaseSummary;
}
public VerificationUpdateRequest productionMessageContent(@javax.annotation.Nonnull String productionMessageContent) {
this.productionMessageContent = productionMessageContent;
return this;
}
/**
* Example of message content.
* @return productionMessageContent
*/
@javax.annotation.Nonnull
public String getProductionMessageContent() {
return productionMessageContent;
}
public void setProductionMessageContent(@javax.annotation.Nonnull String productionMessageContent) {
this.productionMessageContent = productionMessageContent;
}
public VerificationUpdateRequest optInWorkflow(@javax.annotation.Nonnull OptInWorkflow optInWorkflow) {
this.optInWorkflow = optInWorkflow;
return this;
}
/**
* Get optInWorkflow
* @return optInWorkflow
*/
@javax.annotation.Nonnull
public OptInWorkflow getOptInWorkflow() {
return optInWorkflow;
}
public void setOptInWorkflow(@javax.annotation.Nonnull OptInWorkflow optInWorkflow) {
this.optInWorkflow = optInWorkflow;
}
public VerificationUpdateRequest additionalInformation(@javax.annotation.Nullable String additionalInformation) {
this.additionalInformation = additionalInformation;
return this;
}
/**
* Any additional information.
* @return additionalInformation
*/
@javax.annotation.Nullable
public String getAdditionalInformation() {
return additionalInformation;
}
public void setAdditionalInformation(@javax.annotation.Nullable String additionalInformation) {
this.additionalInformation = additionalInformation;
}
public VerificationUpdateRequest isvReseller(@javax.annotation.Nullable String isvReseller) {
this.isvReseller = isvReseller;
return this;
}
/**
* ISV name.
* @return isvReseller
*/
@javax.annotation.Nullable
public String getIsvReseller() {
return isvReseller;
}
public void setIsvReseller(@javax.annotation.Nullable String isvReseller) {
this.isvReseller = isvReseller;
}
public VerificationUpdateRequest privacyPolicyUrl(@javax.annotation.Nullable String privacyPolicyUrl) {
this.privacyPolicyUrl = privacyPolicyUrl;
return this;
}
/**
* The Toll-Free Verification request privacy policy URL.
* @return privacyPolicyUrl
*/
@javax.annotation.Nullable
public String getPrivacyPolicyUrl() {
return privacyPolicyUrl;
}
public void setPrivacyPolicyUrl(@javax.annotation.Nullable String privacyPolicyUrl) {
this.privacyPolicyUrl = privacyPolicyUrl;
}
public VerificationUpdateRequest termsAndConditionsUrl(@javax.annotation.Nullable String termsAndConditionsUrl) {
this.termsAndConditionsUrl = termsAndConditionsUrl;
return this;
}
/**
* The Toll-Free Verification request terms and conditions policy URL.
* @return termsAndConditionsUrl
*/
@javax.annotation.Nullable
public String getTermsAndConditionsUrl() {
return termsAndConditionsUrl;
}
public void setTermsAndConditionsUrl(@javax.annotation.Nullable String termsAndConditionsUrl) {
this.termsAndConditionsUrl = termsAndConditionsUrl;
}
public VerificationUpdateRequest businessDba(@javax.annotation.Nullable String businessDba) {
this.businessDba = businessDba;
return this;
}
/**
* The company 'Doing Business As'.
* @return businessDba
*/
@javax.annotation.Nullable
public String getBusinessDba() {
return businessDba;
}
public void setBusinessDba(@javax.annotation.Nullable String businessDba) {
this.businessDba = businessDba;
}
/**
* A container for additional, undeclared properties.
* This is a holder for any undeclared properties as specified with
* the 'additionalProperties' keyword in the OAS document.
*/
private Map<String, Object> additionalProperties;
/**
* Set the additional (undeclared) property with the specified name and value.
* If the property does not already exist, create it otherwise replace it.
*
* @param key name of the property
* @param value value of the property
* @return the VerificationUpdateRequest instance itself
*/
public VerificationUpdateRequest putAdditionalProperty(String key, Object value) {
if (this.additionalProperties == null) {
this.additionalProperties = new HashMap<String, Object>();
}
this.additionalProperties.put(key, value);
return this;
}
/**
* Return the additional (undeclared) property.
*
* @return a map of objects
*/
public Map<String, Object> getAdditionalProperties() {
return additionalProperties;
}
/**
* Return the additional (undeclared) property with the specified name.
*
* @param key name of the property
* @return an object
*/
public Object getAdditionalProperty(String key) {
if (this.additionalProperties == null) {
return null;
}
return this.additionalProperties.get(key);
}
@Override
public boolean equals(Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
VerificationUpdateRequest verificationUpdateRequest = (VerificationUpdateRequest) o;
return Objects.equals(this.businessAddress, verificationUpdateRequest.businessAddress) &&
Objects.equals(this.businessContact, verificationUpdateRequest.businessContact) &&
Objects.equals(this.messageVolume, verificationUpdateRequest.messageVolume) &&
Objects.equals(this.useCase, verificationUpdateRequest.useCase) &&
Objects.equals(this.useCaseSummary, verificationUpdateRequest.useCaseSummary) &&
Objects.equals(this.productionMessageContent, verificationUpdateRequest.productionMessageContent) &&
Objects.equals(this.optInWorkflow, verificationUpdateRequest.optInWorkflow) &&
Objects.equals(this.additionalInformation, verificationUpdateRequest.additionalInformation) &&
Objects.equals(this.isvReseller, verificationUpdateRequest.isvReseller) &&
Objects.equals(this.privacyPolicyUrl, verificationUpdateRequest.privacyPolicyUrl) &&
Objects.equals(this.termsAndConditionsUrl, verificationUpdateRequest.termsAndConditionsUrl) &&
Objects.equals(this.businessDba, verificationUpdateRequest.businessDba)&&
Objects.equals(this.additionalProperties, verificationUpdateRequest.additionalProperties);
}
private static <T> boolean equalsNullable(JsonNullable<T> a, JsonNullable<T> b) {
return a == b || (a != null && b != null && a.isPresent() && b.isPresent() && Objects.deepEquals(a.get(), b.get()));
}
@Override
public int hashCode() {
return Objects.hash(businessAddress, businessContact, messageVolume, useCase, useCaseSummary, productionMessageContent, optInWorkflow, additionalInformation, isvReseller, privacyPolicyUrl, termsAndConditionsUrl, businessDba, additionalProperties);
}
private static <T> int hashCodeNullable(JsonNullable<T> a) {
if (a == null) {
return 1;
}
return a.isPresent() ? Arrays.deepHashCode(new Object[]{a.get()}) : 31;
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class VerificationUpdateRequest {\n");
sb.append(" businessAddress: ").append(toIndentedString(businessAddress)).append("\n");
sb.append(" businessContact: ").append(toIndentedString(businessContact)).append("\n");
sb.append(" messageVolume: ").append(toIndentedString(messageVolume)).append("\n");
sb.append(" useCase: ").append(toIndentedString(useCase)).append("\n");
sb.append(" useCaseSummary: ").append(toIndentedString(useCaseSummary)).append("\n");
sb.append(" productionMessageContent: ").append(toIndentedString(productionMessageContent)).append("\n");
sb.append(" optInWorkflow: ").append(toIndentedString(optInWorkflow)).append("\n");
sb.append(" additionalInformation: ").append(toIndentedString(additionalInformation)).append("\n");
sb.append(" isvReseller: ").append(toIndentedString(isvReseller)).append("\n");
sb.append(" privacyPolicyUrl: ").append(toIndentedString(privacyPolicyUrl)).append("\n");
sb.append(" termsAndConditionsUrl: ").append(toIndentedString(termsAndConditionsUrl)).append("\n");
sb.append(" businessDba: ").append(toIndentedString(businessDba)).append("\n");
sb.append(" additionalProperties: ").append(toIndentedString(additionalProperties)).append("\n");
sb.append("}");
return sb.toString();
}
/**
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
if (o == null) {
return "null";
}
return o.toString().replace("\n", "\n ");
}
public static HashSet<String> openapiFields;
public static HashSet<String> openapiRequiredFields;
static {
// a set of all properties/fields (JSON key names)
openapiFields = new HashSet<String>();
openapiFields.add("businessAddress");
openapiFields.add("businessContact");
openapiFields.add("messageVolume");
openapiFields.add("useCase");
openapiFields.add("useCaseSummary");
openapiFields.add("productionMessageContent");
openapiFields.add("optInWorkflow");
openapiFields.add("additionalInformation");
openapiFields.add("isvReseller");
openapiFields.add("privacyPolicyUrl");
openapiFields.add("termsAndConditionsUrl");
openapiFields.add("businessDba");
// a set of required properties/fields (JSON key names)
openapiRequiredFields = new HashSet<String>();
openapiRequiredFields.add("businessAddress");
openapiRequiredFields.add("businessContact");
openapiRequiredFields.add("messageVolume");
openapiRequiredFields.add("useCase");
openapiRequiredFields.add("useCaseSummary");
openapiRequiredFields.add("productionMessageContent");
openapiRequiredFields.add("optInWorkflow");
}
/**
* Validates the JSON Element and throws an exception if issues found
*
* @param jsonElement JSON Element
* @throws IOException if the JSON Element is invalid with respect to VerificationUpdateRequest
*/
public static void validateJsonElement(JsonElement jsonElement) throws IOException {
if (jsonElement == null) {
if (!VerificationUpdateRequest.openapiRequiredFields.isEmpty()) { // has required fields but JSON element is null
throw new IllegalArgumentException(String.format("The required field(s) %s in VerificationUpdateRequest is not found in the empty JSON string", VerificationUpdateRequest.openapiRequiredFields.toString()));
}
}
// check to make sure all required properties/fields are present in the JSON string
for (String requiredField : VerificationUpdateRequest.openapiRequiredFields) {
if (jsonElement.getAsJsonObject().get(requiredField) == null) {
throw new IllegalArgumentException(String.format("The required field `%s` is not found in the JSON string: %s", requiredField, jsonElement.toString()));
}
}
JsonObject jsonObj = jsonElement.getAsJsonObject();
// validate the required field `businessAddress`
Address.validateJsonElement(jsonObj.get("businessAddress"));
// validate the required field `businessContact`
Contact.validateJsonElement(jsonObj.get("businessContact"));
if (!jsonObj.get("useCase").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `useCase` to be a primitive type in the JSON string but got `%s`", jsonObj.get("useCase").toString()));
}
if (!jsonObj.get("useCaseSummary").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `useCaseSummary` to be a primitive type in the JSON string but got `%s`", jsonObj.get("useCaseSummary").toString()));
}
if (!jsonObj.get("productionMessageContent").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `productionMessageContent` to be a primitive type in the JSON string but got `%s`", jsonObj.get("productionMessageContent").toString()));
}
// validate the required field `optInWorkflow`
OptInWorkflow.validateJsonElement(jsonObj.get("optInWorkflow"));
if ((jsonObj.get("additionalInformation") != null && !jsonObj.get("additionalInformation").isJsonNull()) && !jsonObj.get("additionalInformation").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `additionalInformation` to be a primitive type in the JSON string but got `%s`", jsonObj.get("additionalInformation").toString()));
}
if ((jsonObj.get("isvReseller") != null && !jsonObj.get("isvReseller").isJsonNull()) && !jsonObj.get("isvReseller").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `isvReseller` to be a primitive type in the JSON string but got `%s`", jsonObj.get("isvReseller").toString()));
}
if ((jsonObj.get("privacyPolicyUrl") != null && !jsonObj.get("privacyPolicyUrl").isJsonNull()) && !jsonObj.get("privacyPolicyUrl").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `privacyPolicyUrl` to be a primitive type in the JSON string but got `%s`", jsonObj.get("privacyPolicyUrl").toString()));
}
if ((jsonObj.get("termsAndConditionsUrl") != null && !jsonObj.get("termsAndConditionsUrl").isJsonNull()) && !jsonObj.get("termsAndConditionsUrl").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `termsAndConditionsUrl` to be a primitive type in the JSON string but got `%s`", jsonObj.get("termsAndConditionsUrl").toString()));
}
if ((jsonObj.get("businessDba") != null && !jsonObj.get("businessDba").isJsonNull()) && !jsonObj.get("businessDba").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `businessDba` to be a primitive type in the JSON string but got `%s`", jsonObj.get("businessDba").toString()));
}
}
public static class CustomTypeAdapterFactory implements TypeAdapterFactory {
@SuppressWarnings("unchecked")
@Override
public <T> TypeAdapter<T> create(Gson gson, TypeToken<T> type) {
if (!VerificationUpdateRequest.class.isAssignableFrom(type.getRawType())) {
return null; // this class only serializes 'VerificationUpdateRequest' and its subtypes
}
final TypeAdapter<JsonElement> elementAdapter = gson.getAdapter(JsonElement.class);
final TypeAdapter<VerificationUpdateRequest> thisAdapter
= gson.getDelegateAdapter(this, TypeToken.get(VerificationUpdateRequest.class));
return (TypeAdapter<T>) new TypeAdapter<VerificationUpdateRequest>() {
@Override
public void write(JsonWriter out, VerificationUpdateRequest value) throws IOException {
JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject();
obj.remove("additionalProperties");
// serialize additional properties
if (value.getAdditionalProperties() != null) {
for (Map.Entry<String, Object> entry : value.getAdditionalProperties().entrySet()) {
if (entry.getValue() instanceof String)
obj.addProperty(entry.getKey(), (String) entry.getValue());
else if (entry.getValue() instanceof Number)
obj.addProperty(entry.getKey(), (Number) entry.getValue());
else if (entry.getValue() instanceof Boolean)
obj.addProperty(entry.getKey(), (Boolean) entry.getValue());
else if (entry.getValue() instanceof Character)
obj.addProperty(entry.getKey(), (Character) entry.getValue());
else {
JsonElement jsonElement = gson.toJsonTree(entry.getValue());
if (jsonElement.isJsonArray()) {
obj.add(entry.getKey(), jsonElement.getAsJsonArray());
} else {
obj.add(entry.getKey(), jsonElement.getAsJsonObject());
}
}
}
}
elementAdapter.write(out, obj);
}
@Override
public VerificationUpdateRequest read(JsonReader in) throws IOException {
JsonElement jsonElement = elementAdapter.read(in);
validateJsonElement(jsonElement);
JsonObject jsonObj = jsonElement.getAsJsonObject();
// store additional fields in the deserialized instance
VerificationUpdateRequest instance = thisAdapter.fromJsonTree(jsonObj);
for (Map.Entry<String, JsonElement> entry : jsonObj.entrySet()) {
if (!openapiFields.contains(entry.getKey())) {
if (entry.getValue().isJsonPrimitive()) { // primitive type
if (entry.getValue().getAsJsonPrimitive().isString())
instance.putAdditionalProperty(entry.getKey(), entry.getValue().getAsString());
else if (entry.getValue().getAsJsonPrimitive().isNumber())
instance.putAdditionalProperty(entry.getKey(), entry.getValue().getAsNumber());
else if (entry.getValue().getAsJsonPrimitive().isBoolean())
instance.putAdditionalProperty(entry.getKey(), entry.getValue().getAsBoolean());
else
throw new IllegalArgumentException(String.format("The field `%s` has unknown primitive type. Value: %s", entry.getKey(), entry.getValue().toString()));
} else if (entry.getValue().isJsonArray()) {
instance.putAdditionalProperty(entry.getKey(), gson.fromJson(entry.getValue(), List.class));
} else { // JSON object
instance.putAdditionalProperty(entry.getKey(), gson.fromJson(entry.getValue(), HashMap.class));
}
}
}
return instance;
}
}.nullSafe();
}
}
/**
* Create an instance of VerificationUpdateRequest given an JSON string
*
* @param jsonString JSON string
* @return An instance of VerificationUpdateRequest
* @throws IOException if the JSON string is invalid with respect to VerificationUpdateRequest
*/
public static VerificationUpdateRequest fromJson(String jsonString) throws IOException {
return JSON.getGson().fromJson(jsonString, VerificationUpdateRequest.class);
}
/**
* Convert an instance of VerificationUpdateRequest to an JSON string
*
* @return JSON string
*/
public String toJson() {
return JSON.getGson().toJson(this);
}
}