@lansweeper/data-platform-outbound-grpc 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +21 -0
  4. package/gen-proto/outbound_pb.js +189 -12
  5. package/package.json +2 -2
  6. package/pom.xml +1 -1
  7. package/proto/outbound.proto +9 -2
  8. package/src/main/java/com/lansweeper/dp/outbound/v1/Asset.java +2132 -0
  9. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +144 -0
  10. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetType.java +801 -0
  11. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetTypeOrBuilder.java +58 -0
  12. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrand.java +4433 -0
  13. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrandOrBuilder.java +446 -0
  14. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModel.java +4089 -0
  15. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModelOrBuilder.java +422 -0
  16. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitor.java +484 -0
  17. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitorOrBuilder.java +15 -0
  18. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOs.java +3858 -0
  19. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOsOrBuilder.java +384 -0
  20. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftware.java +3315 -0
  21. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftwareOrBuilder.java +332 -0
  22. package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFields.java +1731 -0
  23. package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.java +138 -0
  24. package/src/main/java/com/lansweeper/dp/outbound/v1/Entity.java +762 -0
  25. package/src/main/java/com/lansweeper/dp/outbound/v1/EntityOrBuilder.java +41 -0
  26. package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPath.java +1283 -0
  27. package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPathOrBuilder.java +113 -0
  28. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequest.java +655 -0
  29. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequestOrBuilder.java +36 -0
  30. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponse.java +1193 -0
  31. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponseOrBuilder.java +71 -0
  32. package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfo.java +2702 -0
  33. package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfoOrBuilder.java +237 -0
  34. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequest.java +655 -0
  35. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequestOrBuilder.java +36 -0
  36. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponse.java +958 -0
  37. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponseOrBuilder.java +48 -0
  38. package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfo.java +2332 -0
  39. package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfoOrBuilder.java +191 -0
  40. package/src/main/java/com/lansweeper/dp/outbound/v1/Outbound.java +286 -42943
  41. package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfo.java +1073 -0
  42. package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfoOrBuilder.java +77 -0
  43. package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftware.java +1894 -0
  44. package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftwareOrBuilder.java +187 -0
  45. package/src/main/java/com/lansweeper/dp/outbound/v1/Software.java +2797 -0
  46. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventory.java +958 -0
  47. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventoryOrBuilder.java +48 -0
  48. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +258 -0
  49. package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfo.java +1846 -0
  50. package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfoOrBuilder.java +205 -0
