| Line 28... |
Line 28... |
| 28 |
private static final org.apache.thrift.protocol.TField IS_ACTIVE_FIELD_DESC = new org.apache.thrift.protocol.TField("isActive", org.apache.thrift.protocol.TType.BOOL, (short)3);
|
28 |
private static final org.apache.thrift.protocol.TField IS_ACTIVE_FIELD_DESC = new org.apache.thrift.protocol.TField("isActive", org.apache.thrift.protocol.TType.BOOL, (short)3);
|
| 29 |
private static final org.apache.thrift.protocol.TField COUNTER_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("counterId", org.apache.thrift.protocol.TType.I64, (short)4);
|
29 |
private static final org.apache.thrift.protocol.TField COUNTER_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("counterId", org.apache.thrift.protocol.TType.I64, (short)4);
|
| 30 |
private static final org.apache.thrift.protocol.TField TIN_FIELD_DESC = new org.apache.thrift.protocol.TField("tin", org.apache.thrift.protocol.TType.STRING, (short)5);
|
30 |
private static final org.apache.thrift.protocol.TField TIN_FIELD_DESC = new org.apache.thrift.protocol.TField("tin", org.apache.thrift.protocol.TType.STRING, (short)5);
|
| 31 |
private static final org.apache.thrift.protocol.TField BULK_SHIPMENT_AMOUNT_LIMIT_FIELD_DESC = new org.apache.thrift.protocol.TField("bulkShipmentAmountLimit", org.apache.thrift.protocol.TType.DOUBLE, (short)6);
|
31 |
private static final org.apache.thrift.protocol.TField BULK_SHIPMENT_AMOUNT_LIMIT_FIELD_DESC = new org.apache.thrift.protocol.TField("bulkShipmentAmountLimit", org.apache.thrift.protocol.TType.DOUBLE, (short)6);
|
| 32 |
private static final org.apache.thrift.protocol.TField CREDITOR_ASSIGNED_FIELD_DESC = new org.apache.thrift.protocol.TField("creditorAssigned", org.apache.thrift.protocol.TType.BOOL, (short)7);
|
32 |
private static final org.apache.thrift.protocol.TField CREDITOR_ASSIGNED_FIELD_DESC = new org.apache.thrift.protocol.TField("creditorAssigned", org.apache.thrift.protocol.TType.BOOL, (short)7);
|
| - |
|
33 |
private static final org.apache.thrift.protocol.TField TIN_VERIFIED_FIELD_DESC = new org.apache.thrift.protocol.TField("tinVerified", org.apache.thrift.protocol.TType.BOOL, (short)8);
|
| 33 |
|
34 |
|
| 34 |
private long userId; // required
|
35 |
private long userId; // required
|
| 35 |
private long addedOn; // required
|
36 |
private long addedOn; // required
|
| 36 |
private boolean isActive; // required
|
37 |
private boolean isActive; // required
|
| 37 |
private long counterId; // required
|
38 |
private long counterId; // required
|
| 38 |
private String tin; // required
|
39 |
private String tin; // required
|
| 39 |
private double bulkShipmentAmountLimit; // required
|
40 |
private double bulkShipmentAmountLimit; // required
|
| 40 |
private boolean creditorAssigned; // required
|
41 |
private boolean creditorAssigned; // required
|
| - |
|
42 |
private boolean tinVerified; // required
|
| 41 |
|
43 |
|
| 42 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
44 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
| 43 |
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
45 |
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
| 44 |
USER_ID((short)1, "userId"),
|
46 |
USER_ID((short)1, "userId"),
|
| 45 |
ADDED_ON((short)2, "addedOn"),
|
47 |
ADDED_ON((short)2, "addedOn"),
|
| 46 |
IS_ACTIVE((short)3, "isActive"),
|
48 |
IS_ACTIVE((short)3, "isActive"),
|
| 47 |
COUNTER_ID((short)4, "counterId"),
|
49 |
COUNTER_ID((short)4, "counterId"),
|
| 48 |
TIN((short)5, "tin"),
|
50 |
TIN((short)5, "tin"),
|
| 49 |
BULK_SHIPMENT_AMOUNT_LIMIT((short)6, "bulkShipmentAmountLimit"),
|
51 |
BULK_SHIPMENT_AMOUNT_LIMIT((short)6, "bulkShipmentAmountLimit"),
|
| 50 |
CREDITOR_ASSIGNED((short)7, "creditorAssigned");
|
52 |
CREDITOR_ASSIGNED((short)7, "creditorAssigned"),
|
| - |
|
53 |
TIN_VERIFIED((short)8, "tinVerified");
|
| 51 |
|
54 |
|
| 52 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
55 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
| 53 |
|
56 |
|
| 54 |
static {
|
57 |
static {
|
| 55 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
58 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
| Line 74... |
Line 77... |
| 74 |
return TIN;
|
77 |
return TIN;
|
| 75 |
case 6: // BULK_SHIPMENT_AMOUNT_LIMIT
|
78 |
case 6: // BULK_SHIPMENT_AMOUNT_LIMIT
|
| 76 |
return BULK_SHIPMENT_AMOUNT_LIMIT;
|
79 |
return BULK_SHIPMENT_AMOUNT_LIMIT;
|
| 77 |
case 7: // CREDITOR_ASSIGNED
|
80 |
case 7: // CREDITOR_ASSIGNED
|
| 78 |
return CREDITOR_ASSIGNED;
|
81 |
return CREDITOR_ASSIGNED;
|
| - |
|
82 |
case 8: // TIN_VERIFIED
|
| - |
|
83 |
return TIN_VERIFIED;
|
| 79 |
default:
|
84 |
default:
|
| 80 |
return null;
|
85 |
return null;
|
| 81 |
}
|
86 |
}
|
| 82 |
}
|
87 |
}
|
| 83 |
|
88 |
|
| Line 120... |
Line 125... |
| 120 |
private static final int __ADDEDON_ISSET_ID = 1;
|
125 |
private static final int __ADDEDON_ISSET_ID = 1;
|
| 121 |
private static final int __ISACTIVE_ISSET_ID = 2;
|
126 |
private static final int __ISACTIVE_ISSET_ID = 2;
|
| 122 |
private static final int __COUNTERID_ISSET_ID = 3;
|
127 |
private static final int __COUNTERID_ISSET_ID = 3;
|
| 123 |
private static final int __BULKSHIPMENTAMOUNTLIMIT_ISSET_ID = 4;
|
128 |
private static final int __BULKSHIPMENTAMOUNTLIMIT_ISSET_ID = 4;
|
| 124 |
private static final int __CREDITORASSIGNED_ISSET_ID = 5;
|
129 |
private static final int __CREDITORASSIGNED_ISSET_ID = 5;
|
| - |
|
130 |
private static final int __TINVERIFIED_ISSET_ID = 6;
|
| 125 |
private BitSet __isset_bit_vector = new BitSet(6);
|
131 |
private BitSet __isset_bit_vector = new BitSet(7);
|
| 126 |
|
132 |
|
| 127 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
133 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
| 128 |
static {
|
134 |
static {
|
| 129 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
135 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
| 130 |
tmpMap.put(_Fields.USER_ID, new org.apache.thrift.meta_data.FieldMetaData("userId", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
136 |
tmpMap.put(_Fields.USER_ID, new org.apache.thrift.meta_data.FieldMetaData("userId", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| Line 139... |
Line 145... |
| 139 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
145 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
| 140 |
tmpMap.put(_Fields.BULK_SHIPMENT_AMOUNT_LIMIT, new org.apache.thrift.meta_data.FieldMetaData("bulkShipmentAmountLimit", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
146 |
tmpMap.put(_Fields.BULK_SHIPMENT_AMOUNT_LIMIT, new org.apache.thrift.meta_data.FieldMetaData("bulkShipmentAmountLimit", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 141 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
147 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
| 142 |
tmpMap.put(_Fields.CREDITOR_ASSIGNED, new org.apache.thrift.meta_data.FieldMetaData("creditorAssigned", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
148 |
tmpMap.put(_Fields.CREDITOR_ASSIGNED, new org.apache.thrift.meta_data.FieldMetaData("creditorAssigned", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 143 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
|
149 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
|
| - |
|
150 |
tmpMap.put(_Fields.TIN_VERIFIED, new org.apache.thrift.meta_data.FieldMetaData("tinVerified", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| - |
|
151 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
|
| 144 |
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
152 |
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
| 145 |
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(PrivateDealUser.class, metaDataMap);
|
153 |
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(PrivateDealUser.class, metaDataMap);
|
| 146 |
}
|
154 |
}
|
| 147 |
|
155 |
|
| 148 |
public PrivateDealUser() {
|
156 |
public PrivateDealUser() {
|
| Line 153... |
Line 161... |
| 153 |
long addedOn,
|
161 |
long addedOn,
|
| 154 |
boolean isActive,
|
162 |
boolean isActive,
|
| 155 |
long counterId,
|
163 |
long counterId,
|
| 156 |
String tin,
|
164 |
String tin,
|
| 157 |
double bulkShipmentAmountLimit,
|
165 |
double bulkShipmentAmountLimit,
|
| 158 |
boolean creditorAssigned)
|
166 |
boolean creditorAssigned,
|
| - |
|
167 |
boolean tinVerified)
|
| 159 |
{
|
168 |
{
|
| 160 |
this();
|
169 |
this();
|
| 161 |
this.userId = userId;
|
170 |
this.userId = userId;
|
| 162 |
setUserIdIsSet(true);
|
171 |
setUserIdIsSet(true);
|
| 163 |
this.addedOn = addedOn;
|
172 |
this.addedOn = addedOn;
|
| Line 169... |
Line 178... |
| 169 |
this.tin = tin;
|
178 |
this.tin = tin;
|
| 170 |
this.bulkShipmentAmountLimit = bulkShipmentAmountLimit;
|
179 |
this.bulkShipmentAmountLimit = bulkShipmentAmountLimit;
|
| 171 |
setBulkShipmentAmountLimitIsSet(true);
|
180 |
setBulkShipmentAmountLimitIsSet(true);
|
| 172 |
this.creditorAssigned = creditorAssigned;
|
181 |
this.creditorAssigned = creditorAssigned;
|
| 173 |
setCreditorAssignedIsSet(true);
|
182 |
setCreditorAssignedIsSet(true);
|
| - |
|
183 |
this.tinVerified = tinVerified;
|
| - |
|
184 |
setTinVerifiedIsSet(true);
|
| 174 |
}
|
185 |
}
|
| 175 |
|
186 |
|
| 176 |
/**
|
187 |
/**
|
| 177 |
* Performs a deep copy on <i>other</i>.
|
188 |
* Performs a deep copy on <i>other</i>.
|
| 178 |
*/
|
189 |
*/
|
| Line 186... |
Line 197... |
| 186 |
if (other.isSetTin()) {
|
197 |
if (other.isSetTin()) {
|
| 187 |
this.tin = other.tin;
|
198 |
this.tin = other.tin;
|
| 188 |
}
|
199 |
}
|
| 189 |
this.bulkShipmentAmountLimit = other.bulkShipmentAmountLimit;
|
200 |
this.bulkShipmentAmountLimit = other.bulkShipmentAmountLimit;
|
| 190 |
this.creditorAssigned = other.creditorAssigned;
|
201 |
this.creditorAssigned = other.creditorAssigned;
|
| - |
|
202 |
this.tinVerified = other.tinVerified;
|
| 191 |
}
|
203 |
}
|
| 192 |
|
204 |
|
| 193 |
public PrivateDealUser deepCopy() {
|
205 |
public PrivateDealUser deepCopy() {
|
| 194 |
return new PrivateDealUser(this);
|
206 |
return new PrivateDealUser(this);
|
| 195 |
}
|
207 |
}
|
| Line 207... |
Line 219... |
| 207 |
this.tin = null;
|
219 |
this.tin = null;
|
| 208 |
setBulkShipmentAmountLimitIsSet(false);
|
220 |
setBulkShipmentAmountLimitIsSet(false);
|
| 209 |
this.bulkShipmentAmountLimit = 0.0;
|
221 |
this.bulkShipmentAmountLimit = 0.0;
|
| 210 |
setCreditorAssignedIsSet(false);
|
222 |
setCreditorAssignedIsSet(false);
|
| 211 |
this.creditorAssigned = false;
|
223 |
this.creditorAssigned = false;
|
| - |
|
224 |
setTinVerifiedIsSet(false);
|
| - |
|
225 |
this.tinVerified = false;
|
| 212 |
}
|
226 |
}
|
| 213 |
|
227 |
|
| 214 |
public long getUserId() {
|
228 |
public long getUserId() {
|
| 215 |
return this.userId;
|
229 |
return this.userId;
|
| 216 |
}
|
230 |
}
|
| Line 364... |
Line 378... |
| 364 |
|
378 |
|
| 365 |
public void setCreditorAssignedIsSet(boolean value) {
|
379 |
public void setCreditorAssignedIsSet(boolean value) {
|
| 366 |
__isset_bit_vector.set(__CREDITORASSIGNED_ISSET_ID, value);
|
380 |
__isset_bit_vector.set(__CREDITORASSIGNED_ISSET_ID, value);
|
| 367 |
}
|
381 |
}
|
| 368 |
|
382 |
|
| - |
|
383 |
public boolean isTinVerified() {
|
| - |
|
384 |
return this.tinVerified;
|
| - |
|
385 |
}
|
| - |
|
386 |
|
| - |
|
387 |
public void setTinVerified(boolean tinVerified) {
|
| - |
|
388 |
this.tinVerified = tinVerified;
|
| - |
|
389 |
setTinVerifiedIsSet(true);
|
| - |
|
390 |
}
|
| - |
|
391 |
|
| - |
|
392 |
public void unsetTinVerified() {
|
| - |
|
393 |
__isset_bit_vector.clear(__TINVERIFIED_ISSET_ID);
|
| - |
|
394 |
}
|
| - |
|
395 |
|
| - |
|
396 |
/** Returns true if field tinVerified is set (has been assigned a value) and false otherwise */
|
| - |
|
397 |
public boolean isSetTinVerified() {
|
| - |
|
398 |
return __isset_bit_vector.get(__TINVERIFIED_ISSET_ID);
|
| - |
|
399 |
}
|
| - |
|
400 |
|
| - |
|
401 |
public void setTinVerifiedIsSet(boolean value) {
|
| - |
|
402 |
__isset_bit_vector.set(__TINVERIFIED_ISSET_ID, value);
|
| - |
|
403 |
}
|
| - |
|
404 |
|
| 369 |
public void setFieldValue(_Fields field, Object value) {
|
405 |
public void setFieldValue(_Fields field, Object value) {
|
| 370 |
switch (field) {
|
406 |
switch (field) {
|
| 371 |
case USER_ID:
|
407 |
case USER_ID:
|
| 372 |
if (value == null) {
|
408 |
if (value == null) {
|
| 373 |
unsetUserId();
|
409 |
unsetUserId();
|
| Line 422... |
Line 458... |
| 422 |
} else {
|
458 |
} else {
|
| 423 |
setCreditorAssigned((Boolean)value);
|
459 |
setCreditorAssigned((Boolean)value);
|
| 424 |
}
|
460 |
}
|
| 425 |
break;
|
461 |
break;
|
| 426 |
|
462 |
|
| - |
|
463 |
case TIN_VERIFIED:
|
| - |
|
464 |
if (value == null) {
|
| - |
|
465 |
unsetTinVerified();
|
| - |
|
466 |
} else {
|
| - |
|
467 |
setTinVerified((Boolean)value);
|
| - |
|
468 |
}
|
| - |
|
469 |
break;
|
| - |
|
470 |
|
| 427 |
}
|
471 |
}
|
| 428 |
}
|
472 |
}
|
| 429 |
|
473 |
|
| 430 |
public Object getFieldValue(_Fields field) {
|
474 |
public Object getFieldValue(_Fields field) {
|
| 431 |
switch (field) {
|
475 |
switch (field) {
|
| Line 448... |
Line 492... |
| 448 |
return Double.valueOf(getBulkShipmentAmountLimit());
|
492 |
return Double.valueOf(getBulkShipmentAmountLimit());
|
| 449 |
|
493 |
|
| 450 |
case CREDITOR_ASSIGNED:
|
494 |
case CREDITOR_ASSIGNED:
|
| 451 |
return Boolean.valueOf(isCreditorAssigned());
|
495 |
return Boolean.valueOf(isCreditorAssigned());
|
| 452 |
|
496 |
|
| - |
|
497 |
case TIN_VERIFIED:
|
| - |
|
498 |
return Boolean.valueOf(isTinVerified());
|
| - |
|
499 |
|
| 453 |
}
|
500 |
}
|
| 454 |
throw new IllegalStateException();
|
501 |
throw new IllegalStateException();
|
| 455 |
}
|
502 |
}
|
| 456 |
|
503 |
|
| 457 |
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
|
504 |
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
|
| Line 473... |
Line 520... |
| 473 |
return isSetTin();
|
520 |
return isSetTin();
|
| 474 |
case BULK_SHIPMENT_AMOUNT_LIMIT:
|
521 |
case BULK_SHIPMENT_AMOUNT_LIMIT:
|
| 475 |
return isSetBulkShipmentAmountLimit();
|
522 |
return isSetBulkShipmentAmountLimit();
|
| 476 |
case CREDITOR_ASSIGNED:
|
523 |
case CREDITOR_ASSIGNED:
|
| 477 |
return isSetCreditorAssigned();
|
524 |
return isSetCreditorAssigned();
|
| - |
|
525 |
case TIN_VERIFIED:
|
| - |
|
526 |
return isSetTinVerified();
|
| 478 |
}
|
527 |
}
|
| 479 |
throw new IllegalStateException();
|
528 |
throw new IllegalStateException();
|
| 480 |
}
|
529 |
}
|
| 481 |
|
530 |
|
| 482 |
@Override
|
531 |
@Override
|
| Line 553... |
Line 602... |
| 553 |
return false;
|
602 |
return false;
|
| 554 |
if (this.creditorAssigned != that.creditorAssigned)
|
603 |
if (this.creditorAssigned != that.creditorAssigned)
|
| 555 |
return false;
|
604 |
return false;
|
| 556 |
}
|
605 |
}
|
| 557 |
|
606 |
|
| - |
|
607 |
boolean this_present_tinVerified = true;
|
| - |
|
608 |
boolean that_present_tinVerified = true;
|
| - |
|
609 |
if (this_present_tinVerified || that_present_tinVerified) {
|
| - |
|
610 |
if (!(this_present_tinVerified && that_present_tinVerified))
|
| - |
|
611 |
return false;
|
| - |
|
612 |
if (this.tinVerified != that.tinVerified)
|
| - |
|
613 |
return false;
|
| - |
|
614 |
}
|
| - |
|
615 |
|
| 558 |
return true;
|
616 |
return true;
|
| 559 |
}
|
617 |
}
|
| 560 |
|
618 |
|
| 561 |
@Override
|
619 |
@Override
|
| 562 |
public int hashCode() {
|
620 |
public int hashCode() {
|
| Line 639... |
Line 697... |
| 639 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.creditorAssigned, typedOther.creditorAssigned);
|
697 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.creditorAssigned, typedOther.creditorAssigned);
|
| 640 |
if (lastComparison != 0) {
|
698 |
if (lastComparison != 0) {
|
| 641 |
return lastComparison;
|
699 |
return lastComparison;
|
| 642 |
}
|
700 |
}
|
| 643 |
}
|
701 |
}
|
| - |
|
702 |
lastComparison = Boolean.valueOf(isSetTinVerified()).compareTo(typedOther.isSetTinVerified());
|
| - |
|
703 |
if (lastComparison != 0) {
|
| - |
|
704 |
return lastComparison;
|
| - |
|
705 |
}
|
| - |
|
706 |
if (isSetTinVerified()) {
|
| - |
|
707 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.tinVerified, typedOther.tinVerified);
|
| - |
|
708 |
if (lastComparison != 0) {
|
| - |
|
709 |
return lastComparison;
|
| - |
|
710 |
}
|
| - |
|
711 |
}
|
| 644 |
return 0;
|
712 |
return 0;
|
| 645 |
}
|
713 |
}
|
| 646 |
|
714 |
|
| 647 |
public _Fields fieldForId(int fieldId) {
|
715 |
public _Fields fieldForId(int fieldId) {
|
| 648 |
return _Fields.findByThriftId(fieldId);
|
716 |
return _Fields.findByThriftId(fieldId);
|
| Line 711... |
Line 779... |
| 711 |
setCreditorAssignedIsSet(true);
|
779 |
setCreditorAssignedIsSet(true);
|
| 712 |
} else {
|
780 |
} else {
|
| 713 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
781 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 714 |
}
|
782 |
}
|
| 715 |
break;
|
783 |
break;
|
| - |
|
784 |
case 8: // TIN_VERIFIED
|
| - |
|
785 |
if (field.type == org.apache.thrift.protocol.TType.BOOL) {
|
| - |
|
786 |
this.tinVerified = iprot.readBool();
|
| - |
|
787 |
setTinVerifiedIsSet(true);
|
| - |
|
788 |
} else {
|
| - |
|
789 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
790 |
}
|
| - |
|
791 |
break;
|
| 716 |
default:
|
792 |
default:
|
| 717 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
793 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 718 |
}
|
794 |
}
|
| 719 |
iprot.readFieldEnd();
|
795 |
iprot.readFieldEnd();
|
| 720 |
}
|
796 |
}
|
| Line 747... |
Line 823... |
| 747 |
oprot.writeDouble(this.bulkShipmentAmountLimit);
|
823 |
oprot.writeDouble(this.bulkShipmentAmountLimit);
|
| 748 |
oprot.writeFieldEnd();
|
824 |
oprot.writeFieldEnd();
|
| 749 |
oprot.writeFieldBegin(CREDITOR_ASSIGNED_FIELD_DESC);
|
825 |
oprot.writeFieldBegin(CREDITOR_ASSIGNED_FIELD_DESC);
|
| 750 |
oprot.writeBool(this.creditorAssigned);
|
826 |
oprot.writeBool(this.creditorAssigned);
|
| 751 |
oprot.writeFieldEnd();
|
827 |
oprot.writeFieldEnd();
|
| - |
|
828 |
oprot.writeFieldBegin(TIN_VERIFIED_FIELD_DESC);
|
| - |
|
829 |
oprot.writeBool(this.tinVerified);
|
| - |
|
830 |
oprot.writeFieldEnd();
|
| 752 |
oprot.writeFieldStop();
|
831 |
oprot.writeFieldStop();
|
| 753 |
oprot.writeStructEnd();
|
832 |
oprot.writeStructEnd();
|
| 754 |
}
|
833 |
}
|
| 755 |
|
834 |
|
| 756 |
@Override
|
835 |
@Override
|
| Line 787... |
Line 866... |
| 787 |
first = false;
|
866 |
first = false;
|
| 788 |
if (!first) sb.append(", ");
|
867 |
if (!first) sb.append(", ");
|
| 789 |
sb.append("creditorAssigned:");
|
868 |
sb.append("creditorAssigned:");
|
| 790 |
sb.append(this.creditorAssigned);
|
869 |
sb.append(this.creditorAssigned);
|
| 791 |
first = false;
|
870 |
first = false;
|
| - |
|
871 |
if (!first) sb.append(", ");
|
| - |
|
872 |
sb.append("tinVerified:");
|
| - |
|
873 |
sb.append(this.tinVerified);
|
| - |
|
874 |
first = false;
|
| 792 |
sb.append(")");
|
875 |
sb.append(")");
|
| 793 |
return sb.toString();
|
876 |
return sb.toString();
|
| 794 |
}
|
877 |
}
|
| 795 |
|
878 |
|
| 796 |
public void validate() throws org.apache.thrift.TException {
|
879 |
public void validate() throws org.apache.thrift.TException {
|