-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathUser.java
More file actions
658 lines (514 loc) · 20.4 KB
/
User.java
File metadata and controls
658 lines (514 loc) · 20.4 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
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
/*
Copyright 2020 Twitter, Inc.
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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.twitter.clientlib.model;
import java.util.Objects;
import java.util.Arrays;
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 com.twitter.clientlib.model.UserEntities;
import com.twitter.clientlib.model.UserPublicMetrics;
import com.twitter.clientlib.model.UserWithheld;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.IOException;
import java.net.URL;
import java.time.OffsetDateTime;
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 java.lang.reflect.Type;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import com.twitter.clientlib.JSON;
/**
* The Twitter User object.
*/
@ApiModel(description = "The Twitter User object.")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class User {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
private OffsetDateTime createdAt;
public static final String SERIALIZED_NAME_DESCRIPTION = "description";
@SerializedName(SERIALIZED_NAME_DESCRIPTION)
private String description;
public static final String SERIALIZED_NAME_ENTITIES = "entities";
@SerializedName(SERIALIZED_NAME_ENTITIES)
private UserEntities entities;
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
private String id;
public static final String SERIALIZED_NAME_LOCATION = "location";
@SerializedName(SERIALIZED_NAME_LOCATION)
private String location;
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
private String name;
public static final String SERIALIZED_NAME_PINNED_TWEET_ID = "pinned_tweet_id";
@SerializedName(SERIALIZED_NAME_PINNED_TWEET_ID)
private String pinnedTweetId;
public static final String SERIALIZED_NAME_PROFILE_IMAGE_URL = "profile_image_url";
@SerializedName(SERIALIZED_NAME_PROFILE_IMAGE_URL)
private URL profileImageUrl;
public static final String SERIALIZED_NAME_PROTECTED = "protected";
@SerializedName(SERIALIZED_NAME_PROTECTED)
private Boolean _protected;
public static final String SERIALIZED_NAME_PUBLIC_METRICS = "public_metrics";
@SerializedName(SERIALIZED_NAME_PUBLIC_METRICS)
private UserPublicMetrics publicMetrics;
public static final String SERIALIZED_NAME_URL = "url";
@SerializedName(SERIALIZED_NAME_URL)
private String url;
public static final String SERIALIZED_NAME_USERNAME = "username";
@SerializedName(SERIALIZED_NAME_USERNAME)
private String username;
public static final String SERIALIZED_NAME_VERIFIED = "verified";
@SerializedName(SERIALIZED_NAME_VERIFIED)
private Boolean verified;
public static final String SERIALIZED_NAME_WITHHELD = "withheld";
@SerializedName(SERIALIZED_NAME_WITHHELD)
private UserWithheld withheld;
public User() {
}
public User createdAt(OffsetDateTime createdAt) {
this.createdAt = createdAt;
return this;
}
/**
* Creation time of this User.
* @return createdAt
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Creation time of this User.")
public OffsetDateTime getCreatedAt() {
return createdAt;
}
public void setCreatedAt(OffsetDateTime createdAt) {
this.createdAt = createdAt;
}
public User description(String description) {
this.description = description;
return this;
}
/**
* The text of this User's profile description (also known as bio), if the User provided one.
* @return description
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "The text of this User's profile description (also known as bio), if the User provided one.")
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
}
public User entities(UserEntities entities) {
this.entities = entities;
return this;
}
/**
* Get entities
* @return entities
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "")
public UserEntities getEntities() {
return entities;
}
public void setEntities(UserEntities entities) {
this.entities = entities;
}
public User id(String id) {
this.id = id;
return this;
}
/**
* Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
* @return id
**/
@javax.annotation.Nonnull
@ApiModelProperty(example = "2244994945", required = true, value = "Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.")
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public User location(String location) {
this.location = location;
return this;
}
/**
* The location specified in the User's profile, if the User provided one. As this is a freeform value, it may not indicate a valid location, but it may be fuzzily evaluated when performing searches with location queries.
* @return location
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "The location specified in the User's profile, if the User provided one. As this is a freeform value, it may not indicate a valid location, but it may be fuzzily evaluated when performing searches with location queries.")
public String getLocation() {
return location;
}
public void setLocation(String location) {
this.location = location;
}
public User name(String name) {
this.name = name;
return this;
}
/**
* The friendly name of this User, as shown on their profile.
* @return name
**/
@javax.annotation.Nonnull
@ApiModelProperty(required = true, value = "The friendly name of this User, as shown on their profile.")
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public User pinnedTweetId(String pinnedTweetId) {
this.pinnedTweetId = pinnedTweetId;
return this;
}
/**
* Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
* @return pinnedTweetId
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "1346889436626259968", value = "Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.")
public String getPinnedTweetId() {
return pinnedTweetId;
}
public void setPinnedTweetId(String pinnedTweetId) {
this.pinnedTweetId = pinnedTweetId;
}
public User profileImageUrl(URL profileImageUrl) {
this.profileImageUrl = profileImageUrl;
return this;
}
/**
* The URL to the profile image for this User.
* @return profileImageUrl
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "The URL to the profile image for this User.")
public URL getProfileImageUrl() {
return profileImageUrl;
}
public void setProfileImageUrl(URL profileImageUrl) {
this.profileImageUrl = profileImageUrl;
}
public User _protected(Boolean _protected) {
this._protected = _protected;
return this;
}
/**
* Indicates if this User has chosen to protect their Tweets (in other words, if this User's Tweets are private).
* @return _protected
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Indicates if this User has chosen to protect their Tweets (in other words, if this User's Tweets are private).")
public Boolean getProtected() {
return _protected;
}
public void setProtected(Boolean _protected) {
this._protected = _protected;
}
public User publicMetrics(UserPublicMetrics publicMetrics) {
this.publicMetrics = publicMetrics;
return this;
}
/**
* Get publicMetrics
* @return publicMetrics
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "")
public UserPublicMetrics getPublicMetrics() {
return publicMetrics;
}
public void setPublicMetrics(UserPublicMetrics publicMetrics) {
this.publicMetrics = publicMetrics;
}
public User url(String url) {
this.url = url;
return this;
}
/**
* The URL specified in the User's profile.
* @return url
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "The URL specified in the User's profile.")
public String getUrl() {
return url;
}
public void setUrl(String url) {
this.url = url;
}
public User username(String username) {
this.username = username;
return this;
}
/**
* The Twitter handle (screen name) of this user.
* @return username
**/
@javax.annotation.Nonnull
@ApiModelProperty(required = true, value = "The Twitter handle (screen name) of this user.")
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public User verified(Boolean verified) {
this.verified = verified;
return this;
}
/**
* Indicate if this User is a verified Twitter User.
* @return verified
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Indicate if this User is a verified Twitter User.")
public Boolean getVerified() {
return verified;
}
public void setVerified(Boolean verified) {
this.verified = verified;
}
public User withheld(UserWithheld withheld) {
this.withheld = withheld;
return this;
}
/**
* Get withheld
* @return withheld
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "")
public UserWithheld getWithheld() {
return withheld;
}
public void setWithheld(UserWithheld withheld) {
this.withheld = withheld;
}
@Override
public boolean equals(Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
User user = (User) o;
return Objects.equals(this.createdAt, user.createdAt) &&
Objects.equals(this.description, user.description) &&
Objects.equals(this.entities, user.entities) &&
Objects.equals(this.id, user.id) &&
Objects.equals(this.location, user.location) &&
Objects.equals(this.name, user.name) &&
Objects.equals(this.pinnedTweetId, user.pinnedTweetId) &&
Objects.equals(this.profileImageUrl, user.profileImageUrl) &&
Objects.equals(this._protected, user._protected) &&
Objects.equals(this.publicMetrics, user.publicMetrics) &&
Objects.equals(this.url, user.url) &&
Objects.equals(this.username, user.username) &&
Objects.equals(this.verified, user.verified) &&
Objects.equals(this.withheld, user.withheld);
}
@Override
public int hashCode() {
return Objects.hash(createdAt, description, entities, id, location, name, pinnedTweetId, profileImageUrl, _protected, publicMetrics, url, username, verified, withheld);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class User {\n");
sb.append(" createdAt: ").append(toIndentedString(createdAt)).append("\n");
sb.append(" description: ").append(toIndentedString(description)).append("\n");
sb.append(" entities: ").append(toIndentedString(entities)).append("\n");
sb.append(" id: ").append(toIndentedString(id)).append("\n");
sb.append(" location: ").append(toIndentedString(location)).append("\n");
sb.append(" name: ").append(toIndentedString(name)).append("\n");
sb.append(" pinnedTweetId: ").append(toIndentedString(pinnedTweetId)).append("\n");
sb.append(" profileImageUrl: ").append(toIndentedString(profileImageUrl)).append("\n");
sb.append(" _protected: ").append(toIndentedString(_protected)).append("\n");
sb.append(" publicMetrics: ").append(toIndentedString(publicMetrics)).append("\n");
sb.append(" url: ").append(toIndentedString(url)).append("\n");
sb.append(" username: ").append(toIndentedString(username)).append("\n");
sb.append(" verified: ").append(toIndentedString(verified)).append("\n");
sb.append(" withheld: ").append(toIndentedString(withheld)).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("created_at");
openapiFields.add("description");
openapiFields.add("entities");
openapiFields.add("id");
openapiFields.add("location");
openapiFields.add("name");
openapiFields.add("pinned_tweet_id");
openapiFields.add("profile_image_url");
openapiFields.add("protected");
openapiFields.add("public_metrics");
openapiFields.add("url");
openapiFields.add("username");
openapiFields.add("verified");
openapiFields.add("withheld");
// a set of required properties/fields (JSON key names)
openapiRequiredFields = new HashSet<String>();
openapiRequiredFields.add("id");
openapiRequiredFields.add("name");
openapiRequiredFields.add("username");
}
/**
* Validates the JSON Object and throws an exception if issues found
*
* @param jsonObj JSON Object
* @throws IOException if the JSON Object is invalid with respect to User
*/
public static void validateJsonObject(JsonObject jsonObj) throws IOException {
// if (jsonObj == null) {
// if (User.openapiRequiredFields.isEmpty()) {
// return;
// } else { // has required fields
// throw new IllegalArgumentException(String.format("The required field(s) %s in User is not found in the empty JSON string", User.openapiRequiredFields.toString()));
// }
// }
// check to make sure all required properties/fields are present in the JSON string
for (String requiredField : User.openapiRequiredFields) {
if (jsonObj.get(requiredField) == null) {
throw new IllegalArgumentException(String.format("The required field `%s` is not found in the JSON string: %s", requiredField, jsonObj.toString()));
}
}
if (jsonObj.get("description") != null && !jsonObj.get("description").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `description` to be a primitive type in the JSON string but got `%s`", jsonObj.get("description").toString()));
}
// validate the optional field `entities`
if (jsonObj.getAsJsonObject("entities") != null) {
UserEntities.validateJsonObject(jsonObj.getAsJsonObject("entities"));
}
if (jsonObj.get("id") != null && !jsonObj.get("id").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `id` to be a primitive type in the JSON string but got `%s`", jsonObj.get("id").toString()));
}
if (jsonObj.get("location") != null && !jsonObj.get("location").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `location` to be a primitive type in the JSON string but got `%s`", jsonObj.get("location").toString()));
}
if (jsonObj.get("name") != null && !jsonObj.get("name").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `name` to be a primitive type in the JSON string but got `%s`", jsonObj.get("name").toString()));
}
if (jsonObj.get("pinned_tweet_id") != null && !jsonObj.get("pinned_tweet_id").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `pinned_tweet_id` to be a primitive type in the JSON string but got `%s`", jsonObj.get("pinned_tweet_id").toString()));
}
if (jsonObj.get("profile_image_url") != null && !jsonObj.get("profile_image_url").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `profile_image_url` to be a primitive type in the JSON string but got `%s`", jsonObj.get("profile_image_url").toString()));
}
// Patch issue #30
if (jsonObj.get("profile_image_url") != null) {
if (jsonObj.get("profile_image_url").getAsString().isBlank()) {
jsonObj.remove("profile_image_url");
}
}
// validate the optional field `public_metrics`
if (jsonObj.getAsJsonObject("public_metrics") != null) {
UserPublicMetrics.validateJsonObject(jsonObj.getAsJsonObject("public_metrics"));
}
if (jsonObj.get("url") != null && !jsonObj.get("url").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `url` to be a primitive type in the JSON string but got `%s`", jsonObj.get("url").toString()));
}
if (jsonObj.get("username") != null && !jsonObj.get("username").isJsonPrimitive()) {
throw new IllegalArgumentException(String.format("Expected the field `username` to be a primitive type in the JSON string but got `%s`", jsonObj.get("username").toString()));
}
// validate the optional field `withheld`
if (jsonObj.getAsJsonObject("withheld") != null) {
UserWithheld.validateJsonObject(jsonObj.getAsJsonObject("withheld"));
}
}
public static class CustomTypeAdapterFactory implements TypeAdapterFactory {
@SuppressWarnings("unchecked")
@Override
public <T> TypeAdapter<T> create(Gson gson, TypeToken<T> type) {
if (!User.class.isAssignableFrom(type.getRawType())) {
return null; // this class only serializes 'User' and its subtypes
}
final TypeAdapter<JsonElement> elementAdapter = gson.getAdapter(JsonElement.class);
final TypeAdapter<User> thisAdapter
= gson.getDelegateAdapter(this, TypeToken.get(User.class));
return (TypeAdapter<T>) new TypeAdapter<User>() {
@Override
public void write(JsonWriter out, User value) throws IOException {
JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject();
elementAdapter.write(out, obj);
}
@Override
public User read(JsonReader in) throws IOException {
JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject();
validateJsonObject(jsonObj);
return thisAdapter.fromJsonTree(jsonObj);
}
}.nullSafe();
}
}
/**
* Create an instance of User given an JSON string
*
* @param jsonString JSON string
* @return An instance of User
* @throws IOException if the JSON string is invalid with respect to User
*/
public static User fromJson(String jsonString) throws IOException {
return JSON.getGson().fromJson(jsonString, User.class);
}
/**
* Convert an instance of User to an JSON string
*
* @return JSON string
*/
public String toJson() {
return JSON.getGson().toJson(this);
}
}