@@ -0,0 +1,4433 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: packages/data.platform/outbound/grpc/proto/outbound.proto
3
+
4
+ package com.lansweeper.dp.outbound.v1;
5
+
6
+ /**
7
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.CatalogBrand}
8
+ */
9
+ public final class CatalogBrand extends
10
+ com.google.protobuf.GeneratedMessageV3 implements
11
+ // @@protoc_insertion_point(message_implements:com.lansweeper.dp.outbound.v1.CatalogBrand)
12
+ CatalogBrandOrBuilder {
13
+ private static final long serialVersionUID = 0L;
14
+ // Use CatalogBrand.newBuilder() to construct.
15
+ private CatalogBrand(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
16
+ super(builder);
17
+ }
18
+ private CatalogBrand() {
19
+ makeKey_ = "";
20
+ makeName_ = "";
21
+ countryCode_ = "";
22
+ logoImageUrl_ = "";
23
+ bannerImageUrl_ = "";
24
+ wikipediaId_ = "";
25
+ wikipediaLangCode_ = "";
26
+ websiteUrl_ = "";
27
+ supportUrl_ = "";
28
+ supportPhone_ = "";
29
+ facebookAccount_ = "";
30
+ twitterAccount_ = "";
31
+ warrantyUrl_ = "";
32
+ warrantyDirectUrl_ = "";
33
+ communityUrl_ = "";
34
+ linkedinAccount_ = "";
35
+ instagramAccount_ = "";
36
+ youtubeAccount_ = "";
37
+ pinterestAccount_ = "";
38
+ }
39
+
40
+ @java.lang.Override
41
+ @SuppressWarnings({"unused"})
42
+ protected java.lang.Object newInstance(
43
+ UnusedPrivateParameter unused) {
44
+ return new CatalogBrand();
45
+ }
46
+
47
+ @java.lang.Override
48
+ public final com.google.protobuf.UnknownFieldSet
49
+ getUnknownFields() {
50
+ return this.unknownFields;
51
+ }
52
+ private CatalogBrand(
53
+ com.google.protobuf.CodedInputStream input,
54
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
55
+ throws com.google.protobuf.InvalidProtocolBufferException {
56
+ this();
57
+ if (extensionRegistry == null) {
58
+ throw new java.lang.NullPointerException();
59
+ }
60
+ int mutable_bitField0_ = 0;
61
+ com.google.protobuf.UnknownFieldSet.Builder unknownFields =
62
+ com.google.protobuf.UnknownFieldSet.newBuilder();
63
+ try {
64
+ boolean done = false;
65
+ while (!done) {
66
+ int tag = input.readTag();
67
+ switch (tag) {
68
+ case 0:
69
+ done = true;
70
+ break;
71
+ case 8: {
72
+
73
+ id_ = input.readInt64();
74
+ break;
75
+ }
76
+ case 18: {
77
+ java.lang.String s = input.readStringRequireUtf8();
78
+
79
+ makeKey_ = s;
80
+ break;
81
+ }
82
+ case 26: {
83
+ java.lang.String s = input.readStringRequireUtf8();
84
+
85
+ makeName_ = s;
86
+ break;
87
+ }
88
+ case 32: {
89
+ bitField0_ |= 0x00000001;
90
+ overrideId_ = input.readInt64();
91
+ break;
92
+ }
93
+ case 40: {
94
+ bitField0_ |= 0x00000004;
95
+ lastUpdateTime_ = input.readInt64();
96
+ break;
97
+ }
98
+ case 50: {
99
+ java.lang.String s = input.readStringRequireUtf8();
100
+ bitField0_ |= 0x00000008;
101
+ countryCode_ = s;
102
+ break;
103
+ }
104
+ case 58: {
105
+ java.lang.String s = input.readStringRequireUtf8();
106
+ bitField0_ |= 0x00000010;
107
+ logoImageUrl_ = s;
108
+ break;
109
+ }
110
+ case 66: {
111
+ java.lang.String s = input.readStringRequireUtf8();
112
+ bitField0_ |= 0x00000020;
113
+ bannerImageUrl_ = s;
114
+ break;
115
+ }
116
+ case 74: {
117
+ java.lang.String s = input.readStringRequireUtf8();
118
+ bitField0_ |= 0x00000040;
119
+ wikipediaId_ = s;
120
+ break;
121
+ }
122
+ case 82: {
123
+ java.lang.String s = input.readStringRequireUtf8();
124
+ bitField0_ |= 0x00000080;
125
+ wikipediaLangCode_ = s;
126
+ break;
127
+ }
128
+ case 90: {
129
+ java.lang.String s = input.readStringRequireUtf8();
130
+ bitField0_ |= 0x00000100;
131
+ websiteUrl_ = s;
132
+ break;
133
+ }
134
+ case 98: {
135
+ java.lang.String s = input.readStringRequireUtf8();
136
+ bitField0_ |= 0x00000200;
137
+ supportUrl_ = s;
138
+ break;
139
+ }
140
+ case 106: {
141
+ java.lang.String s = input.readStringRequireUtf8();
142
+ bitField0_ |= 0x00000400;
143
+ supportPhone_ = s;
144
+ break;
145
+ }
146
+ case 114: {
147
+ java.lang.String s = input.readStringRequireUtf8();
148
+ bitField0_ |= 0x00000800;
149
+ facebookAccount_ = s;
150
+ break;
151
+ }
152
+ case 122: {
153
+ java.lang.String s = input.readStringRequireUtf8();
154
+ bitField0_ |= 0x00001000;
155
+ twitterAccount_ = s;
156
+ break;
157
+ }
158
+ case 130: {
159
+ java.lang.String s = input.readStringRequireUtf8();
160
+ bitField0_ |= 0x00002000;
161
+ warrantyUrl_ = s;
162
+ break;
163
+ }
164
+ case 138: {
165
+ java.lang.String s = input.readStringRequireUtf8();
166
+ bitField0_ |= 0x00004000;
167
+ warrantyDirectUrl_ = s;
168
+ break;
169
+ }
170
+ case 144: {
171
+ bitField0_ |= 0x00000002;
172
+ parentId_ = input.readInt64();
173
+ break;
174
+ }
175
+ case 152: {
176
+ bitField0_ |= 0x04000000;
177
+ matchScore_ = input.readInt32();
178
+ break;
179
+ }
180
+ case 162: {
181
+ java.lang.String s = input.readStringRequireUtf8();
182
+ bitField0_ |= 0x00008000;
183
+ communityUrl_ = s;
184
+ break;
185
+ }
186
+ case 170: {
187
+ java.lang.String s = input.readStringRequireUtf8();
188
+ bitField0_ |= 0x00010000;
189
+ linkedinAccount_ = s;
190
+ break;
191
+ }
192
+ case 178: {
193
+ java.lang.String s = input.readStringRequireUtf8();
194
+ bitField0_ |= 0x00020000;
195
+ instagramAccount_ = s;
196
+ break;
197
+ }
198
+ case 186: {
199
+ java.lang.String s = input.readStringRequireUtf8();
200
+ bitField0_ |= 0x00040000;
201
+ youtubeAccount_ = s;
202
+ break;
203
+ }
204
+ case 194: {
205
+ java.lang.String s = input.readStringRequireUtf8();
206
+ bitField0_ |= 0x00080000;
207
+ pinterestAccount_ = s;
208
+ break;
209
+ }
210
+ case 200: {
211
+ bitField0_ |= 0x00100000;
212
+ classHardware_ = input.readBool();
213
+ break;
214
+ }
215
+ case 208: {
216
+ bitField0_ |= 0x00200000;
217
+ classSoftware_ = input.readBool();
218
+ break;
219
+ }
220
+ case 216: {
221
+ bitField0_ |= 0x00400000;
222
+ classConsumer_ = input.readBool();
223
+ break;
224
+ }
225
+ case 224: {
226
+ bitField0_ |= 0x00800000;
227
+ classEnterprise_ = input.readBool();
228
+ break;
229
+ }
230
+ case 232: {
231
+ bitField0_ |= 0x01000000;
232
+ classIndustrial_ = input.readBool();
233
+ break;
234
+ }
235
+ case 240: {
236
+ bitField0_ |= 0x02000000;
237
+ classIndividual_ = input.readBool();
238
+ break;
239
+ }
240
+ default: {
241
+ if (!parseUnknownField(
242
+ input, unknownFields, extensionRegistry, tag)) {
243
+ done = true;
244
+ }
245
+ break;
246
+ }
247
+ }
248
+ }
249
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
250
+ throw e.setUnfinishedMessage(this);
251
+ } catch (java.io.IOException e) {
252
+ throw new com.google.protobuf.InvalidProtocolBufferException(
253
+ e).setUnfinishedMessage(this);
254
+ } finally {
255
+ this.unknownFields = unknownFields.build();
256
+ makeExtensionsImmutable();
257
+ }
258
+ }
259
+ public static final com.google.protobuf.Descriptors.Descriptor
260
+ getDescriptor() {
261
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor;
262
+ }
263
+
264
+ @java.lang.Override
265
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
266
+ internalGetFieldAccessorTable() {
267
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable
268
+ .ensureFieldAccessorsInitialized(
269
+ com.lansweeper.dp.outbound.v1.CatalogBrand.class, com.lansweeper.dp.outbound.v1.CatalogBrand.Builder.class);
270
+ }
271
+
272
+ private int bitField0_;
273
+ public static final int ID_FIELD_NUMBER = 1;
274
+ private long id_;
275
+ /**
276
+ * <code>int64 id = 1;</code>
277
+ * @return The id.
278
+ */
279
+ @java.lang.Override
280
+ public long getId() {
281
+ return id_;
282
+ }
283
+
284
+ public static final int MAKE_KEY_FIELD_NUMBER = 2;
285
+ private volatile java.lang.Object makeKey_;
286
+ /**
287
+ * <code>string make_key = 2;</code>
288
+ * @return The makeKey.
289
+ */
290
+ @java.lang.Override
291
+ public java.lang.String getMakeKey() {
292
+ java.lang.Object ref = makeKey_;
293
+ if (ref instanceof java.lang.String) {
294
+ return (java.lang.String) ref;
295
+ } else {
296
+ com.google.protobuf.ByteString bs =
297
+ (com.google.protobuf.ByteString) ref;
298
+ java.lang.String s = bs.toStringUtf8();
299
+ makeKey_ = s;
300
+ return s;
301
+ }
302
+ }
303
+ /**
304
+ * <code>string make_key = 2;</code>
305
+ * @return The bytes for makeKey.
306
+ */
307
+ @java.lang.Override
308
+ public com.google.protobuf.ByteString
309
+ getMakeKeyBytes() {
310
+ java.lang.Object ref = makeKey_;
311
+ if (ref instanceof java.lang.String) {
312
+ com.google.protobuf.ByteString b =
313
+ com.google.protobuf.ByteString.copyFromUtf8(
314
+ (java.lang.String) ref);
315
+ makeKey_ = b;
316
+ return b;
317
+ } else {
318
+ return (com.google.protobuf.ByteString) ref;
319
+ }
320
+ }
321
+
322
+ public static final int MAKE_NAME_FIELD_NUMBER = 3;
323
+ private volatile java.lang.Object makeName_;
324
+ /**
325
+ * <code>string make_name = 3;</code>
326
+ * @return The makeName.
327
+ */
328
+ @java.lang.Override
329
+ public java.lang.String getMakeName() {
330
+ java.lang.Object ref = makeName_;
331
+ if (ref instanceof java.lang.String) {
332
+ return (java.lang.String) ref;
333
+ } else {
334
+ com.google.protobuf.ByteString bs =
335
+ (com.google.protobuf.ByteString) ref;
336
+ java.lang.String s = bs.toStringUtf8();
337
+ makeName_ = s;
338
+ return s;
339
+ }
340
+ }
341
+ /**
342
+ * <code>string make_name = 3;</code>
343
+ * @return The bytes for makeName.
344
+ */
345
+ @java.lang.Override
346
+ public com.google.protobuf.ByteString
347
+ getMakeNameBytes() {
348
+ java.lang.Object ref = makeName_;
349
+ if (ref instanceof java.lang.String) {
350
+ com.google.protobuf.ByteString b =
351
+ com.google.protobuf.ByteString.copyFromUtf8(
352
+ (java.lang.String) ref);
353
+ makeName_ = b;
354
+ return b;
355
+ } else {
356
+ return (com.google.protobuf.ByteString) ref;
357
+ }
358
+ }
359
+
360
+ public static final int OVERRIDE_ID_FIELD_NUMBER = 4;
361
+ private long overrideId_;
362
+ /**
363
+ * <code>int64 override_id = 4;</code>
364
+ * @return Whether the overrideId field is set.
365
+ */
366
+ @java.lang.Override
367
+ public boolean hasOverrideId() {
368
+ return ((bitField0_ & 0x00000001) != 0);
369
+ }
370
+ /**
371
+ * <code>int64 override_id = 4;</code>
372
+ * @return The overrideId.
373
+ */
374
+ @java.lang.Override
375
+ public long getOverrideId() {
376
+ return overrideId_;
377
+ }
378
+
379
+ public static final int PARENT_ID_FIELD_NUMBER = 18;
380
+ private long parentId_;
381
+ /**
382
+ * <code>int64 parent_id = 18;</code>
383
+ * @return Whether the parentId field is set.
384
+ */
385
+ @java.lang.Override
386
+ public boolean hasParentId() {
387
+ return ((bitField0_ & 0x00000002) != 0);
388
+ }
389
+ /**
390
+ * <code>int64 parent_id = 18;</code>
391
+ * @return The parentId.
392
+ */
393
+ @java.lang.Override
394
+ public long getParentId() {
395
+ return parentId_;
396
+ }
397
+
398
+ public static final int LAST_UPDATE_TIME_FIELD_NUMBER = 5;
399
+ private long lastUpdateTime_;
400
+ /**
401
+ * <code>int64 last_update_time = 5;</code>
402
+ * @return Whether the lastUpdateTime field is set.
403
+ */
404
+ @java.lang.Override
405
+ public boolean hasLastUpdateTime() {
406
+ return ((bitField0_ & 0x00000004) != 0);
407
+ }
408
+ /**
409
+ * <code>int64 last_update_time = 5;</code>
410
+ * @return The lastUpdateTime.
411
+ */
412
+ @java.lang.Override
413
+ public long getLastUpdateTime() {
414
+ return lastUpdateTime_;
415
+ }
416
+
417
+ public static final int COUNTRY_CODE_FIELD_NUMBER = 6;
418
+ private volatile java.lang.Object countryCode_;
419
+ /**
420
+ * <code>string country_code = 6;</code>
421
+ * @return Whether the countryCode field is set.
422
+ */
423
+ @java.lang.Override
424
+ public boolean hasCountryCode() {
425
+ return ((bitField0_ & 0x00000008) != 0);
426
+ }
427
+ /**
428
+ * <code>string country_code = 6;</code>
429
+ * @return The countryCode.
430
+ */
431
+ @java.lang.Override
432
+ public java.lang.String getCountryCode() {
433
+ java.lang.Object ref = countryCode_;
434
+ if (ref instanceof java.lang.String) {
435
+ return (java.lang.String) ref;
436
+ } else {
437
+ com.google.protobuf.ByteString bs =
438
+ (com.google.protobuf.ByteString) ref;
439
+ java.lang.String s = bs.toStringUtf8();
440
+ countryCode_ = s;
441
+ return s;
442
+ }
443
+ }
444
+ /**
445
+ * <code>string country_code = 6;</code>
446
+ * @return The bytes for countryCode.
447
+ */
448
+ @java.lang.Override
449
+ public com.google.protobuf.ByteString
450
+ getCountryCodeBytes() {
451
+ java.lang.Object ref = countryCode_;
452
+ if (ref instanceof java.lang.String) {
453
+ com.google.protobuf.ByteString b =
454
+ com.google.protobuf.ByteString.copyFromUtf8(
455
+ (java.lang.String) ref);
456
+ countryCode_ = b;
457
+ return b;
458
+ } else {
459
+ return (com.google.protobuf.ByteString) ref;
460
+ }
461
+ }
462
+
463
+ public static final int LOGO_IMAGE_URL_FIELD_NUMBER = 7;
464
+ private volatile java.lang.Object logoImageUrl_;
465
+ /**
466
+ * <code>string logo_image_url = 7;</code>
467
+ * @return Whether the logoImageUrl field is set.
468
+ */
469
+ @java.lang.Override
470
+ public boolean hasLogoImageUrl() {
471
+ return ((bitField0_ & 0x00000010) != 0);
472
+ }
473
+ /**
474
+ * <code>string logo_image_url = 7;</code>
475
+ * @return The logoImageUrl.
476
+ */
477
+ @java.lang.Override
478
+ public java.lang.String getLogoImageUrl() {
479
+ java.lang.Object ref = logoImageUrl_;
480
+ if (ref instanceof java.lang.String) {
481
+ return (java.lang.String) ref;
482
+ } else {
483
+ com.google.protobuf.ByteString bs =
484
+ (com.google.protobuf.ByteString) ref;
485
+ java.lang.String s = bs.toStringUtf8();
486
+ logoImageUrl_ = s;
487
+ return s;
488
+ }
489
+ }
490
+ /**
491
+ * <code>string logo_image_url = 7;</code>
492
+ * @return The bytes for logoImageUrl.
493
+ */
494
+ @java.lang.Override
495
+ public com.google.protobuf.ByteString
496
+ getLogoImageUrlBytes() {
497
+ java.lang.Object ref = logoImageUrl_;
498
+ if (ref instanceof java.lang.String) {
499
+ com.google.protobuf.ByteString b =
500
+ com.google.protobuf.ByteString.copyFromUtf8(
501
+ (java.lang.String) ref);
502
+ logoImageUrl_ = b;
503
+ return b;
504
+ } else {
505
+ return (com.google.protobuf.ByteString) ref;
506
+ }
507
+ }
508
+
509
+ public static final int BANNER_IMAGE_URL_FIELD_NUMBER = 8;
510
+ private volatile java.lang.Object bannerImageUrl_;
511
+ /**
512
+ * <code>string banner_image_url = 8;</code>
513
+ * @return Whether the bannerImageUrl field is set.
514
+ */
515
+ @java.lang.Override
516
+ public boolean hasBannerImageUrl() {
517
+ return ((bitField0_ & 0x00000020) != 0);
518
+ }
519
+ /**
520
+ * <code>string banner_image_url = 8;</code>
521
+ * @return The bannerImageUrl.
522
+ */
523
+ @java.lang.Override
524
+ public java.lang.String getBannerImageUrl() {
525
+ java.lang.Object ref = bannerImageUrl_;
526
+ if (ref instanceof java.lang.String) {
527
+ return (java.lang.String) ref;
528
+ } else {
529
+ com.google.protobuf.ByteString bs =
530
+ (com.google.protobuf.ByteString) ref;
531
+ java.lang.String s = bs.toStringUtf8();
532
+ bannerImageUrl_ = s;
533
+ return s;
534
+ }
535
+ }
536
+ /**
537
+ * <code>string banner_image_url = 8;</code>
538
+ * @return The bytes for bannerImageUrl.
539
+ */
540
+ @java.lang.Override
541
+ public com.google.protobuf.ByteString
542
+ getBannerImageUrlBytes() {
543
+ java.lang.Object ref = bannerImageUrl_;
544
+ if (ref instanceof java.lang.String) {
545
+ com.google.protobuf.ByteString b =
546
+ com.google.protobuf.ByteString.copyFromUtf8(
547
+ (java.lang.String) ref);
548
+ bannerImageUrl_ = b;
549
+ return b;
550
+ } else {
551
+ return (com.google.protobuf.ByteString) ref;
552
+ }
553
+ }
554
+
555
+ public static final int WIKIPEDIA_ID_FIELD_NUMBER = 9;
556
+ private volatile java.lang.Object wikipediaId_;
557
+ /**
558
+ * <code>string wikipedia_id = 9;</code>
559
+ * @return Whether the wikipediaId field is set.
560
+ */
561
+ @java.lang.Override
562
+ public boolean hasWikipediaId() {
563
+ return ((bitField0_ & 0x00000040) != 0);
564
+ }
565
+ /**
566
+ * <code>string wikipedia_id = 9;</code>
567
+ * @return The wikipediaId.
568
+ */
569
+ @java.lang.Override
570
+ public java.lang.String getWikipediaId() {
571
+ java.lang.Object ref = wikipediaId_;
572
+ if (ref instanceof java.lang.String) {
573
+ return (java.lang.String) ref;
574
+ } else {
575
+ com.google.protobuf.ByteString bs =
576
+ (com.google.protobuf.ByteString) ref;
577
+ java.lang.String s = bs.toStringUtf8();
578
+ wikipediaId_ = s;
579
+ return s;
580
+ }
581
+ }
582
+ /**
583
+ * <code>string wikipedia_id = 9;</code>
584
+ * @return The bytes for wikipediaId.
585
+ */
586
+ @java.lang.Override
587
+ public com.google.protobuf.ByteString
588
+ getWikipediaIdBytes() {
589
+ java.lang.Object ref = wikipediaId_;
590
+ if (ref instanceof java.lang.String) {
591
+ com.google.protobuf.ByteString b =
592
+ com.google.protobuf.ByteString.copyFromUtf8(
593
+ (java.lang.String) ref);
594
+ wikipediaId_ = b;
595
+ return b;
596
+ } else {
597
+ return (com.google.protobuf.ByteString) ref;
598
+ }
599
+ }
600
+
601
+ public static final int WIKIPEDIA_LANG_CODE_FIELD_NUMBER = 10;
602
+ private volatile java.lang.Object wikipediaLangCode_;
603
+ /**
604
+ * <code>string wikipedia_lang_code = 10;</code>
605
+ * @return Whether the wikipediaLangCode field is set.
606
+ */
607
+ @java.lang.Override
608
+ public boolean hasWikipediaLangCode() {
609
+ return ((bitField0_ & 0x00000080) != 0);
610
+ }
611
+ /**
612
+ * <code>string wikipedia_lang_code = 10;</code>
613
+ * @return The wikipediaLangCode.
614
+ */
615
+ @java.lang.Override
616
+ public java.lang.String getWikipediaLangCode() {
617
+ java.lang.Object ref = wikipediaLangCode_;
618
+ if (ref instanceof java.lang.String) {
619
+ return (java.lang.String) ref;
620
+ } else {
621
+ com.google.protobuf.ByteString bs =
622
+ (com.google.protobuf.ByteString) ref;
623
+ java.lang.String s = bs.toStringUtf8();
624
+ wikipediaLangCode_ = s;
625
+ return s;
626
+ }
627
+ }
628
+ /**
629
+ * <code>string wikipedia_lang_code = 10;</code>
630
+ * @return The bytes for wikipediaLangCode.
631
+ */
632
+ @java.lang.Override
633
+ public com.google.protobuf.ByteString
634
+ getWikipediaLangCodeBytes() {
635
+ java.lang.Object ref = wikipediaLangCode_;
636
+ if (ref instanceof java.lang.String) {
637
+ com.google.protobuf.ByteString b =
638
+ com.google.protobuf.ByteString.copyFromUtf8(
639
+ (java.lang.String) ref);
640
+ wikipediaLangCode_ = b;
641
+ return b;
642
+ } else {
643
+ return (com.google.protobuf.ByteString) ref;
644
+ }
645
+ }
646
+
647
+ public static final int WEBSITE_URL_FIELD_NUMBER = 11;
648
+ private volatile java.lang.Object websiteUrl_;
649
+ /**
650
+ * <code>string website_url = 11;</code>
651
+ * @return Whether the websiteUrl field is set.
652
+ */
653
+ @java.lang.Override
654
+ public boolean hasWebsiteUrl() {
655
+ return ((bitField0_ & 0x00000100) != 0);
656
+ }
657
+ /**
658
+ * <code>string website_url = 11;</code>
659
+ * @return The websiteUrl.
660
+ */
661
+ @java.lang.Override
662
+ public java.lang.String getWebsiteUrl() {
663
+ java.lang.Object ref = websiteUrl_;
664
+ if (ref instanceof java.lang.String) {
665
+ return (java.lang.String) ref;
666
+ } else {
667
+ com.google.protobuf.ByteString bs =
668
+ (com.google.protobuf.ByteString) ref;
669
+ java.lang.String s = bs.toStringUtf8();
670
+ websiteUrl_ = s;
671
+ return s;
672
+ }
673
+ }
674
+ /**
675
+ * <code>string website_url = 11;</code>
676
+ * @return The bytes for websiteUrl.
677
+ */
678
+ @java.lang.Override
679
+ public com.google.protobuf.ByteString
680
+ getWebsiteUrlBytes() {
681
+ java.lang.Object ref = websiteUrl_;
682
+ if (ref instanceof java.lang.String) {
683
+ com.google.protobuf.ByteString b =
684
+ com.google.protobuf.ByteString.copyFromUtf8(
685
+ (java.lang.String) ref);
686
+ websiteUrl_ = b;
687
+ return b;
688
+ } else {
689
+ return (com.google.protobuf.ByteString) ref;
690
+ }
691
+ }
692
+
693
+ public static final int SUPPORT_URL_FIELD_NUMBER = 12;
694
+ private volatile java.lang.Object supportUrl_;
695
+ /**
696
+ * <code>string support_url = 12;</code>
697
+ * @return Whether the supportUrl field is set.
698
+ */
699
+ @java.lang.Override
700
+ public boolean hasSupportUrl() {
701
+ return ((bitField0_ & 0x00000200) != 0);
702
+ }
703
+ /**
704
+ * <code>string support_url = 12;</code>
705
+ * @return The supportUrl.
706
+ */
707
+ @java.lang.Override
708
+ public java.lang.String getSupportUrl() {
709
+ java.lang.Object ref = supportUrl_;
710
+ if (ref instanceof java.lang.String) {
711
+ return (java.lang.String) ref;
712
+ } else {
713
+ com.google.protobuf.ByteString bs =
714
+ (com.google.protobuf.ByteString) ref;
715
+ java.lang.String s = bs.toStringUtf8();
716
+ supportUrl_ = s;
717
+ return s;
718
+ }
719
+ }
720
+ /**
721
+ * <code>string support_url = 12;</code>
722
+ * @return The bytes for supportUrl.
723
+ */
724
+ @java.lang.Override
725
+ public com.google.protobuf.ByteString
726
+ getSupportUrlBytes() {
727
+ java.lang.Object ref = supportUrl_;
728
+ if (ref instanceof java.lang.String) {
729
+ com.google.protobuf.ByteString b =
730
+ com.google.protobuf.ByteString.copyFromUtf8(
731
+ (java.lang.String) ref);
732
+ supportUrl_ = b;
733
+ return b;
734
+ } else {
735
+ return (com.google.protobuf.ByteString) ref;
736
+ }
737
+ }
738
+
739
+ public static final int SUPPORT_PHONE_FIELD_NUMBER = 13;
740
+ private volatile java.lang.Object supportPhone_;
741
+ /**
742
+ * <code>string support_phone = 13;</code>
743
+ * @return Whether the supportPhone field is set.
744
+ */
745
+ @java.lang.Override
746
+ public boolean hasSupportPhone() {
747
+ return ((bitField0_ & 0x00000400) != 0);
748
+ }
749
+ /**
750
+ * <code>string support_phone = 13;</code>
751
+ * @return The supportPhone.
752
+ */
753
+ @java.lang.Override
754
+ public java.lang.String getSupportPhone() {
755
+ java.lang.Object ref = supportPhone_;
756
+ if (ref instanceof java.lang.String) {
757
+ return (java.lang.String) ref;
758
+ } else {
759
+ com.google.protobuf.ByteString bs =
760
+ (com.google.protobuf.ByteString) ref;
761
+ java.lang.String s = bs.toStringUtf8();
762
+ supportPhone_ = s;
763
+ return s;
764
+ }
765
+ }
766
+ /**
767
+ * <code>string support_phone = 13;</code>
768
+ * @return The bytes for supportPhone.
769
+ */
770
+ @java.lang.Override
771
+ public com.google.protobuf.ByteString
772
+ getSupportPhoneBytes() {
773
+ java.lang.Object ref = supportPhone_;
774
+ if (ref instanceof java.lang.String) {
775
+ com.google.protobuf.ByteString b =
776
+ com.google.protobuf.ByteString.copyFromUtf8(
777
+ (java.lang.String) ref);
778
+ supportPhone_ = b;
779
+ return b;
780
+ } else {
781
+ return (com.google.protobuf.ByteString) ref;
782
+ }
783
+ }
784
+
785
+ public static final int FACEBOOK_ACCOUNT_FIELD_NUMBER = 14;
786
+ private volatile java.lang.Object facebookAccount_;
787
+ /**
788
+ * <code>string facebook_account = 14;</code>
789
+ * @return Whether the facebookAccount field is set.
790
+ */
791
+ @java.lang.Override
792
+ public boolean hasFacebookAccount() {
793
+ return ((bitField0_ & 0x00000800) != 0);
794
+ }
795
+ /**
796
+ * <code>string facebook_account = 14;</code>
797
+ * @return The facebookAccount.
798
+ */
799
+ @java.lang.Override
800
+ public java.lang.String getFacebookAccount() {
801
+ java.lang.Object ref = facebookAccount_;
802
+ if (ref instanceof java.lang.String) {
803
+ return (java.lang.String) ref;
804
+ } else {
805
+ com.google.protobuf.ByteString bs =
806
+ (com.google.protobuf.ByteString) ref;
807
+ java.lang.String s = bs.toStringUtf8();
808
+ facebookAccount_ = s;
809
+ return s;
810
+ }
811
+ }
812
+ /**
813
+ * <code>string facebook_account = 14;</code>
814
+ * @return The bytes for facebookAccount.
815
+ */
816
+ @java.lang.Override
817
+ public com.google.protobuf.ByteString
818
+ getFacebookAccountBytes() {
819
+ java.lang.Object ref = facebookAccount_;
820
+ if (ref instanceof java.lang.String) {
821
+ com.google.protobuf.ByteString b =
822
+ com.google.protobuf.ByteString.copyFromUtf8(
823
+ (java.lang.String) ref);
824
+ facebookAccount_ = b;
825
+ return b;
826
+ } else {
827
+ return (com.google.protobuf.ByteString) ref;
828
+ }
829
+ }
830
+
831
+ public static final int TWITTER_ACCOUNT_FIELD_NUMBER = 15;
832
+ private volatile java.lang.Object twitterAccount_;
833
+ /**
834
+ * <code>string twitter_account = 15;</code>
835
+ * @return Whether the twitterAccount field is set.
836
+ */
837
+ @java.lang.Override
838
+ public boolean hasTwitterAccount() {
839
+ return ((bitField0_ & 0x00001000) != 0);
840
+ }
841
+ /**
842
+ * <code>string twitter_account = 15;</code>
843
+ * @return The twitterAccount.
844
+ */
845
+ @java.lang.Override
846
+ public java.lang.String getTwitterAccount() {
847
+ java.lang.Object ref = twitterAccount_;
848
+ if (ref instanceof java.lang.String) {
849
+ return (java.lang.String) ref;
850
+ } else {
851
+ com.google.protobuf.ByteString bs =
852
+ (com.google.protobuf.ByteString) ref;
853
+ java.lang.String s = bs.toStringUtf8();
854
+ twitterAccount_ = s;
855
+ return s;
856
+ }
857
+ }
858
+ /**
859
+ * <code>string twitter_account = 15;</code>
860
+ * @return The bytes for twitterAccount.
861
+ */
862
+ @java.lang.Override
863
+ public com.google.protobuf.ByteString
864
+ getTwitterAccountBytes() {
865
+ java.lang.Object ref = twitterAccount_;
866
+ if (ref instanceof java.lang.String) {
867
+ com.google.protobuf.ByteString b =
868
+ com.google.protobuf.ByteString.copyFromUtf8(
869
+ (java.lang.String) ref);
870
+ twitterAccount_ = b;
871
+ return b;
872
+ } else {
873
+ return (com.google.protobuf.ByteString) ref;
874
+ }
875
+ }
876
+
877
+ public static final int WARRANTY_URL_FIELD_NUMBER = 16;
878
+ private volatile java.lang.Object warrantyUrl_;
879
+ /**
880
+ * <code>string warranty_url = 16;</code>
881
+ * @return Whether the warrantyUrl field is set.
882
+ */
883
+ @java.lang.Override
884
+ public boolean hasWarrantyUrl() {
885
+ return ((bitField0_ & 0x00002000) != 0);
886
+ }
887
+ /**
888
+ * <code>string warranty_url = 16;</code>
889
+ * @return The warrantyUrl.
890
+ */
891
+ @java.lang.Override
892
+ public java.lang.String getWarrantyUrl() {
893
+ java.lang.Object ref = warrantyUrl_;
894
+ if (ref instanceof java.lang.String) {
895
+ return (java.lang.String) ref;
896
+ } else {
897
+ com.google.protobuf.ByteString bs =
898
+ (com.google.protobuf.ByteString) ref;
899
+ java.lang.String s = bs.toStringUtf8();
900
+ warrantyUrl_ = s;
901
+ return s;
902
+ }
903
+ }
904
+ /**
905
+ * <code>string warranty_url = 16;</code>
906
+ * @return The bytes for warrantyUrl.
907
+ */
908
+ @java.lang.Override
909
+ public com.google.protobuf.ByteString
910
+ getWarrantyUrlBytes() {
911
+ java.lang.Object ref = warrantyUrl_;
912
+ if (ref instanceof java.lang.String) {
913
+ com.google.protobuf.ByteString b =
914
+ com.google.protobuf.ByteString.copyFromUtf8(
915
+ (java.lang.String) ref);
916
+ warrantyUrl_ = b;
917
+ return b;
918
+ } else {
919
+ return (com.google.protobuf.ByteString) ref;
920
+ }
921
+ }
922
+
923
+ public static final int WARRANTY_DIRECT_URL_FIELD_NUMBER = 17;
924
+ private volatile java.lang.Object warrantyDirectUrl_;
925
+ /**
926
+ * <code>string warranty_direct_url = 17;</code>
927
+ * @return Whether the warrantyDirectUrl field is set.
928
+ */
929
+ @java.lang.Override
930
+ public boolean hasWarrantyDirectUrl() {
931
+ return ((bitField0_ & 0x00004000) != 0);
932
+ }
933
+ /**
934
+ * <code>string warranty_direct_url = 17;</code>
935
+ * @return The warrantyDirectUrl.
936
+ */
937
+ @java.lang.Override
938
+ public java.lang.String getWarrantyDirectUrl() {
939
+ java.lang.Object ref = warrantyDirectUrl_;
940
+ if (ref instanceof java.lang.String) {
941
+ return (java.lang.String) ref;
942
+ } else {
943
+ com.google.protobuf.ByteString bs =
944
+ (com.google.protobuf.ByteString) ref;
945
+ java.lang.String s = bs.toStringUtf8();
946
+ warrantyDirectUrl_ = s;
947
+ return s;
948
+ }
949
+ }
950
+ /**
951
+ * <code>string warranty_direct_url = 17;</code>
952
+ * @return The bytes for warrantyDirectUrl.
953
+ */
954
+ @java.lang.Override
955
+ public com.google.protobuf.ByteString
956
+ getWarrantyDirectUrlBytes() {
957
+ java.lang.Object ref = warrantyDirectUrl_;
958
+ if (ref instanceof java.lang.String) {
959
+ com.google.protobuf.ByteString b =
960
+ com.google.protobuf.ByteString.copyFromUtf8(
961
+ (java.lang.String) ref);
962
+ warrantyDirectUrl_ = b;
963
+ return b;
964
+ } else {
965
+ return (com.google.protobuf.ByteString) ref;
966
+ }
967
+ }
968
+
969
+ public static final int COMMUNITY_URL_FIELD_NUMBER = 20;
970
+ private volatile java.lang.Object communityUrl_;
971
+ /**
972
+ * <code>string community_url = 20;</code>
973
+ * @return Whether the communityUrl field is set.
974
+ */
975
+ @java.lang.Override
976
+ public boolean hasCommunityUrl() {
977
+ return ((bitField0_ & 0x00008000) != 0);
978
+ }
979
+ /**
980
+ * <code>string community_url = 20;</code>
981
+ * @return The communityUrl.
982
+ */
983
+ @java.lang.Override
984
+ public java.lang.String getCommunityUrl() {
985
+ java.lang.Object ref = communityUrl_;
986
+ if (ref instanceof java.lang.String) {
987
+ return (java.lang.String) ref;
988
+ } else {
989
+ com.google.protobuf.ByteString bs =
990
+ (com.google.protobuf.ByteString) ref;
991
+ java.lang.String s = bs.toStringUtf8();
992
+ communityUrl_ = s;
993
+ return s;
994
+ }
995
+ }
996
+ /**
997
+ * <code>string community_url = 20;</code>
998
+ * @return The bytes for communityUrl.
999
+ */
1000
+ @java.lang.Override
1001
+ public com.google.protobuf.ByteString
1002
+ getCommunityUrlBytes() {
1003
+ java.lang.Object ref = communityUrl_;
1004
+ if (ref instanceof java.lang.String) {
1005
+ com.google.protobuf.ByteString b =
1006
+ com.google.protobuf.ByteString.copyFromUtf8(
1007
+ (java.lang.String) ref);
1008
+ communityUrl_ = b;
1009
+ return b;
1010
+ } else {
1011
+ return (com.google.protobuf.ByteString) ref;
1012
+ }
1013
+ }
1014
+
1015
+ public static final int LINKEDIN_ACCOUNT_FIELD_NUMBER = 21;
1016
+ private volatile java.lang.Object linkedinAccount_;
1017
+ /**
1018
+ * <code>string linkedin_account = 21;</code>
1019
+ * @return Whether the linkedinAccount field is set.
1020
+ */
1021
+ @java.lang.Override
1022
+ public boolean hasLinkedinAccount() {
1023
+ return ((bitField0_ & 0x00010000) != 0);
1024
+ }
1025
+ /**
1026
+ * <code>string linkedin_account = 21;</code>
1027
+ * @return The linkedinAccount.
1028
+ */
1029
+ @java.lang.Override
1030
+ public java.lang.String getLinkedinAccount() {
1031
+ java.lang.Object ref = linkedinAccount_;
1032
+ if (ref instanceof java.lang.String) {
1033
+ return (java.lang.String) ref;
1034
+ } else {
1035
+ com.google.protobuf.ByteString bs =
1036
+ (com.google.protobuf.ByteString) ref;
1037
+ java.lang.String s = bs.toStringUtf8();
1038
+ linkedinAccount_ = s;
1039
+ return s;
1040
+ }
1041
+ }
1042
+ /**
1043
+ * <code>string linkedin_account = 21;</code>
1044
+ * @return The bytes for linkedinAccount.
1045
+ */
1046
+ @java.lang.Override
1047
+ public com.google.protobuf.ByteString
1048
+ getLinkedinAccountBytes() {
1049
+ java.lang.Object ref = linkedinAccount_;
1050
+ if (ref instanceof java.lang.String) {
1051
+ com.google.protobuf.ByteString b =
1052
+ com.google.protobuf.ByteString.copyFromUtf8(
1053
+ (java.lang.String) ref);
1054
+ linkedinAccount_ = b;
1055
+ return b;
1056
+ } else {
1057
+ return (com.google.protobuf.ByteString) ref;
1058
+ }
1059
+ }
1060
+
1061
+ public static final int INSTAGRAM_ACCOUNT_FIELD_NUMBER = 22;
1062
+ private volatile java.lang.Object instagramAccount_;
1063
+ /**
1064
+ * <code>string instagram_account = 22;</code>
1065
+ * @return Whether the instagramAccount field is set.
1066
+ */
1067
+ @java.lang.Override
1068
+ public boolean hasInstagramAccount() {
1069
+ return ((bitField0_ & 0x00020000) != 0);
1070
+ }
1071
+ /**
1072
+ * <code>string instagram_account = 22;</code>
1073
+ * @return The instagramAccount.
1074
+ */
1075
+ @java.lang.Override
1076
+ public java.lang.String getInstagramAccount() {
1077
+ java.lang.Object ref = instagramAccount_;
1078
+ if (ref instanceof java.lang.String) {
1079
+ return (java.lang.String) ref;
1080
+ } else {
1081
+ com.google.protobuf.ByteString bs =
1082
+ (com.google.protobuf.ByteString) ref;
1083
+ java.lang.String s = bs.toStringUtf8();
1084
+ instagramAccount_ = s;
1085
+ return s;
1086
+ }
1087
+ }
1088
+ /**
1089
+ * <code>string instagram_account = 22;</code>
1090
+ * @return The bytes for instagramAccount.
1091
+ */
1092
+ @java.lang.Override
1093
+ public com.google.protobuf.ByteString
1094
+ getInstagramAccountBytes() {
1095
+ java.lang.Object ref = instagramAccount_;
1096
+ if (ref instanceof java.lang.String) {
1097
+ com.google.protobuf.ByteString b =
1098
+ com.google.protobuf.ByteString.copyFromUtf8(
1099
+ (java.lang.String) ref);
1100
+ instagramAccount_ = b;
1101
+ return b;
1102
+ } else {
1103
+ return (com.google.protobuf.ByteString) ref;
1104
+ }
1105
+ }
1106
+
1107
+ public static final int YOUTUBE_ACCOUNT_FIELD_NUMBER = 23;
1108
+ private volatile java.lang.Object youtubeAccount_;
1109
+ /**
1110
+ * <code>string youtube_account = 23;</code>
1111
+ * @return Whether the youtubeAccount field is set.
1112
+ */
1113
+ @java.lang.Override
1114
+ public boolean hasYoutubeAccount() {
1115
+ return ((bitField0_ & 0x00040000) != 0);
1116
+ }
1117
+ /**
1118
+ * <code>string youtube_account = 23;</code>
1119
+ * @return The youtubeAccount.
1120
+ */
1121
+ @java.lang.Override
1122
+ public java.lang.String getYoutubeAccount() {
1123
+ java.lang.Object ref = youtubeAccount_;
1124
+ if (ref instanceof java.lang.String) {
1125
+ return (java.lang.String) ref;
1126
+ } else {
1127
+ com.google.protobuf.ByteString bs =
1128
+ (com.google.protobuf.ByteString) ref;
1129
+ java.lang.String s = bs.toStringUtf8();
1130
+ youtubeAccount_ = s;
1131
+ return s;
1132
+ }
1133
+ }
1134
+ /**
1135
+ * <code>string youtube_account = 23;</code>
1136
+ * @return The bytes for youtubeAccount.
1137
+ */
1138
+ @java.lang.Override
1139
+ public com.google.protobuf.ByteString
1140
+ getYoutubeAccountBytes() {
1141
+ java.lang.Object ref = youtubeAccount_;
1142
+ if (ref instanceof java.lang.String) {
1143
+ com.google.protobuf.ByteString b =
1144
+ com.google.protobuf.ByteString.copyFromUtf8(
1145
+ (java.lang.String) ref);
1146
+ youtubeAccount_ = b;
1147
+ return b;
1148
+ } else {
1149
+ return (com.google.protobuf.ByteString) ref;
1150
+ }
1151
+ }
1152
+
1153
+ public static final int PINTEREST_ACCOUNT_FIELD_NUMBER = 24;
1154
+ private volatile java.lang.Object pinterestAccount_;
1155
+ /**
1156
+ * <code>string pinterest_account = 24;</code>
1157
+ * @return Whether the pinterestAccount field is set.
1158
+ */
1159
+ @java.lang.Override
1160
+ public boolean hasPinterestAccount() {
1161
+ return ((bitField0_ & 0x00080000) != 0);
1162
+ }
1163
+ /**
1164
+ * <code>string pinterest_account = 24;</code>
1165
+ * @return The pinterestAccount.
1166
+ */
1167
+ @java.lang.Override
1168
+ public java.lang.String getPinterestAccount() {
1169
+ java.lang.Object ref = pinterestAccount_;
1170
+ if (ref instanceof java.lang.String) {
1171
+ return (java.lang.String) ref;
1172
+ } else {
1173
+ com.google.protobuf.ByteString bs =
1174
+ (com.google.protobuf.ByteString) ref;
1175
+ java.lang.String s = bs.toStringUtf8();
1176
+ pinterestAccount_ = s;
1177
+ return s;
1178
+ }
1179
+ }
1180
+ /**
1181
+ * <code>string pinterest_account = 24;</code>
1182
+ * @return The bytes for pinterestAccount.
1183
+ */
1184
+ @java.lang.Override
1185
+ public com.google.protobuf.ByteString
1186
+ getPinterestAccountBytes() {
1187
+ java.lang.Object ref = pinterestAccount_;
1188
+ if (ref instanceof java.lang.String) {
1189
+ com.google.protobuf.ByteString b =
1190
+ com.google.protobuf.ByteString.copyFromUtf8(
1191
+ (java.lang.String) ref);
1192
+ pinterestAccount_ = b;
1193
+ return b;
1194
+ } else {
1195
+ return (com.google.protobuf.ByteString) ref;
1196
+ }
1197
+ }
1198
+
1199
+ public static final int CLASS_HARDWARE_FIELD_NUMBER = 25;
1200
+ private boolean classHardware_;
1201
+ /**
1202
+ * <code>bool class_hardware = 25;</code>
1203
+ * @return Whether the classHardware field is set.
1204
+ */
1205
+ @java.lang.Override
1206
+ public boolean hasClassHardware() {
1207
+ return ((bitField0_ & 0x00100000) != 0);
1208
+ }
1209
+ /**
1210
+ * <code>bool class_hardware = 25;</code>
1211
+ * @return The classHardware.
1212
+ */
1213
+ @java.lang.Override
1214
+ public boolean getClassHardware() {
1215
+ return classHardware_;
1216
+ }
1217
+
1218
+ public static final int CLASS_SOFTWARE_FIELD_NUMBER = 26;
1219
+ private boolean classSoftware_;
1220
+ /**
1221
+ * <code>bool class_software = 26;</code>
1222
+ * @return Whether the classSoftware field is set.
1223
+ */
1224
+ @java.lang.Override
1225
+ public boolean hasClassSoftware() {
1226
+ return ((bitField0_ & 0x00200000) != 0);
1227
+ }
1228
+ /**
1229
+ * <code>bool class_software = 26;</code>
1230
+ * @return The classSoftware.
1231
+ */
1232
+ @java.lang.Override
1233
+ public boolean getClassSoftware() {
1234
+ return classSoftware_;
1235
+ }
1236
+
1237
+ public static final int CLASS_CONSUMER_FIELD_NUMBER = 27;
1238
+ private boolean classConsumer_;
1239
+ /**
1240
+ * <code>bool class_consumer = 27;</code>
1241
+ * @return Whether the classConsumer field is set.
1242
+ */
1243
+ @java.lang.Override
1244
+ public boolean hasClassConsumer() {
1245
+ return ((bitField0_ & 0x00400000) != 0);
1246
+ }
1247
+ /**
1248
+ * <code>bool class_consumer = 27;</code>
1249
+ * @return The classConsumer.
1250
+ */
1251
+ @java.lang.Override
1252
+ public boolean getClassConsumer() {
1253
+ return classConsumer_;
1254
+ }
1255
+
1256
+ public static final int CLASS_ENTERPRISE_FIELD_NUMBER = 28;
1257
+ private boolean classEnterprise_;
1258
+ /**
1259
+ * <code>bool class_enterprise = 28;</code>
1260
+ * @return Whether the classEnterprise field is set.
1261
+ */
1262
+ @java.lang.Override
1263
+ public boolean hasClassEnterprise() {
1264
+ return ((bitField0_ & 0x00800000) != 0);
1265
+ }
1266
+ /**
1267
+ * <code>bool class_enterprise = 28;</code>
1268
+ * @return The classEnterprise.
1269
+ */
1270
+ @java.lang.Override
1271
+ public boolean getClassEnterprise() {
1272
+ return classEnterprise_;
1273
+ }
1274
+
1275
+ public static final int CLASS_INDUSTRIAL_FIELD_NUMBER = 29;
1276
+ private boolean classIndustrial_;
1277
+ /**
1278
+ * <code>bool class_industrial = 29;</code>
1279
+ * @return Whether the classIndustrial field is set.
1280
+ */
1281
+ @java.lang.Override
1282
+ public boolean hasClassIndustrial() {
1283
+ return ((bitField0_ & 0x01000000) != 0);
1284
+ }
1285
+ /**
1286
+ * <code>bool class_industrial = 29;</code>
1287
+ * @return The classIndustrial.
1288
+ */
1289
+ @java.lang.Override
1290
+ public boolean getClassIndustrial() {
1291
+ return classIndustrial_;
1292
+ }
1293
+
1294
+ public static final int CLASS_INDIVIDUAL_FIELD_NUMBER = 30;
1295
+ private boolean classIndividual_;
1296
+ /**
1297
+ * <code>bool class_individual = 30;</code>
1298
+ * @return Whether the classIndividual field is set.
1299
+ */
1300
+ @java.lang.Override
1301
+ public boolean hasClassIndividual() {
1302
+ return ((bitField0_ & 0x02000000) != 0);
1303
+ }
1304
+ /**
1305
+ * <code>bool class_individual = 30;</code>
1306
+ * @return The classIndividual.
1307
+ */
1308
+ @java.lang.Override
1309
+ public boolean getClassIndividual() {
1310
+ return classIndividual_;
1311
+ }
1312
+
1313
+ public static final int MATCH_SCORE_FIELD_NUMBER = 19;
1314
+ private int matchScore_;
1315
+ /**
1316
+ * <pre>
1317
+ * relevant only in search result
1318
+ * </pre>
1319
+ *
1320
+ * <code>int32 match_score = 19;</code>
1321
+ * @return Whether the matchScore field is set.
1322
+ */
1323
+ @java.lang.Override
1324
+ public boolean hasMatchScore() {
1325
+ return ((bitField0_ & 0x04000000) != 0);
1326
+ }
1327
+ /**
1328
+ * <pre>
1329
+ * relevant only in search result
1330
+ * </pre>
1331
+ *
1332
+ * <code>int32 match_score = 19;</code>
1333
+ * @return The matchScore.
1334
+ */
1335
+ @java.lang.Override
1336
+ public int getMatchScore() {
1337
+ return matchScore_;
1338
+ }
1339
+
1340
+ private byte memoizedIsInitialized = -1;
1341
+ @java.lang.Override
1342
+ public final boolean isInitialized() {
1343
+ byte isInitialized = memoizedIsInitialized;
1344
+ if (isInitialized == 1) return true;
1345
+ if (isInitialized == 0) return false;
1346
+
1347
+ memoizedIsInitialized = 1;
1348
+ return true;
1349
+ }
1350
+
1351
+ @java.lang.Override
1352
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
1353
+ throws java.io.IOException {
1354
+ if (id_ != 0L) {
1355
+ output.writeInt64(1, id_);
1356
+ }
1357
+ if (!getMakeKeyBytes().isEmpty()) {
1358
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, makeKey_);
1359
+ }
1360
+ if (!getMakeNameBytes().isEmpty()) {
1361
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 3, makeName_);
1362
+ }
1363
+ if (((bitField0_ & 0x00000001) != 0)) {
1364
+ output.writeInt64(4, overrideId_);
1365
+ }
1366
+ if (((bitField0_ & 0x00000004) != 0)) {
1367
+ output.writeInt64(5, lastUpdateTime_);
1368
+ }
1369
+ if (((bitField0_ & 0x00000008) != 0)) {
1370
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 6, countryCode_);
1371
+ }
1372
+ if (((bitField0_ & 0x00000010) != 0)) {
1373
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 7, logoImageUrl_);
1374
+ }
1375
+ if (((bitField0_ & 0x00000020) != 0)) {
1376
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 8, bannerImageUrl_);
1377
+ }
1378
+ if (((bitField0_ & 0x00000040) != 0)) {
1379
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 9, wikipediaId_);
1380
+ }
1381
+ if (((bitField0_ & 0x00000080) != 0)) {
1382
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 10, wikipediaLangCode_);
1383
+ }
1384
+ if (((bitField0_ & 0x00000100) != 0)) {
1385
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 11, websiteUrl_);
1386
+ }
1387
+ if (((bitField0_ & 0x00000200) != 0)) {
1388
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 12, supportUrl_);
1389
+ }
1390
+ if (((bitField0_ & 0x00000400) != 0)) {
1391
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 13, supportPhone_);
1392
+ }
1393
+ if (((bitField0_ & 0x00000800) != 0)) {
1394
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 14, facebookAccount_);
1395
+ }
1396
+ if (((bitField0_ & 0x00001000) != 0)) {
1397
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 15, twitterAccount_);
1398
+ }
1399
+ if (((bitField0_ & 0x00002000) != 0)) {
1400
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 16, warrantyUrl_);
1401
+ }
1402
+ if (((bitField0_ & 0x00004000) != 0)) {
1403
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 17, warrantyDirectUrl_);
1404
+ }
1405
+ if (((bitField0_ & 0x00000002) != 0)) {
1406
+ output.writeInt64(18, parentId_);
1407
+ }
1408
+ if (((bitField0_ & 0x04000000) != 0)) {
1409
+ output.writeInt32(19, matchScore_);
1410
+ }
1411
+ if (((bitField0_ & 0x00008000) != 0)) {
1412
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 20, communityUrl_);
1413
+ }
1414
+ if (((bitField0_ & 0x00010000) != 0)) {
1415
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 21, linkedinAccount_);
1416
+ }
1417
+ if (((bitField0_ & 0x00020000) != 0)) {
1418
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 22, instagramAccount_);
1419
+ }
1420
+ if (((bitField0_ & 0x00040000) != 0)) {
1421
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 23, youtubeAccount_);
1422
+ }
1423
+ if (((bitField0_ & 0x00080000) != 0)) {
1424
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 24, pinterestAccount_);
1425
+ }
1426
+ if (((bitField0_ & 0x00100000) != 0)) {
1427
+ output.writeBool(25, classHardware_);
1428
+ }
1429
+ if (((bitField0_ & 0x00200000) != 0)) {
1430
+ output.writeBool(26, classSoftware_);
1431
+ }
1432
+ if (((bitField0_ & 0x00400000) != 0)) {
1433
+ output.writeBool(27, classConsumer_);
1434
+ }
1435
+ if (((bitField0_ & 0x00800000) != 0)) {
1436
+ output.writeBool(28, classEnterprise_);
1437
+ }
1438
+ if (((bitField0_ & 0x01000000) != 0)) {
1439
+ output.writeBool(29, classIndustrial_);
1440
+ }
1441
+ if (((bitField0_ & 0x02000000) != 0)) {
1442
+ output.writeBool(30, classIndividual_);
1443
+ }
1444
+ unknownFields.writeTo(output);
1445
+ }
1446
+
1447
+ @java.lang.Override
1448
+ public int getSerializedSize() {
1449
+ int size = memoizedSize;
1450
+ if (size != -1) return size;
1451
+
1452
+ size = 0;
1453
+ if (id_ != 0L) {
1454
+ size += com.google.protobuf.CodedOutputStream
1455
+ .computeInt64Size(1, id_);
1456
+ }
1457
+ if (!getMakeKeyBytes().isEmpty()) {
1458
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, makeKey_);
1459
+ }
1460
+ if (!getMakeNameBytes().isEmpty()) {
1461
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, makeName_);
1462
+ }
1463
+ if (((bitField0_ & 0x00000001) != 0)) {
1464
+ size += com.google.protobuf.CodedOutputStream
1465
+ .computeInt64Size(4, overrideId_);
1466
+ }
1467
+ if (((bitField0_ & 0x00000004) != 0)) {
1468
+ size += com.google.protobuf.CodedOutputStream
1469
+ .computeInt64Size(5, lastUpdateTime_);
1470
+ }
1471
+ if (((bitField0_ & 0x00000008) != 0)) {
1472
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, countryCode_);
1473
+ }
1474
+ if (((bitField0_ & 0x00000010) != 0)) {
1475
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, logoImageUrl_);
1476
+ }
1477
+ if (((bitField0_ & 0x00000020) != 0)) {
1478
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, bannerImageUrl_);
1479
+ }
1480
+ if (((bitField0_ & 0x00000040) != 0)) {
1481
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, wikipediaId_);
1482
+ }
1483
+ if (((bitField0_ & 0x00000080) != 0)) {
1484
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, wikipediaLangCode_);
1485
+ }
1486
+ if (((bitField0_ & 0x00000100) != 0)) {
1487
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, websiteUrl_);
1488
+ }
1489
+ if (((bitField0_ & 0x00000200) != 0)) {
1490
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, supportUrl_);
1491
+ }
1492
+ if (((bitField0_ & 0x00000400) != 0)) {
1493
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, supportPhone_);
1494
+ }
1495
+ if (((bitField0_ & 0x00000800) != 0)) {
1496
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, facebookAccount_);
1497
+ }
1498
+ if (((bitField0_ & 0x00001000) != 0)) {
1499
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, twitterAccount_);
1500
+ }
1501
+ if (((bitField0_ & 0x00002000) != 0)) {
1502
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, warrantyUrl_);
1503
+ }
1504
+ if (((bitField0_ & 0x00004000) != 0)) {
1505
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, warrantyDirectUrl_);
1506
+ }
1507
+ if (((bitField0_ & 0x00000002) != 0)) {
1508
+ size += com.google.protobuf.CodedOutputStream
1509
+ .computeInt64Size(18, parentId_);
1510
+ }
1511
+ if (((bitField0_ & 0x04000000) != 0)) {
1512
+ size += com.google.protobuf.CodedOutputStream
1513
+ .computeInt32Size(19, matchScore_);
1514
+ }
1515
+ if (((bitField0_ & 0x00008000) != 0)) {
1516
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(20, communityUrl_);
1517
+ }
1518
+ if (((bitField0_ & 0x00010000) != 0)) {
1519
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(21, linkedinAccount_);
1520
+ }
1521
+ if (((bitField0_ & 0x00020000) != 0)) {
1522
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, instagramAccount_);
1523
+ }
1524
+ if (((bitField0_ & 0x00040000) != 0)) {
1525
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, youtubeAccount_);
1526
+ }
1527
+ if (((bitField0_ & 0x00080000) != 0)) {
1528
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, pinterestAccount_);
1529
+ }
1530
+ if (((bitField0_ & 0x00100000) != 0)) {
1531
+ size += com.google.protobuf.CodedOutputStream
1532
+ .computeBoolSize(25, classHardware_);
1533
+ }
1534
+ if (((bitField0_ & 0x00200000) != 0)) {
1535
+ size += com.google.protobuf.CodedOutputStream
1536
+ .computeBoolSize(26, classSoftware_);
1537
+ }
1538
+ if (((bitField0_ & 0x00400000) != 0)) {
1539
+ size += com.google.protobuf.CodedOutputStream
1540
+ .computeBoolSize(27, classConsumer_);
1541
+ }
1542
+ if (((bitField0_ & 0x00800000) != 0)) {
1543
+ size += com.google.protobuf.CodedOutputStream
1544
+ .computeBoolSize(28, classEnterprise_);
1545
+ }
1546
+ if (((bitField0_ & 0x01000000) != 0)) {
1547
+ size += com.google.protobuf.CodedOutputStream
1548
+ .computeBoolSize(29, classIndustrial_);
1549
+ }
1550
+ if (((bitField0_ & 0x02000000) != 0)) {
1551
+ size += com.google.protobuf.CodedOutputStream
1552
+ .computeBoolSize(30, classIndividual_);
1553
+ }
1554
+ size += unknownFields.getSerializedSize();
1555
+ memoizedSize = size;
1556
+ return size;
1557
+ }
1558
+
1559
+ @java.lang.Override
1560
+ public boolean equals(final java.lang.Object obj) {
1561
+ if (obj == this) {
1562
+ return true;
1563
+ }
1564
+ if (!(obj instanceof com.lansweeper.dp.outbound.v1.CatalogBrand)) {
1565
+ return super.equals(obj);
1566
+ }
1567
+ com.lansweeper.dp.outbound.v1.CatalogBrand other = (com.lansweeper.dp.outbound.v1.CatalogBrand) obj;
1568
+
1569
+ if (getId()
1570
+ != other.getId()) return false;
1571
+ if (!getMakeKey()
1572
+ .equals(other.getMakeKey())) return false;
1573
+ if (!getMakeName()
1574
+ .equals(other.getMakeName())) return false;
1575
+ if (hasOverrideId() != other.hasOverrideId()) return false;
1576
+ if (hasOverrideId()) {
1577
+ if (getOverrideId()
1578
+ != other.getOverrideId()) return false;
1579
+ }
1580
+ if (hasParentId() != other.hasParentId()) return false;
1581
+ if (hasParentId()) {
1582
+ if (getParentId()
1583
+ != other.getParentId()) return false;
1584
+ }
1585
+ if (hasLastUpdateTime() != other.hasLastUpdateTime()) return false;
1586
+ if (hasLastUpdateTime()) {
1587
+ if (getLastUpdateTime()
1588
+ != other.getLastUpdateTime()) return false;
1589
+ }
1590
+ if (hasCountryCode() != other.hasCountryCode()) return false;
1591
+ if (hasCountryCode()) {
1592
+ if (!getCountryCode()
1593
+ .equals(other.getCountryCode())) return false;
1594
+ }
1595
+ if (hasLogoImageUrl() != other.hasLogoImageUrl()) return false;
1596
+ if (hasLogoImageUrl()) {
1597
+ if (!getLogoImageUrl()
1598
+ .equals(other.getLogoImageUrl())) return false;
1599
+ }
1600
+ if (hasBannerImageUrl() != other.hasBannerImageUrl()) return false;
1601
+ if (hasBannerImageUrl()) {
1602
+ if (!getBannerImageUrl()
1603
+ .equals(other.getBannerImageUrl())) return false;
1604
+ }
1605
+ if (hasWikipediaId() != other.hasWikipediaId()) return false;
1606
+ if (hasWikipediaId()) {
1607
+ if (!getWikipediaId()
1608
+ .equals(other.getWikipediaId())) return false;
1609
+ }
1610
+ if (hasWikipediaLangCode() != other.hasWikipediaLangCode()) return false;
1611
+ if (hasWikipediaLangCode()) {
1612
+ if (!getWikipediaLangCode()
1613
+ .equals(other.getWikipediaLangCode())) return false;
1614
+ }
1615
+ if (hasWebsiteUrl() != other.hasWebsiteUrl()) return false;
1616
+ if (hasWebsiteUrl()) {
1617
+ if (!getWebsiteUrl()
1618
+ .equals(other.getWebsiteUrl())) return false;
1619
+ }
1620
+ if (hasSupportUrl() != other.hasSupportUrl()) return false;
1621
+ if (hasSupportUrl()) {
1622
+ if (!getSupportUrl()
1623
+ .equals(other.getSupportUrl())) return false;
1624
+ }
1625
+ if (hasSupportPhone() != other.hasSupportPhone()) return false;
1626
+ if (hasSupportPhone()) {
1627
+ if (!getSupportPhone()
1628
+ .equals(other.getSupportPhone())) return false;
1629
+ }
1630
+ if (hasFacebookAccount() != other.hasFacebookAccount()) return false;
1631
+ if (hasFacebookAccount()) {
1632
+ if (!getFacebookAccount()
1633
+ .equals(other.getFacebookAccount())) return false;
1634
+ }
1635
+ if (hasTwitterAccount() != other.hasTwitterAccount()) return false;
1636
+ if (hasTwitterAccount()) {
1637
+ if (!getTwitterAccount()
1638
+ .equals(other.getTwitterAccount())) return false;
1639
+ }
1640
+ if (hasWarrantyUrl() != other.hasWarrantyUrl()) return false;
1641
+ if (hasWarrantyUrl()) {
1642
+ if (!getWarrantyUrl()
1643
+ .equals(other.getWarrantyUrl())) return false;
1644
+ }
1645
+ if (hasWarrantyDirectUrl() != other.hasWarrantyDirectUrl()) return false;
1646
+ if (hasWarrantyDirectUrl()) {
1647
+ if (!getWarrantyDirectUrl()
1648
+ .equals(other.getWarrantyDirectUrl())) return false;
1649
+ }
1650
+ if (hasCommunityUrl() != other.hasCommunityUrl()) return false;
1651
+ if (hasCommunityUrl()) {
1652
+ if (!getCommunityUrl()
1653
+ .equals(other.getCommunityUrl())) return false;
1654
+ }
1655
+ if (hasLinkedinAccount() != other.hasLinkedinAccount()) return false;
1656
+ if (hasLinkedinAccount()) {
1657
+ if (!getLinkedinAccount()
1658
+ .equals(other.getLinkedinAccount())) return false;
1659
+ }
1660
+ if (hasInstagramAccount() != other.hasInstagramAccount()) return false;
1661
+ if (hasInstagramAccount()) {
1662
+ if (!getInstagramAccount()
1663
+ .equals(other.getInstagramAccount())) return false;
1664
+ }
1665
+ if (hasYoutubeAccount() != other.hasYoutubeAccount()) return false;
1666
+ if (hasYoutubeAccount()) {
1667
+ if (!getYoutubeAccount()
1668
+ .equals(other.getYoutubeAccount())) return false;
1669
+ }
1670
+ if (hasPinterestAccount() != other.hasPinterestAccount()) return false;
1671
+ if (hasPinterestAccount()) {
1672
+ if (!getPinterestAccount()
1673
+ .equals(other.getPinterestAccount())) return false;
1674
+ }
1675
+ if (hasClassHardware() != other.hasClassHardware()) return false;
1676
+ if (hasClassHardware()) {
1677
+ if (getClassHardware()
1678
+ != other.getClassHardware()) return false;
1679
+ }
1680
+ if (hasClassSoftware() != other.hasClassSoftware()) return false;
1681
+ if (hasClassSoftware()) {
1682
+ if (getClassSoftware()
1683
+ != other.getClassSoftware()) return false;
1684
+ }
1685
+ if (hasClassConsumer() != other.hasClassConsumer()) return false;
1686
+ if (hasClassConsumer()) {
1687
+ if (getClassConsumer()
1688
+ != other.getClassConsumer()) return false;
1689
+ }
1690
+ if (hasClassEnterprise() != other.hasClassEnterprise()) return false;
1691
+ if (hasClassEnterprise()) {
1692
+ if (getClassEnterprise()
1693
+ != other.getClassEnterprise()) return false;
1694
+ }
1695
+ if (hasClassIndustrial() != other.hasClassIndustrial()) return false;
1696
+ if (hasClassIndustrial()) {
1697
+ if (getClassIndustrial()
1698
+ != other.getClassIndustrial()) return false;
1699
+ }
1700
+ if (hasClassIndividual() != other.hasClassIndividual()) return false;
1701
+ if (hasClassIndividual()) {
1702
+ if (getClassIndividual()
1703
+ != other.getClassIndividual()) return false;
1704
+ }
1705
+ if (hasMatchScore() != other.hasMatchScore()) return false;
1706
+ if (hasMatchScore()) {
1707
+ if (getMatchScore()
1708
+ != other.getMatchScore()) return false;
1709
+ }
1710
+ if (!unknownFields.equals(other.unknownFields)) return false;
1711
+ return true;
1712
+ }
1713
+
1714
+ @java.lang.Override
1715
+ public int hashCode() {
1716
+ if (memoizedHashCode != 0) {
1717
+ return memoizedHashCode;
1718
+ }
1719
+ int hash = 41;
1720
+ hash = (19 * hash) + getDescriptor().hashCode();
1721
+ hash = (37 * hash) + ID_FIELD_NUMBER;
1722
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1723
+ getId());
1724
+ hash = (37 * hash) + MAKE_KEY_FIELD_NUMBER;
1725
+ hash = (53 * hash) + getMakeKey().hashCode();
1726
+ hash = (37 * hash) + MAKE_NAME_FIELD_NUMBER;
1727
+ hash = (53 * hash) + getMakeName().hashCode();
1728
+ if (hasOverrideId()) {
1729
+ hash = (37 * hash) + OVERRIDE_ID_FIELD_NUMBER;
1730
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1731
+ getOverrideId());
1732
+ }
1733
+ if (hasParentId()) {
1734
+ hash = (37 * hash) + PARENT_ID_FIELD_NUMBER;
1735
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1736
+ getParentId());
1737
+ }
1738
+ if (hasLastUpdateTime()) {
1739
+ hash = (37 * hash) + LAST_UPDATE_TIME_FIELD_NUMBER;
1740
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1741
+ getLastUpdateTime());
1742
+ }
1743
+ if (hasCountryCode()) {
1744
+ hash = (37 * hash) + COUNTRY_CODE_FIELD_NUMBER;
1745
+ hash = (53 * hash) + getCountryCode().hashCode();
1746
+ }
1747
+ if (hasLogoImageUrl()) {
1748
+ hash = (37 * hash) + LOGO_IMAGE_URL_FIELD_NUMBER;
1749
+ hash = (53 * hash) + getLogoImageUrl().hashCode();
1750
+ }
1751
+ if (hasBannerImageUrl()) {
1752
+ hash = (37 * hash) + BANNER_IMAGE_URL_FIELD_NUMBER;
1753
+ hash = (53 * hash) + getBannerImageUrl().hashCode();
1754
+ }
1755
+ if (hasWikipediaId()) {
1756
+ hash = (37 * hash) + WIKIPEDIA_ID_FIELD_NUMBER;
1757
+ hash = (53 * hash) + getWikipediaId().hashCode();
1758
+ }
1759
+ if (hasWikipediaLangCode()) {
1760
+ hash = (37 * hash) + WIKIPEDIA_LANG_CODE_FIELD_NUMBER;
1761
+ hash = (53 * hash) + getWikipediaLangCode().hashCode();
1762
+ }
1763
+ if (hasWebsiteUrl()) {
1764
+ hash = (37 * hash) + WEBSITE_URL_FIELD_NUMBER;
1765
+ hash = (53 * hash) + getWebsiteUrl().hashCode();
1766
+ }
1767
+ if (hasSupportUrl()) {
1768
+ hash = (37 * hash) + SUPPORT_URL_FIELD_NUMBER;
1769
+ hash = (53 * hash) + getSupportUrl().hashCode();
1770
+ }
1771
+ if (hasSupportPhone()) {
1772
+ hash = (37 * hash) + SUPPORT_PHONE_FIELD_NUMBER;
1773
+ hash = (53 * hash) + getSupportPhone().hashCode();
1774
+ }
1775
+ if (hasFacebookAccount()) {
1776
+ hash = (37 * hash) + FACEBOOK_ACCOUNT_FIELD_NUMBER;
1777
+ hash = (53 * hash) + getFacebookAccount().hashCode();
1778
+ }
1779
+ if (hasTwitterAccount()) {
1780
+ hash = (37 * hash) + TWITTER_ACCOUNT_FIELD_NUMBER;
1781
+ hash = (53 * hash) + getTwitterAccount().hashCode();
1782
+ }
1783
+ if (hasWarrantyUrl()) {
1784
+ hash = (37 * hash) + WARRANTY_URL_FIELD_NUMBER;
1785
+ hash = (53 * hash) + getWarrantyUrl().hashCode();
1786
+ }
1787
+ if (hasWarrantyDirectUrl()) {
1788
+ hash = (37 * hash) + WARRANTY_DIRECT_URL_FIELD_NUMBER;
1789
+ hash = (53 * hash) + getWarrantyDirectUrl().hashCode();
1790
+ }
1791
+ if (hasCommunityUrl()) {
1792
+ hash = (37 * hash) + COMMUNITY_URL_FIELD_NUMBER;
1793
+ hash = (53 * hash) + getCommunityUrl().hashCode();
1794
+ }
1795
+ if (hasLinkedinAccount()) {
1796
+ hash = (37 * hash) + LINKEDIN_ACCOUNT_FIELD_NUMBER;
1797
+ hash = (53 * hash) + getLinkedinAccount().hashCode();
1798
+ }
1799
+ if (hasInstagramAccount()) {
1800
+ hash = (37 * hash) + INSTAGRAM_ACCOUNT_FIELD_NUMBER;
1801
+ hash = (53 * hash) + getInstagramAccount().hashCode();
1802
+ }
1803
+ if (hasYoutubeAccount()) {
1804
+ hash = (37 * hash) + YOUTUBE_ACCOUNT_FIELD_NUMBER;
1805
+ hash = (53 * hash) + getYoutubeAccount().hashCode();
1806
+ }
1807
+ if (hasPinterestAccount()) {
1808
+ hash = (37 * hash) + PINTEREST_ACCOUNT_FIELD_NUMBER;
1809
+ hash = (53 * hash) + getPinterestAccount().hashCode();
1810
+ }
1811
+ if (hasClassHardware()) {
1812
+ hash = (37 * hash) + CLASS_HARDWARE_FIELD_NUMBER;
1813
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
1814
+ getClassHardware());
1815
+ }
1816
+ if (hasClassSoftware()) {
1817
+ hash = (37 * hash) + CLASS_SOFTWARE_FIELD_NUMBER;
1818
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
1819
+ getClassSoftware());
1820
+ }
1821
+ if (hasClassConsumer()) {
1822
+ hash = (37 * hash) + CLASS_CONSUMER_FIELD_NUMBER;
1823
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
1824
+ getClassConsumer());
1825
+ }
1826
+ if (hasClassEnterprise()) {
1827
+ hash = (37 * hash) + CLASS_ENTERPRISE_FIELD_NUMBER;
1828
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
1829
+ getClassEnterprise());
1830
+ }
1831
+ if (hasClassIndustrial()) {
1832
+ hash = (37 * hash) + CLASS_INDUSTRIAL_FIELD_NUMBER;
1833
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
1834
+ getClassIndustrial());
1835
+ }
1836
+ if (hasClassIndividual()) {
1837
+ hash = (37 * hash) + CLASS_INDIVIDUAL_FIELD_NUMBER;
1838
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
1839
+ getClassIndividual());
1840
+ }
1841
+ if (hasMatchScore()) {
1842
+ hash = (37 * hash) + MATCH_SCORE_FIELD_NUMBER;
1843
+ hash = (53 * hash) + getMatchScore();
1844
+ }
1845
+ hash = (29 * hash) + unknownFields.hashCode();
1846
+ memoizedHashCode = hash;
1847
+ return hash;
1848
+ }
1849
+
1850
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseFrom(
1851
+ java.nio.ByteBuffer data)
1852
+ throws com.google.protobuf.InvalidProtocolBufferException {
1853
+ return PARSER.parseFrom(data);
1854
+ }
1855
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseFrom(
1856
+ java.nio.ByteBuffer data,
1857
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1858
+ throws com.google.protobuf.InvalidProtocolBufferException {
1859
+ return PARSER.parseFrom(data, extensionRegistry);
1860
+ }
1861
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseFrom(
1862
+ com.google.protobuf.ByteString data)
1863
+ throws com.google.protobuf.InvalidProtocolBufferException {
1864
+ return PARSER.parseFrom(data);
1865
+ }
1866
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseFrom(
1867
+ com.google.protobuf.ByteString data,
1868
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1869
+ throws com.google.protobuf.InvalidProtocolBufferException {
1870
+ return PARSER.parseFrom(data, extensionRegistry);
1871
+ }
1872
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseFrom(byte[] data)
1873
+ throws com.google.protobuf.InvalidProtocolBufferException {
1874
+ return PARSER.parseFrom(data);
1875
+ }
1876
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseFrom(
1877
+ byte[] data,
1878
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1879
+ throws com.google.protobuf.InvalidProtocolBufferException {
1880
+ return PARSER.parseFrom(data, extensionRegistry);
1881
+ }
1882
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseFrom(java.io.InputStream input)
1883
+ throws java.io.IOException {
1884
+ return com.google.protobuf.GeneratedMessageV3
1885
+ .parseWithIOException(PARSER, input);
1886
+ }
1887
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseFrom(
1888
+ java.io.InputStream input,
1889
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1890
+ throws java.io.IOException {
1891
+ return com.google.protobuf.GeneratedMessageV3
1892
+ .parseWithIOException(PARSER, input, extensionRegistry);
1893
+ }
1894
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseDelimitedFrom(java.io.InputStream input)
1895
+ throws java.io.IOException {
1896
+ return com.google.protobuf.GeneratedMessageV3
1897
+ .parseDelimitedWithIOException(PARSER, input);
1898
+ }
1899
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseDelimitedFrom(
1900
+ java.io.InputStream input,
1901
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1902
+ throws java.io.IOException {
1903
+ return com.google.protobuf.GeneratedMessageV3
1904
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
1905
+ }
1906
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseFrom(
1907
+ com.google.protobuf.CodedInputStream input)
1908
+ throws java.io.IOException {
1909
+ return com.google.protobuf.GeneratedMessageV3
1910
+ .parseWithIOException(PARSER, input);
1911
+ }
1912
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand parseFrom(
1913
+ com.google.protobuf.CodedInputStream input,
1914
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1915
+ throws java.io.IOException {
1916
+ return com.google.protobuf.GeneratedMessageV3
1917
+ .parseWithIOException(PARSER, input, extensionRegistry);
1918
+ }
1919
+
1920
+ @java.lang.Override
1921
+ public Builder newBuilderForType() { return newBuilder(); }
1922
+ public static Builder newBuilder() {
1923
+ return DEFAULT_INSTANCE.toBuilder();
1924
+ }
1925
+ public static Builder newBuilder(com.lansweeper.dp.outbound.v1.CatalogBrand prototype) {
1926
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
1927
+ }
1928
+ @java.lang.Override
1929
+ public Builder toBuilder() {
1930
+ return this == DEFAULT_INSTANCE
1931
+ ? new Builder() : new Builder().mergeFrom(this);
1932
+ }
1933
+
1934
+ @java.lang.Override
1935
+ protected Builder newBuilderForType(
1936
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
1937
+ Builder builder = new Builder(parent);
1938
+ return builder;
1939
+ }
1940
+ /**
1941
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.CatalogBrand}
1942
+ */
1943
+ public static final class Builder extends
1944
+ com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
1945
+ // @@protoc_insertion_point(builder_implements:com.lansweeper.dp.outbound.v1.CatalogBrand)
1946
+ com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder {
1947
+ public static final com.google.protobuf.Descriptors.Descriptor
1948
+ getDescriptor() {
1949
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor;
1950
+ }
1951
+
1952
+ @java.lang.Override
1953
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1954
+ internalGetFieldAccessorTable() {
1955
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable
1956
+ .ensureFieldAccessorsInitialized(
1957
+ com.lansweeper.dp.outbound.v1.CatalogBrand.class, com.lansweeper.dp.outbound.v1.CatalogBrand.Builder.class);
1958
+ }
1959
+
1960
+ // Construct using com.lansweeper.dp.outbound.v1.CatalogBrand.newBuilder()
1961
+ private Builder() {
1962
+ maybeForceBuilderInitialization();
1963
+ }
1964
+
1965
+ private Builder(
1966
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
1967
+ super(parent);
1968
+ maybeForceBuilderInitialization();
1969
+ }
1970
+ private void maybeForceBuilderInitialization() {
1971
+ if (com.google.protobuf.GeneratedMessageV3
1972
+ .alwaysUseFieldBuilders) {
1973
+ }
1974
+ }
1975
+ @java.lang.Override
1976
+ public Builder clear() {
1977
+ super.clear();
1978
+ id_ = 0L;
1979
+
1980
+ makeKey_ = "";
1981
+
1982
+ makeName_ = "";
1983
+
1984
+ overrideId_ = 0L;
1985
+ bitField0_ = (bitField0_ & ~0x00000001);
1986
+ parentId_ = 0L;
1987
+ bitField0_ = (bitField0_ & ~0x00000002);
1988
+ lastUpdateTime_ = 0L;
1989
+ bitField0_ = (bitField0_ & ~0x00000004);
1990
+ countryCode_ = "";
1991
+ bitField0_ = (bitField0_ & ~0x00000008);
1992
+ logoImageUrl_ = "";
1993
+ bitField0_ = (bitField0_ & ~0x00000010);
1994
+ bannerImageUrl_ = "";
1995
+ bitField0_ = (bitField0_ & ~0x00000020);
1996
+ wikipediaId_ = "";
1997
+ bitField0_ = (bitField0_ & ~0x00000040);
1998
+ wikipediaLangCode_ = "";
1999
+ bitField0_ = (bitField0_ & ~0x00000080);
2000
+ websiteUrl_ = "";
2001
+ bitField0_ = (bitField0_ & ~0x00000100);
2002
+ supportUrl_ = "";
2003
+ bitField0_ = (bitField0_ & ~0x00000200);
2004
+ supportPhone_ = "";
2005
+ bitField0_ = (bitField0_ & ~0x00000400);
2006
+ facebookAccount_ = "";
2007
+ bitField0_ = (bitField0_ & ~0x00000800);
2008
+ twitterAccount_ = "";
2009
+ bitField0_ = (bitField0_ & ~0x00001000);
2010
+ warrantyUrl_ = "";
2011
+ bitField0_ = (bitField0_ & ~0x00002000);
2012
+ warrantyDirectUrl_ = "";
2013
+ bitField0_ = (bitField0_ & ~0x00004000);
2014
+ communityUrl_ = "";
2015
+ bitField0_ = (bitField0_ & ~0x00008000);
2016
+ linkedinAccount_ = "";
2017
+ bitField0_ = (bitField0_ & ~0x00010000);
2018
+ instagramAccount_ = "";
2019
+ bitField0_ = (bitField0_ & ~0x00020000);
2020
+ youtubeAccount_ = "";
2021
+ bitField0_ = (bitField0_ & ~0x00040000);
2022
+ pinterestAccount_ = "";
2023
+ bitField0_ = (bitField0_ & ~0x00080000);
2024
+ classHardware_ = false;
2025
+ bitField0_ = (bitField0_ & ~0x00100000);
2026
+ classSoftware_ = false;
2027
+ bitField0_ = (bitField0_ & ~0x00200000);
2028
+ classConsumer_ = false;
2029
+ bitField0_ = (bitField0_ & ~0x00400000);
2030
+ classEnterprise_ = false;
2031
+ bitField0_ = (bitField0_ & ~0x00800000);
2032
+ classIndustrial_ = false;
2033
+ bitField0_ = (bitField0_ & ~0x01000000);
2034
+ classIndividual_ = false;
2035
+ bitField0_ = (bitField0_ & ~0x02000000);
2036
+ matchScore_ = 0;
2037
+ bitField0_ = (bitField0_ & ~0x04000000);
2038
+ return this;
2039
+ }
2040
+
2041
+ @java.lang.Override
2042
+ public com.google.protobuf.Descriptors.Descriptor
2043
+ getDescriptorForType() {
2044
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor;
2045
+ }
2046
+
2047
+ @java.lang.Override
2048
+ public com.lansweeper.dp.outbound.v1.CatalogBrand getDefaultInstanceForType() {
2049
+ return com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance();
2050
+ }
2051
+
2052
+ @java.lang.Override
2053
+ public com.lansweeper.dp.outbound.v1.CatalogBrand build() {
2054
+ com.lansweeper.dp.outbound.v1.CatalogBrand result = buildPartial();
2055
+ if (!result.isInitialized()) {
2056
+ throw newUninitializedMessageException(result);
2057
+ }
2058
+ return result;
2059
+ }
2060
+
2061
+ @java.lang.Override
2062
+ public com.lansweeper.dp.outbound.v1.CatalogBrand buildPartial() {
2063
+ com.lansweeper.dp.outbound.v1.CatalogBrand result = new com.lansweeper.dp.outbound.v1.CatalogBrand(this);
2064
+ int from_bitField0_ = bitField0_;
2065
+ int to_bitField0_ = 0;
2066
+ result.id_ = id_;
2067
+ result.makeKey_ = makeKey_;
2068
+ result.makeName_ = makeName_;
2069
+ if (((from_bitField0_ & 0x00000001) != 0)) {
2070
+ result.overrideId_ = overrideId_;
2071
+ to_bitField0_ |= 0x00000001;
2072
+ }
2073
+ if (((from_bitField0_ & 0x00000002) != 0)) {
2074
+ result.parentId_ = parentId_;
2075
+ to_bitField0_ |= 0x00000002;
2076
+ }
2077
+ if (((from_bitField0_ & 0x00000004) != 0)) {
2078
+ result.lastUpdateTime_ = lastUpdateTime_;
2079
+ to_bitField0_ |= 0x00000004;
2080
+ }
2081
+ if (((from_bitField0_ & 0x00000008) != 0)) {
2082
+ to_bitField0_ |= 0x00000008;
2083
+ }
2084
+ result.countryCode_ = countryCode_;
2085
+ if (((from_bitField0_ & 0x00000010) != 0)) {
2086
+ to_bitField0_ |= 0x00000010;
2087
+ }
2088
+ result.logoImageUrl_ = logoImageUrl_;
2089
+ if (((from_bitField0_ & 0x00000020) != 0)) {
2090
+ to_bitField0_ |= 0x00000020;
2091
+ }
2092
+ result.bannerImageUrl_ = bannerImageUrl_;
2093
+ if (((from_bitField0_ & 0x00000040) != 0)) {
2094
+ to_bitField0_ |= 0x00000040;
2095
+ }
2096
+ result.wikipediaId_ = wikipediaId_;
2097
+ if (((from_bitField0_ & 0x00000080) != 0)) {
2098
+ to_bitField0_ |= 0x00000080;
2099
+ }
2100
+ result.wikipediaLangCode_ = wikipediaLangCode_;
2101
+ if (((from_bitField0_ & 0x00000100) != 0)) {
2102
+ to_bitField0_ |= 0x00000100;
2103
+ }
2104
+ result.websiteUrl_ = websiteUrl_;
2105
+ if (((from_bitField0_ & 0x00000200) != 0)) {
2106
+ to_bitField0_ |= 0x00000200;
2107
+ }
2108
+ result.supportUrl_ = supportUrl_;
2109
+ if (((from_bitField0_ & 0x00000400) != 0)) {
2110
+ to_bitField0_ |= 0x00000400;
2111
+ }
2112
+ result.supportPhone_ = supportPhone_;
2113
+ if (((from_bitField0_ & 0x00000800) != 0)) {
2114
+ to_bitField0_ |= 0x00000800;
2115
+ }
2116
+ result.facebookAccount_ = facebookAccount_;
2117
+ if (((from_bitField0_ & 0x00001000) != 0)) {
2118
+ to_bitField0_ |= 0x00001000;
2119
+ }
2120
+ result.twitterAccount_ = twitterAccount_;
2121
+ if (((from_bitField0_ & 0x00002000) != 0)) {
2122
+ to_bitField0_ |= 0x00002000;
2123
+ }
2124
+ result.warrantyUrl_ = warrantyUrl_;
2125
+ if (((from_bitField0_ & 0x00004000) != 0)) {
2126
+ to_bitField0_ |= 0x00004000;
2127
+ }
2128
+ result.warrantyDirectUrl_ = warrantyDirectUrl_;
2129
+ if (((from_bitField0_ & 0x00008000) != 0)) {
2130
+ to_bitField0_ |= 0x00008000;
2131
+ }
2132
+ result.communityUrl_ = communityUrl_;
2133
+ if (((from_bitField0_ & 0x00010000) != 0)) {
2134
+ to_bitField0_ |= 0x00010000;
2135
+ }
2136
+ result.linkedinAccount_ = linkedinAccount_;
2137
+ if (((from_bitField0_ & 0x00020000) != 0)) {
2138
+ to_bitField0_ |= 0x00020000;
2139
+ }
2140
+ result.instagramAccount_ = instagramAccount_;
2141
+ if (((from_bitField0_ & 0x00040000) != 0)) {
2142
+ to_bitField0_ |= 0x00040000;
2143
+ }
2144
+ result.youtubeAccount_ = youtubeAccount_;
2145
+ if (((from_bitField0_ & 0x00080000) != 0)) {
2146
+ to_bitField0_ |= 0x00080000;
2147
+ }
2148
+ result.pinterestAccount_ = pinterestAccount_;
2149
+ if (((from_bitField0_ & 0x00100000) != 0)) {
2150
+ result.classHardware_ = classHardware_;
2151
+ to_bitField0_ |= 0x00100000;
2152
+ }
2153
+ if (((from_bitField0_ & 0x00200000) != 0)) {
2154
+ result.classSoftware_ = classSoftware_;
2155
+ to_bitField0_ |= 0x00200000;
2156
+ }
2157
+ if (((from_bitField0_ & 0x00400000) != 0)) {
2158
+ result.classConsumer_ = classConsumer_;
2159
+ to_bitField0_ |= 0x00400000;
2160
+ }
2161
+ if (((from_bitField0_ & 0x00800000) != 0)) {
2162
+ result.classEnterprise_ = classEnterprise_;
2163
+ to_bitField0_ |= 0x00800000;
2164
+ }
2165
+ if (((from_bitField0_ & 0x01000000) != 0)) {
2166
+ result.classIndustrial_ = classIndustrial_;
2167
+ to_bitField0_ |= 0x01000000;
2168
+ }
2169
+ if (((from_bitField0_ & 0x02000000) != 0)) {
2170
+ result.classIndividual_ = classIndividual_;
2171
+ to_bitField0_ |= 0x02000000;
2172
+ }
2173
+ if (((from_bitField0_ & 0x04000000) != 0)) {
2174
+ result.matchScore_ = matchScore_;
2175
+ to_bitField0_ |= 0x04000000;
2176
+ }
2177
+ result.bitField0_ = to_bitField0_;
2178
+ onBuilt();
2179
+ return result;
2180
+ }
2181
+
2182
+ @java.lang.Override
2183
+ public Builder clone() {
2184
+ return super.clone();
2185
+ }
2186
+ @java.lang.Override
2187
+ public Builder setField(
2188
+ com.google.protobuf.Descriptors.FieldDescriptor field,
2189
+ java.lang.Object value) {
2190
+ return super.setField(field, value);
2191
+ }
2192
+ @java.lang.Override
2193
+ public Builder clearField(
2194
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
2195
+ return super.clearField(field);
2196
+ }
2197
+ @java.lang.Override
2198
+ public Builder clearOneof(
2199
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
2200
+ return super.clearOneof(oneof);
2201
+ }
2202
+ @java.lang.Override
2203
+ public Builder setRepeatedField(
2204
+ com.google.protobuf.Descriptors.FieldDescriptor field,
2205
+ int index, java.lang.Object value) {
2206
+ return super.setRepeatedField(field, index, value);
2207
+ }
2208
+ @java.lang.Override
2209
+ public Builder addRepeatedField(
2210
+ com.google.protobuf.Descriptors.FieldDescriptor field,
2211
+ java.lang.Object value) {
2212
+ return super.addRepeatedField(field, value);
2213
+ }
2214
+ @java.lang.Override
2215
+ public Builder mergeFrom(com.google.protobuf.Message other) {
2216
+ if (other instanceof com.lansweeper.dp.outbound.v1.CatalogBrand) {
2217
+ return mergeFrom((com.lansweeper.dp.outbound.v1.CatalogBrand)other);
2218
+ } else {
2219
+ super.mergeFrom(other);
2220
+ return this;
2221
+ }
2222
+ }
2223
+
2224
+ public Builder mergeFrom(com.lansweeper.dp.outbound.v1.CatalogBrand other) {
2225
+ if (other == com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance()) return this;
2226
+ if (other.getId() != 0L) {
2227
+ setId(other.getId());
2228
+ }
2229
+ if (!other.getMakeKey().isEmpty()) {
2230
+ makeKey_ = other.makeKey_;
2231
+ onChanged();
2232
+ }
2233
+ if (!other.getMakeName().isEmpty()) {
2234
+ makeName_ = other.makeName_;
2235
+ onChanged();
2236
+ }
2237
+ if (other.hasOverrideId()) {
2238
+ setOverrideId(other.getOverrideId());
2239
+ }
2240
+ if (other.hasParentId()) {
2241
+ setParentId(other.getParentId());
2242
+ }
2243
+ if (other.hasLastUpdateTime()) {
2244
+ setLastUpdateTime(other.getLastUpdateTime());
2245
+ }
2246
+ if (other.hasCountryCode()) {
2247
+ bitField0_ |= 0x00000008;
2248
+ countryCode_ = other.countryCode_;
2249
+ onChanged();
2250
+ }
2251
+ if (other.hasLogoImageUrl()) {
2252
+ bitField0_ |= 0x00000010;
2253
+ logoImageUrl_ = other.logoImageUrl_;
2254
+ onChanged();
2255
+ }
2256
+ if (other.hasBannerImageUrl()) {
2257
+ bitField0_ |= 0x00000020;
2258
+ bannerImageUrl_ = other.bannerImageUrl_;
2259
+ onChanged();
2260
+ }
2261
+ if (other.hasWikipediaId()) {
2262
+ bitField0_ |= 0x00000040;
2263
+ wikipediaId_ = other.wikipediaId_;
2264
+ onChanged();
2265
+ }
2266
+ if (other.hasWikipediaLangCode()) {
2267
+ bitField0_ |= 0x00000080;
2268
+ wikipediaLangCode_ = other.wikipediaLangCode_;
2269
+ onChanged();
2270
+ }
2271
+ if (other.hasWebsiteUrl()) {
2272
+ bitField0_ |= 0x00000100;
2273
+ websiteUrl_ = other.websiteUrl_;
2274
+ onChanged();
2275
+ }
2276
+ if (other.hasSupportUrl()) {
2277
+ bitField0_ |= 0x00000200;
2278
+ supportUrl_ = other.supportUrl_;
2279
+ onChanged();
2280
+ }
2281
+ if (other.hasSupportPhone()) {
2282
+ bitField0_ |= 0x00000400;
2283
+ supportPhone_ = other.supportPhone_;
2284
+ onChanged();
2285
+ }
2286
+ if (other.hasFacebookAccount()) {
2287
+ bitField0_ |= 0x00000800;
2288
+ facebookAccount_ = other.facebookAccount_;
2289
+ onChanged();
2290
+ }
2291
+ if (other.hasTwitterAccount()) {
2292
+ bitField0_ |= 0x00001000;
2293
+ twitterAccount_ = other.twitterAccount_;
2294
+ onChanged();
2295
+ }
2296
+ if (other.hasWarrantyUrl()) {
2297
+ bitField0_ |= 0x00002000;
2298
+ warrantyUrl_ = other.warrantyUrl_;
2299
+ onChanged();
2300
+ }
2301
+ if (other.hasWarrantyDirectUrl()) {
2302
+ bitField0_ |= 0x00004000;
2303
+ warrantyDirectUrl_ = other.warrantyDirectUrl_;
2304
+ onChanged();
2305
+ }
2306
+ if (other.hasCommunityUrl()) {
2307
+ bitField0_ |= 0x00008000;
2308
+ communityUrl_ = other.communityUrl_;
2309
+ onChanged();
2310
+ }
2311
+ if (other.hasLinkedinAccount()) {
2312
+ bitField0_ |= 0x00010000;
2313
+ linkedinAccount_ = other.linkedinAccount_;
2314
+ onChanged();
2315
+ }
2316
+ if (other.hasInstagramAccount()) {
2317
+ bitField0_ |= 0x00020000;
2318
+ instagramAccount_ = other.instagramAccount_;
2319
+ onChanged();
2320
+ }
2321
+ if (other.hasYoutubeAccount()) {
2322
+ bitField0_ |= 0x00040000;
2323
+ youtubeAccount_ = other.youtubeAccount_;
2324
+ onChanged();
2325
+ }
2326
+ if (other.hasPinterestAccount()) {
2327
+ bitField0_ |= 0x00080000;
2328
+ pinterestAccount_ = other.pinterestAccount_;
2329
+ onChanged();
2330
+ }
2331
+ if (other.hasClassHardware()) {
2332
+ setClassHardware(other.getClassHardware());
2333
+ }
2334
+ if (other.hasClassSoftware()) {
2335
+ setClassSoftware(other.getClassSoftware());
2336
+ }
2337
+ if (other.hasClassConsumer()) {
2338
+ setClassConsumer(other.getClassConsumer());
2339
+ }
2340
+ if (other.hasClassEnterprise()) {
2341
+ setClassEnterprise(other.getClassEnterprise());
2342
+ }
2343
+ if (other.hasClassIndustrial()) {
2344
+ setClassIndustrial(other.getClassIndustrial());
2345
+ }
2346
+ if (other.hasClassIndividual()) {
2347
+ setClassIndividual(other.getClassIndividual());
2348
+ }
2349
+ if (other.hasMatchScore()) {
2350
+ setMatchScore(other.getMatchScore());
2351
+ }
2352
+ this.mergeUnknownFields(other.unknownFields);
2353
+ onChanged();
2354
+ return this;
2355
+ }
2356
+
2357
+ @java.lang.Override
2358
+ public final boolean isInitialized() {
2359
+ return true;
2360
+ }
2361
+
2362
+ @java.lang.Override
2363
+ public Builder mergeFrom(
2364
+ com.google.protobuf.CodedInputStream input,
2365
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
2366
+ throws java.io.IOException {
2367
+ com.lansweeper.dp.outbound.v1.CatalogBrand parsedMessage = null;
2368
+ try {
2369
+ parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
2370
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
2371
+ parsedMessage = (com.lansweeper.dp.outbound.v1.CatalogBrand) e.getUnfinishedMessage();
2372
+ throw e.unwrapIOException();
2373
+ } finally {
2374
+ if (parsedMessage != null) {
2375
+ mergeFrom(parsedMessage);
2376
+ }
2377
+ }
2378
+ return this;
2379
+ }
2380
+ private int bitField0_;
2381
+
2382
+ private long id_ ;
2383
+ /**
2384
+ * <code>int64 id = 1;</code>
2385
+ * @return The id.
2386
+ */
2387
+ @java.lang.Override
2388
+ public long getId() {
2389
+ return id_;
2390
+ }
2391
+ /**
2392
+ * <code>int64 id = 1;</code>
2393
+ * @param value The id to set.
2394
+ * @return This builder for chaining.
2395
+ */
2396
+ public Builder setId(long value) {
2397
+
2398
+ id_ = value;
2399
+ onChanged();
2400
+ return this;
2401
+ }
2402
+ /**
2403
+ * <code>int64 id = 1;</code>
2404
+ * @return This builder for chaining.
2405
+ */
2406
+ public Builder clearId() {
2407
+
2408
+ id_ = 0L;
2409
+ onChanged();
2410
+ return this;
2411
+ }
2412
+
2413
+ private java.lang.Object makeKey_ = "";
2414
+ /**
2415
+ * <code>string make_key = 2;</code>
2416
+ * @return The makeKey.
2417
+ */
2418
+ public java.lang.String getMakeKey() {
2419
+ java.lang.Object ref = makeKey_;
2420
+ if (!(ref instanceof java.lang.String)) {
2421
+ com.google.protobuf.ByteString bs =
2422
+ (com.google.protobuf.ByteString) ref;
2423
+ java.lang.String s = bs.toStringUtf8();
2424
+ makeKey_ = s;
2425
+ return s;
2426
+ } else {
2427
+ return (java.lang.String) ref;
2428
+ }
2429
+ }
2430
+ /**
2431
+ * <code>string make_key = 2;</code>
2432
+ * @return The bytes for makeKey.
2433
+ */
2434
+ public com.google.protobuf.ByteString
2435
+ getMakeKeyBytes() {
2436
+ java.lang.Object ref = makeKey_;
2437
+ if (ref instanceof String) {
2438
+ com.google.protobuf.ByteString b =
2439
+ com.google.protobuf.ByteString.copyFromUtf8(
2440
+ (java.lang.String) ref);
2441
+ makeKey_ = b;
2442
+ return b;
2443
+ } else {
2444
+ return (com.google.protobuf.ByteString) ref;
2445
+ }
2446
+ }
2447
+ /**
2448
+ * <code>string make_key = 2;</code>
2449
+ * @param value The makeKey to set.
2450
+ * @return This builder for chaining.
2451
+ */
2452
+ public Builder setMakeKey(
2453
+ java.lang.String value) {
2454
+ if (value == null) {
2455
+ throw new NullPointerException();
2456
+ }
2457
+
2458
+ makeKey_ = value;
2459
+ onChanged();
2460
+ return this;
2461
+ }
2462
+ /**
2463
+ * <code>string make_key = 2;</code>
2464
+ * @return This builder for chaining.
2465
+ */
2466
+ public Builder clearMakeKey() {
2467
+
2468
+ makeKey_ = getDefaultInstance().getMakeKey();
2469
+ onChanged();
2470
+ return this;
2471
+ }
2472
+ /**
2473
+ * <code>string make_key = 2;</code>
2474
+ * @param value The bytes for makeKey to set.
2475
+ * @return This builder for chaining.
2476
+ */
2477
+ public Builder setMakeKeyBytes(
2478
+ com.google.protobuf.ByteString value) {
2479
+ if (value == null) {
2480
+ throw new NullPointerException();
2481
+ }
2482
+ checkByteStringIsUtf8(value);
2483
+
2484
+ makeKey_ = value;
2485
+ onChanged();
2486
+ return this;
2487
+ }
2488
+
2489
+ private java.lang.Object makeName_ = "";
2490
+ /**
2491
+ * <code>string make_name = 3;</code>
2492
+ * @return The makeName.
2493
+ */
2494
+ public java.lang.String getMakeName() {
2495
+ java.lang.Object ref = makeName_;
2496
+ if (!(ref instanceof java.lang.String)) {
2497
+ com.google.protobuf.ByteString bs =
2498
+ (com.google.protobuf.ByteString) ref;
2499
+ java.lang.String s = bs.toStringUtf8();
2500
+ makeName_ = s;
2501
+ return s;
2502
+ } else {
2503
+ return (java.lang.String) ref;
2504
+ }
2505
+ }
2506
+ /**
2507
+ * <code>string make_name = 3;</code>
2508
+ * @return The bytes for makeName.
2509
+ */
2510
+ public com.google.protobuf.ByteString
2511
+ getMakeNameBytes() {
2512
+ java.lang.Object ref = makeName_;
2513
+ if (ref instanceof String) {
2514
+ com.google.protobuf.ByteString b =
2515
+ com.google.protobuf.ByteString.copyFromUtf8(
2516
+ (java.lang.String) ref);
2517
+ makeName_ = b;
2518
+ return b;
2519
+ } else {
2520
+ return (com.google.protobuf.ByteString) ref;
2521
+ }
2522
+ }
2523
+ /**
2524
+ * <code>string make_name = 3;</code>
2525
+ * @param value The makeName to set.
2526
+ * @return This builder for chaining.
2527
+ */
2528
+ public Builder setMakeName(
2529
+ java.lang.String value) {
2530
+ if (value == null) {
2531
+ throw new NullPointerException();
2532
+ }
2533
+
2534
+ makeName_ = value;
2535
+ onChanged();
2536
+ return this;
2537
+ }
2538
+ /**
2539
+ * <code>string make_name = 3;</code>
2540
+ * @return This builder for chaining.
2541
+ */
2542
+ public Builder clearMakeName() {
2543
+
2544
+ makeName_ = getDefaultInstance().getMakeName();
2545
+ onChanged();
2546
+ return this;
2547
+ }
2548
+ /**
2549
+ * <code>string make_name = 3;</code>
2550
+ * @param value The bytes for makeName to set.
2551
+ * @return This builder for chaining.
2552
+ */
2553
+ public Builder setMakeNameBytes(
2554
+ com.google.protobuf.ByteString value) {
2555
+ if (value == null) {
2556
+ throw new NullPointerException();
2557
+ }
2558
+ checkByteStringIsUtf8(value);
2559
+
2560
+ makeName_ = value;
2561
+ onChanged();
2562
+ return this;
2563
+ }
2564
+
2565
+ private long overrideId_ ;
2566
+ /**
2567
+ * <code>int64 override_id = 4;</code>
2568
+ * @return Whether the overrideId field is set.
2569
+ */
2570
+ @java.lang.Override
2571
+ public boolean hasOverrideId() {
2572
+ return ((bitField0_ & 0x00000001) != 0);
2573
+ }
2574
+ /**
2575
+ * <code>int64 override_id = 4;</code>
2576
+ * @return The overrideId.
2577
+ */
2578
+ @java.lang.Override
2579
+ public long getOverrideId() {
2580
+ return overrideId_;
2581
+ }
2582
+ /**
2583
+ * <code>int64 override_id = 4;</code>
2584
+ * @param value The overrideId to set.
2585
+ * @return This builder for chaining.
2586
+ */
2587
+ public Builder setOverrideId(long value) {
2588
+ bitField0_ |= 0x00000001;
2589
+ overrideId_ = value;
2590
+ onChanged();
2591
+ return this;
2592
+ }
2593
+ /**
2594
+ * <code>int64 override_id = 4;</code>
2595
+ * @return This builder for chaining.
2596
+ */
2597
+ public Builder clearOverrideId() {
2598
+ bitField0_ = (bitField0_ & ~0x00000001);
2599
+ overrideId_ = 0L;
2600
+ onChanged();
2601
+ return this;
2602
+ }
2603
+
2604
+ private long parentId_ ;
2605
+ /**
2606
+ * <code>int64 parent_id = 18;</code>
2607
+ * @return Whether the parentId field is set.
2608
+ */
2609
+ @java.lang.Override
2610
+ public boolean hasParentId() {
2611
+ return ((bitField0_ & 0x00000002) != 0);
2612
+ }
2613
+ /**
2614
+ * <code>int64 parent_id = 18;</code>
2615
+ * @return The parentId.
2616
+ */
2617
+ @java.lang.Override
2618
+ public long getParentId() {
2619
+ return parentId_;
2620
+ }
2621
+ /**
2622
+ * <code>int64 parent_id = 18;</code>
2623
+ * @param value The parentId to set.
2624
+ * @return This builder for chaining.
2625
+ */
2626
+ public Builder setParentId(long value) {
2627
+ bitField0_ |= 0x00000002;
2628
+ parentId_ = value;
2629
+ onChanged();
2630
+ return this;
2631
+ }
2632
+ /**
2633
+ * <code>int64 parent_id = 18;</code>
2634
+ * @return This builder for chaining.
2635
+ */
2636
+ public Builder clearParentId() {
2637
+ bitField0_ = (bitField0_ & ~0x00000002);
2638
+ parentId_ = 0L;
2639
+ onChanged();
2640
+ return this;
2641
+ }
2642
+
2643
+ private long lastUpdateTime_ ;
2644
+ /**
2645
+ * <code>int64 last_update_time = 5;</code>
2646
+ * @return Whether the lastUpdateTime field is set.
2647
+ */
2648
+ @java.lang.Override
2649
+ public boolean hasLastUpdateTime() {
2650
+ return ((bitField0_ & 0x00000004) != 0);
2651
+ }
2652
+ /**
2653
+ * <code>int64 last_update_time = 5;</code>
2654
+ * @return The lastUpdateTime.
2655
+ */
2656
+ @java.lang.Override
2657
+ public long getLastUpdateTime() {
2658
+ return lastUpdateTime_;
2659
+ }
2660
+ /**
2661
+ * <code>int64 last_update_time = 5;</code>
2662
+ * @param value The lastUpdateTime to set.
2663
+ * @return This builder for chaining.
2664
+ */
2665
+ public Builder setLastUpdateTime(long value) {
2666
+ bitField0_ |= 0x00000004;
2667
+ lastUpdateTime_ = value;
2668
+ onChanged();
2669
+ return this;
2670
+ }
2671
+ /**
2672
+ * <code>int64 last_update_time = 5;</code>
2673
+ * @return This builder for chaining.
2674
+ */
2675
+ public Builder clearLastUpdateTime() {
2676
+ bitField0_ = (bitField0_ & ~0x00000004);
2677
+ lastUpdateTime_ = 0L;
2678
+ onChanged();
2679
+ return this;
2680
+ }
2681
+
2682
+ private java.lang.Object countryCode_ = "";
2683
+ /**
2684
+ * <code>string country_code = 6;</code>
2685
+ * @return Whether the countryCode field is set.
2686
+ */
2687
+ public boolean hasCountryCode() {
2688
+ return ((bitField0_ & 0x00000008) != 0);
2689
+ }
2690
+ /**
2691
+ * <code>string country_code = 6;</code>
2692
+ * @return The countryCode.
2693
+ */
2694
+ public java.lang.String getCountryCode() {
2695
+ java.lang.Object ref = countryCode_;
2696
+ if (!(ref instanceof java.lang.String)) {
2697
+ com.google.protobuf.ByteString bs =
2698
+ (com.google.protobuf.ByteString) ref;
2699
+ java.lang.String s = bs.toStringUtf8();
2700
+ countryCode_ = s;
2701
+ return s;
2702
+ } else {
2703
+ return (java.lang.String) ref;
2704
+ }
2705
+ }
2706
+ /**
2707
+ * <code>string country_code = 6;</code>
2708
+ * @return The bytes for countryCode.
2709
+ */
2710
+ public com.google.protobuf.ByteString
2711
+ getCountryCodeBytes() {
2712
+ java.lang.Object ref = countryCode_;
2713
+ if (ref instanceof String) {
2714
+ com.google.protobuf.ByteString b =
2715
+ com.google.protobuf.ByteString.copyFromUtf8(
2716
+ (java.lang.String) ref);
2717
+ countryCode_ = b;
2718
+ return b;
2719
+ } else {
2720
+ return (com.google.protobuf.ByteString) ref;
2721
+ }
2722
+ }
2723
+ /**
2724
+ * <code>string country_code = 6;</code>
2725
+ * @param value The countryCode to set.
2726
+ * @return This builder for chaining.
2727
+ */
2728
+ public Builder setCountryCode(
2729
+ java.lang.String value) {
2730
+ if (value == null) {
2731
+ throw new NullPointerException();
2732
+ }
2733
+ bitField0_ |= 0x00000008;
2734
+ countryCode_ = value;
2735
+ onChanged();
2736
+ return this;
2737
+ }
2738
+ /**
2739
+ * <code>string country_code = 6;</code>
2740
+ * @return This builder for chaining.
2741
+ */
2742
+ public Builder clearCountryCode() {
2743
+ bitField0_ = (bitField0_ & ~0x00000008);
2744
+ countryCode_ = getDefaultInstance().getCountryCode();
2745
+ onChanged();
2746
+ return this;
2747
+ }
2748
+ /**
2749
+ * <code>string country_code = 6;</code>
2750
+ * @param value The bytes for countryCode to set.
2751
+ * @return This builder for chaining.
2752
+ */
2753
+ public Builder setCountryCodeBytes(
2754
+ com.google.protobuf.ByteString value) {
2755
+ if (value == null) {
2756
+ throw new NullPointerException();
2757
+ }
2758
+ checkByteStringIsUtf8(value);
2759
+ bitField0_ |= 0x00000008;
2760
+ countryCode_ = value;
2761
+ onChanged();
2762
+ return this;
2763
+ }
2764
+
2765
+ private java.lang.Object logoImageUrl_ = "";
2766
+ /**
2767
+ * <code>string logo_image_url = 7;</code>
2768
+ * @return Whether the logoImageUrl field is set.
2769
+ */
2770
+ public boolean hasLogoImageUrl() {
2771
+ return ((bitField0_ & 0x00000010) != 0);
2772
+ }
2773
+ /**
2774
+ * <code>string logo_image_url = 7;</code>
2775
+ * @return The logoImageUrl.
2776
+ */
2777
+ public java.lang.String getLogoImageUrl() {
2778
+ java.lang.Object ref = logoImageUrl_;
2779
+ if (!(ref instanceof java.lang.String)) {
2780
+ com.google.protobuf.ByteString bs =
2781
+ (com.google.protobuf.ByteString) ref;
2782
+ java.lang.String s = bs.toStringUtf8();
2783
+ logoImageUrl_ = s;
2784
+ return s;
2785
+ } else {
2786
+ return (java.lang.String) ref;
2787
+ }
2788
+ }
2789
+ /**
2790
+ * <code>string logo_image_url = 7;</code>
2791
+ * @return The bytes for logoImageUrl.
2792
+ */
2793
+ public com.google.protobuf.ByteString
2794
+ getLogoImageUrlBytes() {
2795
+ java.lang.Object ref = logoImageUrl_;
2796
+ if (ref instanceof String) {
2797
+ com.google.protobuf.ByteString b =
2798
+ com.google.protobuf.ByteString.copyFromUtf8(
2799
+ (java.lang.String) ref);
2800
+ logoImageUrl_ = b;
2801
+ return b;
2802
+ } else {
2803
+ return (com.google.protobuf.ByteString) ref;
2804
+ }
2805
+ }
2806
+ /**
2807
+ * <code>string logo_image_url = 7;</code>
2808
+ * @param value The logoImageUrl to set.
2809
+ * @return This builder for chaining.
2810
+ */
2811
+ public Builder setLogoImageUrl(
2812
+ java.lang.String value) {
2813
+ if (value == null) {
2814
+ throw new NullPointerException();
2815
+ }
2816
+ bitField0_ |= 0x00000010;
2817
+ logoImageUrl_ = value;
2818
+ onChanged();
2819
+ return this;
2820
+ }
2821
+ /**
2822
+ * <code>string logo_image_url = 7;</code>
2823
+ * @return This builder for chaining.
2824
+ */
2825
+ public Builder clearLogoImageUrl() {
2826
+ bitField0_ = (bitField0_ & ~0x00000010);
2827
+ logoImageUrl_ = getDefaultInstance().getLogoImageUrl();
2828
+ onChanged();
2829
+ return this;
2830
+ }
2831
+ /**
2832
+ * <code>string logo_image_url = 7;</code>
2833
+ * @param value The bytes for logoImageUrl to set.
2834
+ * @return This builder for chaining.
2835
+ */
2836
+ public Builder setLogoImageUrlBytes(
2837
+ com.google.protobuf.ByteString value) {
2838
+ if (value == null) {
2839
+ throw new NullPointerException();
2840
+ }
2841
+ checkByteStringIsUtf8(value);
2842
+ bitField0_ |= 0x00000010;
2843
+ logoImageUrl_ = value;
2844
+ onChanged();
2845
+ return this;
2846
+ }
2847
+
2848
+ private java.lang.Object bannerImageUrl_ = "";
2849
+ /**
2850
+ * <code>string banner_image_url = 8;</code>
2851
+ * @return Whether the bannerImageUrl field is set.
2852
+ */
2853
+ public boolean hasBannerImageUrl() {
2854
+ return ((bitField0_ & 0x00000020) != 0);
2855
+ }
2856
+ /**
2857
+ * <code>string banner_image_url = 8;</code>
2858
+ * @return The bannerImageUrl.
2859
+ */
2860
+ public java.lang.String getBannerImageUrl() {
2861
+ java.lang.Object ref = bannerImageUrl_;
2862
+ if (!(ref instanceof java.lang.String)) {
2863
+ com.google.protobuf.ByteString bs =
2864
+ (com.google.protobuf.ByteString) ref;
2865
+ java.lang.String s = bs.toStringUtf8();
2866
+ bannerImageUrl_ = s;
2867
+ return s;
2868
+ } else {
2869
+ return (java.lang.String) ref;
2870
+ }
2871
+ }
2872
+ /**
2873
+ * <code>string banner_image_url = 8;</code>
2874
+ * @return The bytes for bannerImageUrl.
2875
+ */
2876
+ public com.google.protobuf.ByteString
2877
+ getBannerImageUrlBytes() {
2878
+ java.lang.Object ref = bannerImageUrl_;
2879
+ if (ref instanceof String) {
2880
+ com.google.protobuf.ByteString b =
2881
+ com.google.protobuf.ByteString.copyFromUtf8(
2882
+ (java.lang.String) ref);
2883
+ bannerImageUrl_ = b;
2884
+ return b;
2885
+ } else {
2886
+ return (com.google.protobuf.ByteString) ref;
2887
+ }
2888
+ }
2889
+ /**
2890
+ * <code>string banner_image_url = 8;</code>
2891
+ * @param value The bannerImageUrl to set.
2892
+ * @return This builder for chaining.
2893
+ */
2894
+ public Builder setBannerImageUrl(
2895
+ java.lang.String value) {
2896
+ if (value == null) {
2897
+ throw new NullPointerException();
2898
+ }
2899
+ bitField0_ |= 0x00000020;
2900
+ bannerImageUrl_ = value;
2901
+ onChanged();
2902
+ return this;
2903
+ }
2904
+ /**
2905
+ * <code>string banner_image_url = 8;</code>
2906
+ * @return This builder for chaining.
2907
+ */
2908
+ public Builder clearBannerImageUrl() {
2909
+ bitField0_ = (bitField0_ & ~0x00000020);
2910
+ bannerImageUrl_ = getDefaultInstance().getBannerImageUrl();
2911
+ onChanged();
2912
+ return this;
2913
+ }
2914
+ /**
2915
+ * <code>string banner_image_url = 8;</code>
2916
+ * @param value The bytes for bannerImageUrl to set.
2917
+ * @return This builder for chaining.
2918
+ */
2919
+ public Builder setBannerImageUrlBytes(
2920
+ com.google.protobuf.ByteString value) {
2921
+ if (value == null) {
2922
+ throw new NullPointerException();
2923
+ }
2924
+ checkByteStringIsUtf8(value);
2925
+ bitField0_ |= 0x00000020;
2926
+ bannerImageUrl_ = value;
2927
+ onChanged();
2928
+ return this;
2929
+ }
2930
+
2931
+ private java.lang.Object wikipediaId_ = "";
2932
+ /**
2933
+ * <code>string wikipedia_id = 9;</code>
2934
+ * @return Whether the wikipediaId field is set.
2935
+ */
2936
+ public boolean hasWikipediaId() {
2937
+ return ((bitField0_ & 0x00000040) != 0);
2938
+ }
2939
+ /**
2940
+ * <code>string wikipedia_id = 9;</code>
2941
+ * @return The wikipediaId.
2942
+ */
2943
+ public java.lang.String getWikipediaId() {
2944
+ java.lang.Object ref = wikipediaId_;
2945
+ if (!(ref instanceof java.lang.String)) {
2946
+ com.google.protobuf.ByteString bs =
2947
+ (com.google.protobuf.ByteString) ref;
2948
+ java.lang.String s = bs.toStringUtf8();
2949
+ wikipediaId_ = s;
2950
+ return s;
2951
+ } else {
2952
+ return (java.lang.String) ref;
2953
+ }
2954
+ }
2955
+ /**
2956
+ * <code>string wikipedia_id = 9;</code>
2957
+ * @return The bytes for wikipediaId.
2958
+ */
2959
+ public com.google.protobuf.ByteString
2960
+ getWikipediaIdBytes() {
2961
+ java.lang.Object ref = wikipediaId_;
2962
+ if (ref instanceof String) {
2963
+ com.google.protobuf.ByteString b =
2964
+ com.google.protobuf.ByteString.copyFromUtf8(
2965
+ (java.lang.String) ref);
2966
+ wikipediaId_ = b;
2967
+ return b;
2968
+ } else {
2969
+ return (com.google.protobuf.ByteString) ref;
2970
+ }
2971
+ }
2972
+ /**
2973
+ * <code>string wikipedia_id = 9;</code>
2974
+ * @param value The wikipediaId to set.
2975
+ * @return This builder for chaining.
2976
+ */
2977
+ public Builder setWikipediaId(
2978
+ java.lang.String value) {
2979
+ if (value == null) {
2980
+ throw new NullPointerException();
2981
+ }
2982
+ bitField0_ |= 0x00000040;
2983
+ wikipediaId_ = value;
2984
+ onChanged();
2985
+ return this;
2986
+ }
2987
+ /**
2988
+ * <code>string wikipedia_id = 9;</code>
2989
+ * @return This builder for chaining.
2990
+ */
2991
+ public Builder clearWikipediaId() {
2992
+ bitField0_ = (bitField0_ & ~0x00000040);
2993
+ wikipediaId_ = getDefaultInstance().getWikipediaId();
2994
+ onChanged();
2995
+ return this;
2996
+ }
2997
+ /**
2998
+ * <code>string wikipedia_id = 9;</code>
2999
+ * @param value The bytes for wikipediaId to set.
3000
+ * @return This builder for chaining.
3001
+ */
3002
+ public Builder setWikipediaIdBytes(
3003
+ com.google.protobuf.ByteString value) {
3004
+ if (value == null) {
3005
+ throw new NullPointerException();
3006
+ }
3007
+ checkByteStringIsUtf8(value);
3008
+ bitField0_ |= 0x00000040;
3009
+ wikipediaId_ = value;
3010
+ onChanged();
3011
+ return this;
3012
+ }
3013
+
3014
+ private java.lang.Object wikipediaLangCode_ = "";
3015
+ /**
3016
+ * <code>string wikipedia_lang_code = 10;</code>
3017
+ * @return Whether the wikipediaLangCode field is set.
3018
+ */
3019
+ public boolean hasWikipediaLangCode() {
3020
+ return ((bitField0_ & 0x00000080) != 0);
3021
+ }
3022
+ /**
3023
+ * <code>string wikipedia_lang_code = 10;</code>
3024
+ * @return The wikipediaLangCode.
3025
+ */
3026
+ public java.lang.String getWikipediaLangCode() {
3027
+ java.lang.Object ref = wikipediaLangCode_;
3028
+ if (!(ref instanceof java.lang.String)) {
3029
+ com.google.protobuf.ByteString bs =
3030
+ (com.google.protobuf.ByteString) ref;
3031
+ java.lang.String s = bs.toStringUtf8();
3032
+ wikipediaLangCode_ = s;
3033
+ return s;
3034
+ } else {
3035
+ return (java.lang.String) ref;
3036
+ }
3037
+ }
3038
+ /**
3039
+ * <code>string wikipedia_lang_code = 10;</code>
3040
+ * @return The bytes for wikipediaLangCode.
3041
+ */
3042
+ public com.google.protobuf.ByteString
3043
+ getWikipediaLangCodeBytes() {
3044
+ java.lang.Object ref = wikipediaLangCode_;
3045
+ if (ref instanceof String) {
3046
+ com.google.protobuf.ByteString b =
3047
+ com.google.protobuf.ByteString.copyFromUtf8(
3048
+ (java.lang.String) ref);
3049
+ wikipediaLangCode_ = b;
3050
+ return b;
3051
+ } else {
3052
+ return (com.google.protobuf.ByteString) ref;
3053
+ }
3054
+ }
3055
+ /**
3056
+ * <code>string wikipedia_lang_code = 10;</code>
3057
+ * @param value The wikipediaLangCode to set.
3058
+ * @return This builder for chaining.
3059
+ */
3060
+ public Builder setWikipediaLangCode(
3061
+ java.lang.String value) {
3062
+ if (value == null) {
3063
+ throw new NullPointerException();
3064
+ }
3065
+ bitField0_ |= 0x00000080;
3066
+ wikipediaLangCode_ = value;
3067
+ onChanged();
3068
+ return this;
3069
+ }
3070
+ /**
3071
+ * <code>string wikipedia_lang_code = 10;</code>
3072
+ * @return This builder for chaining.
3073
+ */
3074
+ public Builder clearWikipediaLangCode() {
3075
+ bitField0_ = (bitField0_ & ~0x00000080);
3076
+ wikipediaLangCode_ = getDefaultInstance().getWikipediaLangCode();
3077
+ onChanged();
3078
+ return this;
3079
+ }
3080
+ /**
3081
+ * <code>string wikipedia_lang_code = 10;</code>
3082
+ * @param value The bytes for wikipediaLangCode to set.
3083
+ * @return This builder for chaining.
3084
+ */
3085
+ public Builder setWikipediaLangCodeBytes(
3086
+ com.google.protobuf.ByteString value) {
3087
+ if (value == null) {
3088
+ throw new NullPointerException();
3089
+ }
3090
+ checkByteStringIsUtf8(value);
3091
+ bitField0_ |= 0x00000080;
3092
+ wikipediaLangCode_ = value;
3093
+ onChanged();
3094
+ return this;
3095
+ }
3096
+
3097
+ private java.lang.Object websiteUrl_ = "";
3098
+ /**
3099
+ * <code>string website_url = 11;</code>
3100
+ * @return Whether the websiteUrl field is set.
3101
+ */
3102
+ public boolean hasWebsiteUrl() {
3103
+ return ((bitField0_ & 0x00000100) != 0);
3104
+ }
3105
+ /**
3106
+ * <code>string website_url = 11;</code>
3107
+ * @return The websiteUrl.
3108
+ */
3109
+ public java.lang.String getWebsiteUrl() {
3110
+ java.lang.Object ref = websiteUrl_;
3111
+ if (!(ref instanceof java.lang.String)) {
3112
+ com.google.protobuf.ByteString bs =
3113
+ (com.google.protobuf.ByteString) ref;
3114
+ java.lang.String s = bs.toStringUtf8();
3115
+ websiteUrl_ = s;
3116
+ return s;
3117
+ } else {
3118
+ return (java.lang.String) ref;
3119
+ }
3120
+ }
3121
+ /**
3122
+ * <code>string website_url = 11;</code>
3123
+ * @return The bytes for websiteUrl.
3124
+ */
3125
+ public com.google.protobuf.ByteString
3126
+ getWebsiteUrlBytes() {
3127
+ java.lang.Object ref = websiteUrl_;
3128
+ if (ref instanceof String) {
3129
+ com.google.protobuf.ByteString b =
3130
+ com.google.protobuf.ByteString.copyFromUtf8(
3131
+ (java.lang.String) ref);
3132
+ websiteUrl_ = b;
3133
+ return b;
3134
+ } else {
3135
+ return (com.google.protobuf.ByteString) ref;
3136
+ }
3137
+ }
3138
+ /**
3139
+ * <code>string website_url = 11;</code>
3140
+ * @param value The websiteUrl to set.
3141
+ * @return This builder for chaining.
3142
+ */
3143
+ public Builder setWebsiteUrl(
3144
+ java.lang.String value) {
3145
+ if (value == null) {
3146
+ throw new NullPointerException();
3147
+ }
3148
+ bitField0_ |= 0x00000100;
3149
+ websiteUrl_ = value;
3150
+ onChanged();
3151
+ return this;
3152
+ }
3153
+ /**
3154
+ * <code>string website_url = 11;</code>
3155
+ * @return This builder for chaining.
3156
+ */
3157
+ public Builder clearWebsiteUrl() {
3158
+ bitField0_ = (bitField0_ & ~0x00000100);
3159
+ websiteUrl_ = getDefaultInstance().getWebsiteUrl();
3160
+ onChanged();
3161
+ return this;
3162
+ }
3163
+ /**
3164
+ * <code>string website_url = 11;</code>
3165
+ * @param value The bytes for websiteUrl to set.
3166
+ * @return This builder for chaining.
3167
+ */
3168
+ public Builder setWebsiteUrlBytes(
3169
+ com.google.protobuf.ByteString value) {
3170
+ if (value == null) {
3171
+ throw new NullPointerException();
3172
+ }
3173
+ checkByteStringIsUtf8(value);
3174
+ bitField0_ |= 0x00000100;
3175
+ websiteUrl_ = value;
3176
+ onChanged();
3177
+ return this;
3178
+ }
3179
+
3180
+ private java.lang.Object supportUrl_ = "";
3181
+ /**
3182
+ * <code>string support_url = 12;</code>
3183
+ * @return Whether the supportUrl field is set.
3184
+ */
3185
+ public boolean hasSupportUrl() {
3186
+ return ((bitField0_ & 0x00000200) != 0);
3187
+ }
3188
+ /**
3189
+ * <code>string support_url = 12;</code>
3190
+ * @return The supportUrl.
3191
+ */
3192
+ public java.lang.String getSupportUrl() {
3193
+ java.lang.Object ref = supportUrl_;
3194
+ if (!(ref instanceof java.lang.String)) {
3195
+ com.google.protobuf.ByteString bs =
3196
+ (com.google.protobuf.ByteString) ref;
3197
+ java.lang.String s = bs.toStringUtf8();
3198
+ supportUrl_ = s;
3199
+ return s;
3200
+ } else {
3201
+ return (java.lang.String) ref;
3202
+ }
3203
+ }
3204
+ /**
3205
+ * <code>string support_url = 12;</code>
3206
+ * @return The bytes for supportUrl.
3207
+ */
3208
+ public com.google.protobuf.ByteString
3209
+ getSupportUrlBytes() {
3210
+ java.lang.Object ref = supportUrl_;
3211
+ if (ref instanceof String) {
3212
+ com.google.protobuf.ByteString b =
3213
+ com.google.protobuf.ByteString.copyFromUtf8(
3214
+ (java.lang.String) ref);
3215
+ supportUrl_ = b;
3216
+ return b;
3217
+ } else {
3218
+ return (com.google.protobuf.ByteString) ref;
3219
+ }
3220
+ }
3221
+ /**
3222
+ * <code>string support_url = 12;</code>
3223
+ * @param value The supportUrl to set.
3224
+ * @return This builder for chaining.
3225
+ */
3226
+ public Builder setSupportUrl(
3227
+ java.lang.String value) {
3228
+ if (value == null) {
3229
+ throw new NullPointerException();
3230
+ }
3231
+ bitField0_ |= 0x00000200;
3232
+ supportUrl_ = value;
3233
+ onChanged();
3234
+ return this;
3235
+ }
3236
+ /**
3237
+ * <code>string support_url = 12;</code>
3238
+ * @return This builder for chaining.
3239
+ */
3240
+ public Builder clearSupportUrl() {
3241
+ bitField0_ = (bitField0_ & ~0x00000200);
3242
+ supportUrl_ = getDefaultInstance().getSupportUrl();
3243
+ onChanged();
3244
+ return this;
3245
+ }
3246
+ /**
3247
+ * <code>string support_url = 12;</code>
3248
+ * @param value The bytes for supportUrl to set.
3249
+ * @return This builder for chaining.
3250
+ */
3251
+ public Builder setSupportUrlBytes(
3252
+ com.google.protobuf.ByteString value) {
3253
+ if (value == null) {
3254
+ throw new NullPointerException();
3255
+ }
3256
+ checkByteStringIsUtf8(value);
3257
+ bitField0_ |= 0x00000200;
3258
+ supportUrl_ = value;
3259
+ onChanged();
3260
+ return this;
3261
+ }
3262
+
3263
+ private java.lang.Object supportPhone_ = "";
3264
+ /**
3265
+ * <code>string support_phone = 13;</code>
3266
+ * @return Whether the supportPhone field is set.
3267
+ */
3268
+ public boolean hasSupportPhone() {
3269
+ return ((bitField0_ & 0x00000400) != 0);
3270
+ }
3271
+ /**
3272
+ * <code>string support_phone = 13;</code>
3273
+ * @return The supportPhone.
3274
+ */
3275
+ public java.lang.String getSupportPhone() {
3276
+ java.lang.Object ref = supportPhone_;
3277
+ if (!(ref instanceof java.lang.String)) {
3278
+ com.google.protobuf.ByteString bs =
3279
+ (com.google.protobuf.ByteString) ref;
3280
+ java.lang.String s = bs.toStringUtf8();
3281
+ supportPhone_ = s;
3282
+ return s;
3283
+ } else {
3284
+ return (java.lang.String) ref;
3285
+ }
3286
+ }
3287
+ /**
3288
+ * <code>string support_phone = 13;</code>
3289
+ * @return The bytes for supportPhone.
3290
+ */
3291
+ public com.google.protobuf.ByteString
3292
+ getSupportPhoneBytes() {
3293
+ java.lang.Object ref = supportPhone_;
3294
+ if (ref instanceof String) {
3295
+ com.google.protobuf.ByteString b =
3296
+ com.google.protobuf.ByteString.copyFromUtf8(
3297
+ (java.lang.String) ref);
3298
+ supportPhone_ = b;
3299
+ return b;
3300
+ } else {
3301
+ return (com.google.protobuf.ByteString) ref;
3302
+ }
3303
+ }
3304
+ /**
3305
+ * <code>string support_phone = 13;</code>
3306
+ * @param value The supportPhone to set.
3307
+ * @return This builder for chaining.
3308
+ */
3309
+ public Builder setSupportPhone(
3310
+ java.lang.String value) {
3311
+ if (value == null) {
3312
+ throw new NullPointerException();
3313
+ }
3314
+ bitField0_ |= 0x00000400;
3315
+ supportPhone_ = value;
3316
+ onChanged();
3317
+ return this;
3318
+ }
3319
+ /**
3320
+ * <code>string support_phone = 13;</code>
3321
+ * @return This builder for chaining.
3322
+ */
3323
+ public Builder clearSupportPhone() {
3324
+ bitField0_ = (bitField0_ & ~0x00000400);
3325
+ supportPhone_ = getDefaultInstance().getSupportPhone();
3326
+ onChanged();
3327
+ return this;
3328
+ }
3329
+ /**
3330
+ * <code>string support_phone = 13;</code>
3331
+ * @param value The bytes for supportPhone to set.
3332
+ * @return This builder for chaining.
3333
+ */
3334
+ public Builder setSupportPhoneBytes(
3335
+ com.google.protobuf.ByteString value) {
3336
+ if (value == null) {
3337
+ throw new NullPointerException();
3338
+ }
3339
+ checkByteStringIsUtf8(value);
3340
+ bitField0_ |= 0x00000400;
3341
+ supportPhone_ = value;
3342
+ onChanged();
3343
+ return this;
3344
+ }
3345
+
3346
+ private java.lang.Object facebookAccount_ = "";
3347
+ /**
3348
+ * <code>string facebook_account = 14;</code>
3349
+ * @return Whether the facebookAccount field is set.
3350
+ */
3351
+ public boolean hasFacebookAccount() {
3352
+ return ((bitField0_ & 0x00000800) != 0);
3353
+ }
3354
+ /**
3355
+ * <code>string facebook_account = 14;</code>
3356
+ * @return The facebookAccount.
3357
+ */
3358
+ public java.lang.String getFacebookAccount() {
3359
+ java.lang.Object ref = facebookAccount_;
3360
+ if (!(ref instanceof java.lang.String)) {
3361
+ com.google.protobuf.ByteString bs =
3362
+ (com.google.protobuf.ByteString) ref;
3363
+ java.lang.String s = bs.toStringUtf8();
3364
+ facebookAccount_ = s;
3365
+ return s;
3366
+ } else {
3367
+ return (java.lang.String) ref;
3368
+ }
3369
+ }
3370
+ /**
3371
+ * <code>string facebook_account = 14;</code>
3372
+ * @return The bytes for facebookAccount.
3373
+ */
3374
+ public com.google.protobuf.ByteString
3375
+ getFacebookAccountBytes() {
3376
+ java.lang.Object ref = facebookAccount_;
3377
+ if (ref instanceof String) {
3378
+ com.google.protobuf.ByteString b =
3379
+ com.google.protobuf.ByteString.copyFromUtf8(
3380
+ (java.lang.String) ref);
3381
+ facebookAccount_ = b;
3382
+ return b;
3383
+ } else {
3384
+ return (com.google.protobuf.ByteString) ref;
3385
+ }
3386
+ }
3387
+ /**
3388
+ * <code>string facebook_account = 14;</code>
3389
+ * @param value The facebookAccount to set.
3390
+ * @return This builder for chaining.
3391
+ */
3392
+ public Builder setFacebookAccount(
3393
+ java.lang.String value) {
3394
+ if (value == null) {
3395
+ throw new NullPointerException();
3396
+ }
3397
+ bitField0_ |= 0x00000800;
3398
+ facebookAccount_ = value;
3399
+ onChanged();
3400
+ return this;
3401
+ }
3402
+ /**
3403
+ * <code>string facebook_account = 14;</code>
3404
+ * @return This builder for chaining.
3405
+ */
3406
+ public Builder clearFacebookAccount() {
3407
+ bitField0_ = (bitField0_ & ~0x00000800);
3408
+ facebookAccount_ = getDefaultInstance().getFacebookAccount();
3409
+ onChanged();
3410
+ return this;
3411
+ }
3412
+ /**
3413
+ * <code>string facebook_account = 14;</code>
3414
+ * @param value The bytes for facebookAccount to set.
3415
+ * @return This builder for chaining.
3416
+ */
3417
+ public Builder setFacebookAccountBytes(
3418
+ com.google.protobuf.ByteString value) {
3419
+ if (value == null) {
3420
+ throw new NullPointerException();
3421
+ }
3422
+ checkByteStringIsUtf8(value);
3423
+ bitField0_ |= 0x00000800;
3424
+ facebookAccount_ = value;
3425
+ onChanged();
3426
+ return this;
3427
+ }
3428
+
3429
+ private java.lang.Object twitterAccount_ = "";
3430
+ /**
3431
+ * <code>string twitter_account = 15;</code>
3432
+ * @return Whether the twitterAccount field is set.
3433
+ */
3434
+ public boolean hasTwitterAccount() {
3435
+ return ((bitField0_ & 0x00001000) != 0);
3436
+ }
3437
+ /**
3438
+ * <code>string twitter_account = 15;</code>
3439
+ * @return The twitterAccount.
3440
+ */
3441
+ public java.lang.String getTwitterAccount() {
3442
+ java.lang.Object ref = twitterAccount_;
3443
+ if (!(ref instanceof java.lang.String)) {
3444
+ com.google.protobuf.ByteString bs =
3445
+ (com.google.protobuf.ByteString) ref;
3446
+ java.lang.String s = bs.toStringUtf8();
3447
+ twitterAccount_ = s;
3448
+ return s;
3449
+ } else {
3450
+ return (java.lang.String) ref;
3451
+ }
3452
+ }
3453
+ /**
3454
+ * <code>string twitter_account = 15;</code>
3455
+ * @return The bytes for twitterAccount.
3456
+ */
3457
+ public com.google.protobuf.ByteString
3458
+ getTwitterAccountBytes() {
3459
+ java.lang.Object ref = twitterAccount_;
3460
+ if (ref instanceof String) {
3461
+ com.google.protobuf.ByteString b =
3462
+ com.google.protobuf.ByteString.copyFromUtf8(
3463
+ (java.lang.String) ref);
3464
+ twitterAccount_ = b;
3465
+ return b;
3466
+ } else {
3467
+ return (com.google.protobuf.ByteString) ref;
3468
+ }
3469
+ }
3470
+ /**
3471
+ * <code>string twitter_account = 15;</code>
3472
+ * @param value The twitterAccount to set.
3473
+ * @return This builder for chaining.
3474
+ */
3475
+ public Builder setTwitterAccount(
3476
+ java.lang.String value) {
3477
+ if (value == null) {
3478
+ throw new NullPointerException();
3479
+ }
3480
+ bitField0_ |= 0x00001000;
3481
+ twitterAccount_ = value;
3482
+ onChanged();
3483
+ return this;
3484
+ }
3485
+ /**
3486
+ * <code>string twitter_account = 15;</code>
3487
+ * @return This builder for chaining.
3488
+ */
3489
+ public Builder clearTwitterAccount() {
3490
+ bitField0_ = (bitField0_ & ~0x00001000);
3491
+ twitterAccount_ = getDefaultInstance().getTwitterAccount();
3492
+ onChanged();
3493
+ return this;
3494
+ }
3495
+ /**
3496
+ * <code>string twitter_account = 15;</code>
3497
+ * @param value The bytes for twitterAccount to set.
3498
+ * @return This builder for chaining.
3499
+ */
3500
+ public Builder setTwitterAccountBytes(
3501
+ com.google.protobuf.ByteString value) {
3502
+ if (value == null) {
3503
+ throw new NullPointerException();
3504
+ }
3505
+ checkByteStringIsUtf8(value);
3506
+ bitField0_ |= 0x00001000;
3507
+ twitterAccount_ = value;
3508
+ onChanged();
3509
+ return this;
3510
+ }
3511
+
3512
+ private java.lang.Object warrantyUrl_ = "";
3513
+ /**
3514
+ * <code>string warranty_url = 16;</code>
3515
+ * @return Whether the warrantyUrl field is set.
3516
+ */
3517
+ public boolean hasWarrantyUrl() {
3518
+ return ((bitField0_ & 0x00002000) != 0);
3519
+ }
3520
+ /**
3521
+ * <code>string warranty_url = 16;</code>
3522
+ * @return The warrantyUrl.
3523
+ */
3524
+ public java.lang.String getWarrantyUrl() {
3525
+ java.lang.Object ref = warrantyUrl_;
3526
+ if (!(ref instanceof java.lang.String)) {
3527
+ com.google.protobuf.ByteString bs =
3528
+ (com.google.protobuf.ByteString) ref;
3529
+ java.lang.String s = bs.toStringUtf8();
3530
+ warrantyUrl_ = s;
3531
+ return s;
3532
+ } else {
3533
+ return (java.lang.String) ref;
3534
+ }
3535
+ }
3536
+ /**
3537
+ * <code>string warranty_url = 16;</code>
3538
+ * @return The bytes for warrantyUrl.
3539
+ */
3540
+ public com.google.protobuf.ByteString
3541
+ getWarrantyUrlBytes() {
3542
+ java.lang.Object ref = warrantyUrl_;
3543
+ if (ref instanceof String) {
3544
+ com.google.protobuf.ByteString b =
3545
+ com.google.protobuf.ByteString.copyFromUtf8(
3546
+ (java.lang.String) ref);
3547
+ warrantyUrl_ = b;
3548
+ return b;
3549
+ } else {
3550
+ return (com.google.protobuf.ByteString) ref;
3551
+ }
3552
+ }
3553
+ /**
3554
+ * <code>string warranty_url = 16;</code>
3555
+ * @param value The warrantyUrl to set.
3556
+ * @return This builder for chaining.
3557
+ */
3558
+ public Builder setWarrantyUrl(
3559
+ java.lang.String value) {
3560
+ if (value == null) {
3561
+ throw new NullPointerException();
3562
+ }
3563
+ bitField0_ |= 0x00002000;
3564
+ warrantyUrl_ = value;
3565
+ onChanged();
3566
+ return this;
3567
+ }
3568
+ /**
3569
+ * <code>string warranty_url = 16;</code>
3570
+ * @return This builder for chaining.
3571
+ */
3572
+ public Builder clearWarrantyUrl() {
3573
+ bitField0_ = (bitField0_ & ~0x00002000);
3574
+ warrantyUrl_ = getDefaultInstance().getWarrantyUrl();
3575
+ onChanged();
3576
+ return this;
3577
+ }
3578
+ /**
3579
+ * <code>string warranty_url = 16;</code>
3580
+ * @param value The bytes for warrantyUrl to set.
3581
+ * @return This builder for chaining.
3582
+ */
3583
+ public Builder setWarrantyUrlBytes(
3584
+ com.google.protobuf.ByteString value) {
3585
+ if (value == null) {
3586
+ throw new NullPointerException();
3587
+ }
3588
+ checkByteStringIsUtf8(value);
3589
+ bitField0_ |= 0x00002000;
3590
+ warrantyUrl_ = value;
3591
+ onChanged();
3592
+ return this;
3593
+ }
3594
+
3595
+ private java.lang.Object warrantyDirectUrl_ = "";
3596
+ /**
3597
+ * <code>string warranty_direct_url = 17;</code>
3598
+ * @return Whether the warrantyDirectUrl field is set.
3599
+ */
3600
+ public boolean hasWarrantyDirectUrl() {
3601
+ return ((bitField0_ & 0x00004000) != 0);
3602
+ }
3603
+ /**
3604
+ * <code>string warranty_direct_url = 17;</code>
3605
+ * @return The warrantyDirectUrl.
3606
+ */
3607
+ public java.lang.String getWarrantyDirectUrl() {
3608
+ java.lang.Object ref = warrantyDirectUrl_;
3609
+ if (!(ref instanceof java.lang.String)) {
3610
+ com.google.protobuf.ByteString bs =
3611
+ (com.google.protobuf.ByteString) ref;
3612
+ java.lang.String s = bs.toStringUtf8();
3613
+ warrantyDirectUrl_ = s;
3614
+ return s;
3615
+ } else {
3616
+ return (java.lang.String) ref;
3617
+ }
3618
+ }
3619
+ /**
3620
+ * <code>string warranty_direct_url = 17;</code>
3621
+ * @return The bytes for warrantyDirectUrl.
3622
+ */
3623
+ public com.google.protobuf.ByteString
3624
+ getWarrantyDirectUrlBytes() {
3625
+ java.lang.Object ref = warrantyDirectUrl_;
3626
+ if (ref instanceof String) {
3627
+ com.google.protobuf.ByteString b =
3628
+ com.google.protobuf.ByteString.copyFromUtf8(
3629
+ (java.lang.String) ref);
3630
+ warrantyDirectUrl_ = b;
3631
+ return b;
3632
+ } else {
3633
+ return (com.google.protobuf.ByteString) ref;
3634
+ }
3635
+ }
3636
+ /**
3637
+ * <code>string warranty_direct_url = 17;</code>
3638
+ * @param value The warrantyDirectUrl to set.
3639
+ * @return This builder for chaining.
3640
+ */
3641
+ public Builder setWarrantyDirectUrl(
3642
+ java.lang.String value) {
3643
+ if (value == null) {
3644
+ throw new NullPointerException();
3645
+ }
3646
+ bitField0_ |= 0x00004000;
3647
+ warrantyDirectUrl_ = value;
3648
+ onChanged();
3649
+ return this;
3650
+ }
3651
+ /**
3652
+ * <code>string warranty_direct_url = 17;</code>
3653
+ * @return This builder for chaining.
3654
+ */
3655
+ public Builder clearWarrantyDirectUrl() {
3656
+ bitField0_ = (bitField0_ & ~0x00004000);
3657
+ warrantyDirectUrl_ = getDefaultInstance().getWarrantyDirectUrl();
3658
+ onChanged();
3659
+ return this;
3660
+ }
3661
+ /**
3662
+ * <code>string warranty_direct_url = 17;</code>
3663
+ * @param value The bytes for warrantyDirectUrl to set.
3664
+ * @return This builder for chaining.
3665
+ */
3666
+ public Builder setWarrantyDirectUrlBytes(
3667
+ com.google.protobuf.ByteString value) {
3668
+ if (value == null) {
3669
+ throw new NullPointerException();
3670
+ }
3671
+ checkByteStringIsUtf8(value);
3672
+ bitField0_ |= 0x00004000;
3673
+ warrantyDirectUrl_ = value;
3674
+ onChanged();
3675
+ return this;
3676
+ }
3677
+
3678
+ private java.lang.Object communityUrl_ = "";
3679
+ /**
3680
+ * <code>string community_url = 20;</code>
3681
+ * @return Whether the communityUrl field is set.
3682
+ */
3683
+ public boolean hasCommunityUrl() {
3684
+ return ((bitField0_ & 0x00008000) != 0);
3685
+ }
3686
+ /**
3687
+ * <code>string community_url = 20;</code>
3688
+ * @return The communityUrl.
3689
+ */
3690
+ public java.lang.String getCommunityUrl() {
3691
+ java.lang.Object ref = communityUrl_;
3692
+ if (!(ref instanceof java.lang.String)) {
3693
+ com.google.protobuf.ByteString bs =
3694
+ (com.google.protobuf.ByteString) ref;
3695
+ java.lang.String s = bs.toStringUtf8();
3696
+ communityUrl_ = s;
3697
+ return s;
3698
+ } else {
3699
+ return (java.lang.String) ref;
3700
+ }
3701
+ }
3702
+ /**
3703
+ * <code>string community_url = 20;</code>
3704
+ * @return The bytes for communityUrl.
3705
+ */
3706
+ public com.google.protobuf.ByteString
3707
+ getCommunityUrlBytes() {
3708
+ java.lang.Object ref = communityUrl_;
3709
+ if (ref instanceof String) {
3710
+ com.google.protobuf.ByteString b =
3711
+ com.google.protobuf.ByteString.copyFromUtf8(
3712
+ (java.lang.String) ref);
3713
+ communityUrl_ = b;
3714
+ return b;
3715
+ } else {
3716
+ return (com.google.protobuf.ByteString) ref;
3717
+ }
3718
+ }
3719
+ /**
3720
+ * <code>string community_url = 20;</code>
3721
+ * @param value The communityUrl to set.
3722
+ * @return This builder for chaining.
3723
+ */
3724
+ public Builder setCommunityUrl(
3725
+ java.lang.String value) {
3726
+ if (value == null) {
3727
+ throw new NullPointerException();
3728
+ }
3729
+ bitField0_ |= 0x00008000;
3730
+ communityUrl_ = value;
3731
+ onChanged();
3732
+ return this;
3733
+ }
3734
+ /**
3735
+ * <code>string community_url = 20;</code>
3736
+ * @return This builder for chaining.
3737
+ */
3738
+ public Builder clearCommunityUrl() {
3739
+ bitField0_ = (bitField0_ & ~0x00008000);
3740
+ communityUrl_ = getDefaultInstance().getCommunityUrl();
3741
+ onChanged();
3742
+ return this;
3743
+ }
3744
+ /**
3745
+ * <code>string community_url = 20;</code>
3746
+ * @param value The bytes for communityUrl to set.
3747
+ * @return This builder for chaining.
3748
+ */
3749
+ public Builder setCommunityUrlBytes(
3750
+ com.google.protobuf.ByteString value) {
3751
+ if (value == null) {
3752
+ throw new NullPointerException();
3753
+ }
3754
+ checkByteStringIsUtf8(value);
3755
+ bitField0_ |= 0x00008000;
3756
+ communityUrl_ = value;
3757
+ onChanged();
3758
+ return this;
3759
+ }
3760
+
3761
+ private java.lang.Object linkedinAccount_ = "";
3762
+ /**
3763
+ * <code>string linkedin_account = 21;</code>
3764
+ * @return Whether the linkedinAccount field is set.
3765
+ */
3766
+ public boolean hasLinkedinAccount() {
3767
+ return ((bitField0_ & 0x00010000) != 0);
3768
+ }
3769
+ /**
3770
+ * <code>string linkedin_account = 21;</code>
3771
+ * @return The linkedinAccount.
3772
+ */
3773
+ public java.lang.String getLinkedinAccount() {
3774
+ java.lang.Object ref = linkedinAccount_;
3775
+ if (!(ref instanceof java.lang.String)) {
3776
+ com.google.protobuf.ByteString bs =
3777
+ (com.google.protobuf.ByteString) ref;
3778
+ java.lang.String s = bs.toStringUtf8();
3779
+ linkedinAccount_ = s;
3780
+ return s;
3781
+ } else {
3782
+ return (java.lang.String) ref;
3783
+ }
3784
+ }
3785
+ /**
3786
+ * <code>string linkedin_account = 21;</code>
3787
+ * @return The bytes for linkedinAccount.
3788
+ */
3789
+ public com.google.protobuf.ByteString
3790
+ getLinkedinAccountBytes() {
3791
+ java.lang.Object ref = linkedinAccount_;
3792
+ if (ref instanceof String) {
3793
+ com.google.protobuf.ByteString b =
3794
+ com.google.protobuf.ByteString.copyFromUtf8(
3795
+ (java.lang.String) ref);
3796
+ linkedinAccount_ = b;
3797
+ return b;
3798
+ } else {
3799
+ return (com.google.protobuf.ByteString) ref;
3800
+ }
3801
+ }
3802
+ /**
3803
+ * <code>string linkedin_account = 21;</code>
3804
+ * @param value The linkedinAccount to set.
3805
+ * @return This builder for chaining.
3806
+ */
3807
+ public Builder setLinkedinAccount(
3808
+ java.lang.String value) {
3809
+ if (value == null) {
3810
+ throw new NullPointerException();
3811
+ }
3812
+ bitField0_ |= 0x00010000;
3813
+ linkedinAccount_ = value;
3814
+ onChanged();
3815
+ return this;
3816
+ }
3817
+ /**
3818
+ * <code>string linkedin_account = 21;</code>
3819
+ * @return This builder for chaining.
3820
+ */
3821
+ public Builder clearLinkedinAccount() {
3822
+ bitField0_ = (bitField0_ & ~0x00010000);
3823
+ linkedinAccount_ = getDefaultInstance().getLinkedinAccount();
3824
+ onChanged();
3825
+ return this;
3826
+ }
3827
+ /**
3828
+ * <code>string linkedin_account = 21;</code>
3829
+ * @param value The bytes for linkedinAccount to set.
3830
+ * @return This builder for chaining.
3831
+ */
3832
+ public Builder setLinkedinAccountBytes(
3833
+ com.google.protobuf.ByteString value) {
3834
+ if (value == null) {
3835
+ throw new NullPointerException();
3836
+ }
3837
+ checkByteStringIsUtf8(value);
3838
+ bitField0_ |= 0x00010000;
3839
+ linkedinAccount_ = value;
3840
+ onChanged();
3841
+ return this;
3842
+ }
3843
+
3844
+ private java.lang.Object instagramAccount_ = "";
3845
+ /**
3846
+ * <code>string instagram_account = 22;</code>
3847
+ * @return Whether the instagramAccount field is set.
3848
+ */
3849
+ public boolean hasInstagramAccount() {
3850
+ return ((bitField0_ & 0x00020000) != 0);
3851
+ }
3852
+ /**
3853
+ * <code>string instagram_account = 22;</code>
3854
+ * @return The instagramAccount.
3855
+ */
3856
+ public java.lang.String getInstagramAccount() {
3857
+ java.lang.Object ref = instagramAccount_;
3858
+ if (!(ref instanceof java.lang.String)) {
3859
+ com.google.protobuf.ByteString bs =
3860
+ (com.google.protobuf.ByteString) ref;
3861
+ java.lang.String s = bs.toStringUtf8();
3862
+ instagramAccount_ = s;
3863
+ return s;
3864
+ } else {
3865
+ return (java.lang.String) ref;
3866
+ }
3867
+ }
3868
+ /**
3869
+ * <code>string instagram_account = 22;</code>
3870
+ * @return The bytes for instagramAccount.
3871
+ */
3872
+ public com.google.protobuf.ByteString
3873
+ getInstagramAccountBytes() {
3874
+ java.lang.Object ref = instagramAccount_;
3875
+ if (ref instanceof String) {
3876
+ com.google.protobuf.ByteString b =
3877
+ com.google.protobuf.ByteString.copyFromUtf8(
3878
+ (java.lang.String) ref);
3879
+ instagramAccount_ = b;
3880
+ return b;
3881
+ } else {
3882
+ return (com.google.protobuf.ByteString) ref;
3883
+ }
3884
+ }
3885
+ /**
3886
+ * <code>string instagram_account = 22;</code>
3887
+ * @param value The instagramAccount to set.
3888
+ * @return This builder for chaining.
3889
+ */
3890
+ public Builder setInstagramAccount(
3891
+ java.lang.String value) {
3892
+ if (value == null) {
3893
+ throw new NullPointerException();
3894
+ }
3895
+ bitField0_ |= 0x00020000;
3896
+ instagramAccount_ = value;
3897
+ onChanged();
3898
+ return this;
3899
+ }
3900
+ /**
3901
+ * <code>string instagram_account = 22;</code>
3902
+ * @return This builder for chaining.
3903
+ */
3904
+ public Builder clearInstagramAccount() {
3905
+ bitField0_ = (bitField0_ & ~0x00020000);
3906
+ instagramAccount_ = getDefaultInstance().getInstagramAccount();
3907
+ onChanged();
3908
+ return this;
3909
+ }
3910
+ /**
3911
+ * <code>string instagram_account = 22;</code>
3912
+ * @param value The bytes for instagramAccount to set.
3913
+ * @return This builder for chaining.
3914
+ */
3915
+ public Builder setInstagramAccountBytes(
3916
+ com.google.protobuf.ByteString value) {
3917
+ if (value == null) {
3918
+ throw new NullPointerException();
3919
+ }
3920
+ checkByteStringIsUtf8(value);
3921
+ bitField0_ |= 0x00020000;
3922
+ instagramAccount_ = value;
3923
+ onChanged();
3924
+ return this;
3925
+ }
3926
+
3927
+ private java.lang.Object youtubeAccount_ = "";
3928
+ /**
3929
+ * <code>string youtube_account = 23;</code>
3930
+ * @return Whether the youtubeAccount field is set.
3931
+ */
3932
+ public boolean hasYoutubeAccount() {
3933
+ return ((bitField0_ & 0x00040000) != 0);
3934
+ }
3935
+ /**
3936
+ * <code>string youtube_account = 23;</code>
3937
+ * @return The youtubeAccount.
3938
+ */
3939
+ public java.lang.String getYoutubeAccount() {
3940
+ java.lang.Object ref = youtubeAccount_;
3941
+ if (!(ref instanceof java.lang.String)) {
3942
+ com.google.protobuf.ByteString bs =
3943
+ (com.google.protobuf.ByteString) ref;
3944
+ java.lang.String s = bs.toStringUtf8();
3945
+ youtubeAccount_ = s;
3946
+ return s;
3947
+ } else {
3948
+ return (java.lang.String) ref;
3949
+ }
3950
+ }
3951
+ /**
3952
+ * <code>string youtube_account = 23;</code>
3953
+ * @return The bytes for youtubeAccount.
3954
+ */
3955
+ public com.google.protobuf.ByteString
3956
+ getYoutubeAccountBytes() {
3957
+ java.lang.Object ref = youtubeAccount_;
3958
+ if (ref instanceof String) {
3959
+ com.google.protobuf.ByteString b =
3960
+ com.google.protobuf.ByteString.copyFromUtf8(
3961
+ (java.lang.String) ref);
3962
+ youtubeAccount_ = b;
3963
+ return b;
3964
+ } else {
3965
+ return (com.google.protobuf.ByteString) ref;
3966
+ }
3967
+ }
3968
+ /**
3969
+ * <code>string youtube_account = 23;</code>
3970
+ * @param value The youtubeAccount to set.
3971
+ * @return This builder for chaining.
3972
+ */
3973
+ public Builder setYoutubeAccount(
3974
+ java.lang.String value) {
3975
+ if (value == null) {
3976
+ throw new NullPointerException();
3977
+ }
3978
+ bitField0_ |= 0x00040000;
3979
+ youtubeAccount_ = value;
3980
+ onChanged();
3981
+ return this;
3982
+ }
3983
+ /**
3984
+ * <code>string youtube_account = 23;</code>
3985
+ * @return This builder for chaining.
3986
+ */
3987
+ public Builder clearYoutubeAccount() {
3988
+ bitField0_ = (bitField0_ & ~0x00040000);
3989
+ youtubeAccount_ = getDefaultInstance().getYoutubeAccount();
3990
+ onChanged();
3991
+ return this;
3992
+ }
3993
+ /**
3994
+ * <code>string youtube_account = 23;</code>
3995
+ * @param value The bytes for youtubeAccount to set.
3996
+ * @return This builder for chaining.
3997
+ */
3998
+ public Builder setYoutubeAccountBytes(
3999
+ com.google.protobuf.ByteString value) {
4000
+ if (value == null) {
4001
+ throw new NullPointerException();
4002
+ }
4003
+ checkByteStringIsUtf8(value);
4004
+ bitField0_ |= 0x00040000;
4005
+ youtubeAccount_ = value;
4006
+ onChanged();
4007
+ return this;
4008
+ }
4009
+
4010
+ private java.lang.Object pinterestAccount_ = "";
4011
+ /**
4012
+ * <code>string pinterest_account = 24;</code>
4013
+ * @return Whether the pinterestAccount field is set.
4014
+ */
4015
+ public boolean hasPinterestAccount() {
4016
+ return ((bitField0_ & 0x00080000) != 0);
4017
+ }
4018
+ /**
4019
+ * <code>string pinterest_account = 24;</code>
4020
+ * @return The pinterestAccount.
4021
+ */
4022
+ public java.lang.String getPinterestAccount() {
4023
+ java.lang.Object ref = pinterestAccount_;
4024
+ if (!(ref instanceof java.lang.String)) {
4025
+ com.google.protobuf.ByteString bs =
4026
+ (com.google.protobuf.ByteString) ref;
4027
+ java.lang.String s = bs.toStringUtf8();
4028
+ pinterestAccount_ = s;
4029
+ return s;
4030
+ } else {
4031
+ return (java.lang.String) ref;
4032
+ }
4033
+ }
4034
+ /**
4035
+ * <code>string pinterest_account = 24;</code>
4036
+ * @return The bytes for pinterestAccount.
4037
+ */
4038
+ public com.google.protobuf.ByteString
4039
+ getPinterestAccountBytes() {
4040
+ java.lang.Object ref = pinterestAccount_;
4041
+ if (ref instanceof String) {
4042
+ com.google.protobuf.ByteString b =
4043
+ com.google.protobuf.ByteString.copyFromUtf8(
4044
+ (java.lang.String) ref);
4045
+ pinterestAccount_ = b;
4046
+ return b;
4047
+ } else {
4048
+ return (com.google.protobuf.ByteString) ref;
4049
+ }
4050
+ }
4051
+ /**
4052
+ * <code>string pinterest_account = 24;</code>
4053
+ * @param value The pinterestAccount to set.
4054
+ * @return This builder for chaining.
4055
+ */
4056
+ public Builder setPinterestAccount(
4057
+ java.lang.String value) {
4058
+ if (value == null) {
4059
+ throw new NullPointerException();
4060
+ }
4061
+ bitField0_ |= 0x00080000;
4062
+ pinterestAccount_ = value;
4063
+ onChanged();
4064
+ return this;
4065
+ }
4066
+ /**
4067
+ * <code>string pinterest_account = 24;</code>
4068
+ * @return This builder for chaining.
4069
+ */
4070
+ public Builder clearPinterestAccount() {
4071
+ bitField0_ = (bitField0_ & ~0x00080000);
4072
+ pinterestAccount_ = getDefaultInstance().getPinterestAccount();
4073
+ onChanged();
4074
+ return this;
4075
+ }
4076
+ /**
4077
+ * <code>string pinterest_account = 24;</code>
4078
+ * @param value The bytes for pinterestAccount to set.
4079
+ * @return This builder for chaining.
4080
+ */
4081
+ public Builder setPinterestAccountBytes(
4082
+ com.google.protobuf.ByteString value) {
4083
+ if (value == null) {
4084
+ throw new NullPointerException();
4085
+ }
4086
+ checkByteStringIsUtf8(value);
4087
+ bitField0_ |= 0x00080000;
4088
+ pinterestAccount_ = value;
4089
+ onChanged();
4090
+ return this;
4091
+ }
4092
+
4093
+ private boolean classHardware_ ;
4094
+ /**
4095
+ * <code>bool class_hardware = 25;</code>
4096
+ * @return Whether the classHardware field is set.
4097
+ */
4098
+ @java.lang.Override
4099
+ public boolean hasClassHardware() {
4100
+ return ((bitField0_ & 0x00100000) != 0);
4101
+ }
4102
+ /**
4103
+ * <code>bool class_hardware = 25;</code>
4104
+ * @return The classHardware.
4105
+ */
4106
+ @java.lang.Override
4107
+ public boolean getClassHardware() {
4108
+ return classHardware_;
4109
+ }
4110
+ /**
4111
+ * <code>bool class_hardware = 25;</code>
4112
+ * @param value The classHardware to set.
4113
+ * @return This builder for chaining.
4114
+ */
4115
+ public Builder setClassHardware(boolean value) {
4116
+ bitField0_ |= 0x00100000;
4117
+ classHardware_ = value;
4118
+ onChanged();
4119
+ return this;
4120
+ }
4121
+ /**
4122
+ * <code>bool class_hardware = 25;</code>
4123
+ * @return This builder for chaining.
4124
+ */
4125
+ public Builder clearClassHardware() {
4126
+ bitField0_ = (bitField0_ & ~0x00100000);
4127
+ classHardware_ = false;
4128
+ onChanged();
4129
+ return this;
4130
+ }
4131
+
4132
+ private boolean classSoftware_ ;
4133
+ /**
4134
+ * <code>bool class_software = 26;</code>
4135
+ * @return Whether the classSoftware field is set.
4136
+ */
4137
+ @java.lang.Override
4138
+ public boolean hasClassSoftware() {
4139
+ return ((bitField0_ & 0x00200000) != 0);
4140
+ }
4141
+ /**
4142
+ * <code>bool class_software = 26;</code>
4143
+ * @return The classSoftware.
4144
+ */
4145
+ @java.lang.Override
4146
+ public boolean getClassSoftware() {
4147
+ return classSoftware_;
4148
+ }
4149
+ /**
4150
+ * <code>bool class_software = 26;</code>
4151
+ * @param value The classSoftware to set.
4152
+ * @return This builder for chaining.
4153
+ */
4154
+ public Builder setClassSoftware(boolean value) {
4155
+ bitField0_ |= 0x00200000;
4156
+ classSoftware_ = value;
4157
+ onChanged();
4158
+ return this;
4159
+ }
4160
+ /**
4161
+ * <code>bool class_software = 26;</code>
4162
+ * @return This builder for chaining.
4163
+ */
4164
+ public Builder clearClassSoftware() {
4165
+ bitField0_ = (bitField0_ & ~0x00200000);
4166
+ classSoftware_ = false;
4167
+ onChanged();
4168
+ return this;
4169
+ }
4170
+
4171
+ private boolean classConsumer_ ;
4172
+ /**
4173
+ * <code>bool class_consumer = 27;</code>
4174
+ * @return Whether the classConsumer field is set.
4175
+ */
4176
+ @java.lang.Override
4177
+ public boolean hasClassConsumer() {
4178
+ return ((bitField0_ & 0x00400000) != 0);
4179
+ }
4180
+ /**
4181
+ * <code>bool class_consumer = 27;</code>
4182
+ * @return The classConsumer.
4183
+ */
4184
+ @java.lang.Override
4185
+ public boolean getClassConsumer() {
4186
+ return classConsumer_;
4187
+ }
4188
+ /**
4189
+ * <code>bool class_consumer = 27;</code>
4190
+ * @param value The classConsumer to set.
4191
+ * @return This builder for chaining.
4192
+ */
4193
+ public Builder setClassConsumer(boolean value) {
4194
+ bitField0_ |= 0x00400000;
4195
+ classConsumer_ = value;
4196
+ onChanged();
4197
+ return this;
4198
+ }
4199
+ /**
4200
+ * <code>bool class_consumer = 27;</code>
4201
+ * @return This builder for chaining.
4202
+ */
4203
+ public Builder clearClassConsumer() {
4204
+ bitField0_ = (bitField0_ & ~0x00400000);
4205
+ classConsumer_ = false;
4206
+ onChanged();
4207
+ return this;
4208
+ }
4209
+
4210
+ private boolean classEnterprise_ ;
4211
+ /**
4212
+ * <code>bool class_enterprise = 28;</code>
4213
+ * @return Whether the classEnterprise field is set.
4214
+ */
4215
+ @java.lang.Override
4216
+ public boolean hasClassEnterprise() {
4217
+ return ((bitField0_ & 0x00800000) != 0);
4218
+ }
4219
+ /**
4220
+ * <code>bool class_enterprise = 28;</code>
4221
+ * @return The classEnterprise.
4222
+ */
4223
+ @java.lang.Override
4224
+ public boolean getClassEnterprise() {
4225
+ return classEnterprise_;
4226
+ }
4227
+ /**
4228
+ * <code>bool class_enterprise = 28;</code>
4229
+ * @param value The classEnterprise to set.
4230
+ * @return This builder for chaining.
4231
+ */
4232
+ public Builder setClassEnterprise(boolean value) {
4233
+ bitField0_ |= 0x00800000;
4234
+ classEnterprise_ = value;
4235
+ onChanged();
4236
+ return this;
4237
+ }
4238
+ /**
4239
+ * <code>bool class_enterprise = 28;</code>
4240
+ * @return This builder for chaining.
4241
+ */
4242
+ public Builder clearClassEnterprise() {
4243
+ bitField0_ = (bitField0_ & ~0x00800000);
4244
+ classEnterprise_ = false;
4245
+ onChanged();
4246
+ return this;
4247
+ }
4248
+
4249
+ private boolean classIndustrial_ ;
4250
+ /**
4251
+ * <code>bool class_industrial = 29;</code>
4252
+ * @return Whether the classIndustrial field is set.
4253
+ */
4254
+ @java.lang.Override
4255
+ public boolean hasClassIndustrial() {
4256
+ return ((bitField0_ & 0x01000000) != 0);
4257
+ }
4258
+ /**
4259
+ * <code>bool class_industrial = 29;</code>
4260
+ * @return The classIndustrial.
4261
+ */
4262
+ @java.lang.Override
4263
+ public boolean getClassIndustrial() {
4264
+ return classIndustrial_;
4265
+ }
4266
+ /**
4267
+ * <code>bool class_industrial = 29;</code>
4268
+ * @param value The classIndustrial to set.
4269
+ * @return This builder for chaining.
4270
+ */
4271
+ public Builder setClassIndustrial(boolean value) {
4272
+ bitField0_ |= 0x01000000;
4273
+ classIndustrial_ = value;
4274
+ onChanged();
4275
+ return this;
4276
+ }
4277
+ /**
4278
+ * <code>bool class_industrial = 29;</code>
4279
+ * @return This builder for chaining.
4280
+ */
4281
+ public Builder clearClassIndustrial() {
4282
+ bitField0_ = (bitField0_ & ~0x01000000);
4283
+ classIndustrial_ = false;
4284
+ onChanged();
4285
+ return this;
4286
+ }
4287
+
4288
+ private boolean classIndividual_ ;
4289
+ /**
4290
+ * <code>bool class_individual = 30;</code>
4291
+ * @return Whether the classIndividual field is set.
4292
+ */
4293
+ @java.lang.Override
4294
+ public boolean hasClassIndividual() {
4295
+ return ((bitField0_ & 0x02000000) != 0);
4296
+ }
4297
+ /**
4298
+ * <code>bool class_individual = 30;</code>
4299
+ * @return The classIndividual.
4300
+ */
4301
+ @java.lang.Override
4302
+ public boolean getClassIndividual() {
4303
+ return classIndividual_;
4304
+ }
4305
+ /**
4306
+ * <code>bool class_individual = 30;</code>
4307
+ * @param value The classIndividual to set.
4308
+ * @return This builder for chaining.
4309
+ */
4310
+ public Builder setClassIndividual(boolean value) {
4311
+ bitField0_ |= 0x02000000;
4312
+ classIndividual_ = value;
4313
+ onChanged();
4314
+ return this;
4315
+ }
4316
+ /**
4317
+ * <code>bool class_individual = 30;</code>
4318
+ * @return This builder for chaining.
4319
+ */
4320
+ public Builder clearClassIndividual() {
4321
+ bitField0_ = (bitField0_ & ~0x02000000);
4322
+ classIndividual_ = false;
4323
+ onChanged();
4324
+ return this;
4325
+ }
4326
+
4327
+ private int matchScore_ ;
4328
+ /**
4329
+ * <pre>
4330
+ * relevant only in search result
4331
+ * </pre>
4332
+ *
4333
+ * <code>int32 match_score = 19;</code>
4334
+ * @return Whether the matchScore field is set.
4335
+ */
4336
+ @java.lang.Override
4337
+ public boolean hasMatchScore() {
4338
+ return ((bitField0_ & 0x04000000) != 0);
4339
+ }
4340
+ /**
4341
+ * <pre>
4342
+ * relevant only in search result
4343
+ * </pre>
4344
+ *
4345
+ * <code>int32 match_score = 19;</code>
4346
+ * @return The matchScore.
4347
+ */
4348
+ @java.lang.Override
4349
+ public int getMatchScore() {
4350
+ return matchScore_;
4351
+ }
4352
+ /**
4353
+ * <pre>
4354
+ * relevant only in search result
4355
+ * </pre>
4356
+ *
4357
+ * <code>int32 match_score = 19;</code>
4358
+ * @param value The matchScore to set.
4359
+ * @return This builder for chaining.
4360
+ */
4361
+ public Builder setMatchScore(int value) {
4362
+ bitField0_ |= 0x04000000;
4363
+ matchScore_ = value;
4364
+ onChanged();
4365
+ return this;
4366
+ }
4367
+ /**
4368
+ * <pre>
4369
+ * relevant only in search result
4370
+ * </pre>
4371
+ *
4372
+ * <code>int32 match_score = 19;</code>
4373
+ * @return This builder for chaining.
4374
+ */
4375
+ public Builder clearMatchScore() {
4376
+ bitField0_ = (bitField0_ & ~0x04000000);
4377
+ matchScore_ = 0;
4378
+ onChanged();
4379
+ return this;
4380
+ }
4381
+ @java.lang.Override
4382
+ public final Builder setUnknownFields(
4383
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
4384
+ return super.setUnknownFields(unknownFields);
4385
+ }
4386
+
4387
+ @java.lang.Override
4388
+ public final Builder mergeUnknownFields(
4389
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
4390
+ return super.mergeUnknownFields(unknownFields);
4391
+ }
4392
+
4393
+
4394
+ // @@protoc_insertion_point(builder_scope:com.lansweeper.dp.outbound.v1.CatalogBrand)
4395
+ }
4396
+
4397
+ // @@protoc_insertion_point(class_scope:com.lansweeper.dp.outbound.v1.CatalogBrand)
4398
+ private static final com.lansweeper.dp.outbound.v1.CatalogBrand DEFAULT_INSTANCE;
4399
+ static {
4400
+ DEFAULT_INSTANCE = new com.lansweeper.dp.outbound.v1.CatalogBrand();
4401
+ }
4402
+
4403
+ public static com.lansweeper.dp.outbound.v1.CatalogBrand getDefaultInstance() {
4404
+ return DEFAULT_INSTANCE;
4405
+ }
4406
+
4407
+ private static final com.google.protobuf.Parser<CatalogBrand>
4408
+ PARSER = new com.google.protobuf.AbstractParser<CatalogBrand>() {
4409
+ @java.lang.Override
4410
+ public CatalogBrand parsePartialFrom(
4411
+ com.google.protobuf.CodedInputStream input,
4412
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
4413
+ throws com.google.protobuf.InvalidProtocolBufferException {
4414
+ return new CatalogBrand(input, extensionRegistry);
4415
+ }
4416
+ };
4417
+
4418
+ public static com.google.protobuf.Parser<CatalogBrand> parser() {
4419
+ return PARSER;
4420
+ }
4421
+
4422
+ @java.lang.Override
4423
+ public com.google.protobuf.Parser<CatalogBrand> getParserForType() {
4424
+ return PARSER;
4425
+ }
4426
+
4427
+ @java.lang.Override
4428
+ public com.lansweeper.dp.outbound.v1.CatalogBrand getDefaultInstanceForType() {
4429
+ return DEFAULT_INSTANCE;
4430
+ }
4431
+
4432
+ }
4433
+