| Line 29... |
Line 29... |
| 29 |
private static final org.apache.thrift.protocol.TField SHIPMENT_WEIGHT_FIELD_DESC = new org.apache.thrift.protocol.TField("shipmentWeight", org.apache.thrift.protocol.TType.DOUBLE, (short)4);
|
29 |
private static final org.apache.thrift.protocol.TField SHIPMENT_WEIGHT_FIELD_DESC = new org.apache.thrift.protocol.TField("shipmentWeight", org.apache.thrift.protocol.TType.DOUBLE, (short)4);
|
| 30 |
private static final org.apache.thrift.protocol.TField SHIPMENT_LOGSITICS_COST_FIELD_DESC = new org.apache.thrift.protocol.TField("shipmentLogsiticsCost", org.apache.thrift.protocol.TType.DOUBLE, (short)5);
|
30 |
private static final org.apache.thrift.protocol.TField SHIPMENT_LOGSITICS_COST_FIELD_DESC = new org.apache.thrift.protocol.TField("shipmentLogsiticsCost", org.apache.thrift.protocol.TType.DOUBLE, (short)5);
|
| 31 |
private static final org.apache.thrift.protocol.TField SHIPMENT_COD_COLLECTION_CHARGES_FIELD_DESC = new org.apache.thrift.protocol.TField("shipmentCodCollectionCharges", org.apache.thrift.protocol.TType.DOUBLE, (short)6);
|
31 |
private static final org.apache.thrift.protocol.TField SHIPMENT_COD_COLLECTION_CHARGES_FIELD_DESC = new org.apache.thrift.protocol.TField("shipmentCodCollectionCharges", org.apache.thrift.protocol.TType.DOUBLE, (short)6);
|
| 32 |
private static final org.apache.thrift.protocol.TField CREATED_AT_FIELD_DESC = new org.apache.thrift.protocol.TField("createdAt", org.apache.thrift.protocol.TType.I64, (short)7);
|
32 |
private static final org.apache.thrift.protocol.TField CREATED_AT_FIELD_DESC = new org.apache.thrift.protocol.TField("createdAt", org.apache.thrift.protocol.TType.I64, (short)7);
|
| 33 |
private static final org.apache.thrift.protocol.TField UPDATED_AT_FIELD_DESC = new org.apache.thrift.protocol.TField("updatedAt", org.apache.thrift.protocol.TType.I64, (short)8);
|
33 |
private static final org.apache.thrift.protocol.TField UPDATED_AT_FIELD_DESC = new org.apache.thrift.protocol.TField("updatedAt", org.apache.thrift.protocol.TType.I64, (short)8);
|
| - |
|
34 |
private static final org.apache.thrift.protocol.TField PACKAGE_DIMENSIONS_FIELD_DESC = new org.apache.thrift.protocol.TField("packageDimensions", org.apache.thrift.protocol.TType.STRING, (short)9);
|
| 34 |
|
35 |
|
| 35 |
private String logisticsTransactionId; // required
|
36 |
private String logisticsTransactionId; // required
|
| 36 |
private String airwayBillNo; // required
|
37 |
private String airwayBillNo; // required
|
| 37 |
private double shipmentAmount; // required
|
38 |
private double shipmentAmount; // required
|
| 38 |
private double shipmentWeight; // required
|
39 |
private double shipmentWeight; // required
|
| 39 |
private double shipmentLogsiticsCost; // required
|
40 |
private double shipmentLogsiticsCost; // required
|
| 40 |
private double shipmentCodCollectionCharges; // required
|
41 |
private double shipmentCodCollectionCharges; // required
|
| 41 |
private long createdAt; // required
|
42 |
private long createdAt; // required
|
| 42 |
private long updatedAt; // required
|
43 |
private long updatedAt; // required
|
| - |
|
44 |
private String packageDimensions; // required
|
| 43 |
|
45 |
|
| 44 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
46 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
| 45 |
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
47 |
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
| 46 |
LOGISTICS_TRANSACTION_ID((short)1, "logisticsTransactionId"),
|
48 |
LOGISTICS_TRANSACTION_ID((short)1, "logisticsTransactionId"),
|
| 47 |
AIRWAY_BILL_NO((short)2, "airwayBillNo"),
|
49 |
AIRWAY_BILL_NO((short)2, "airwayBillNo"),
|
| 48 |
SHIPMENT_AMOUNT((short)3, "shipmentAmount"),
|
50 |
SHIPMENT_AMOUNT((short)3, "shipmentAmount"),
|
| 49 |
SHIPMENT_WEIGHT((short)4, "shipmentWeight"),
|
51 |
SHIPMENT_WEIGHT((short)4, "shipmentWeight"),
|
| 50 |
SHIPMENT_LOGSITICS_COST((short)5, "shipmentLogsiticsCost"),
|
52 |
SHIPMENT_LOGSITICS_COST((short)5, "shipmentLogsiticsCost"),
|
| 51 |
SHIPMENT_COD_COLLECTION_CHARGES((short)6, "shipmentCodCollectionCharges"),
|
53 |
SHIPMENT_COD_COLLECTION_CHARGES((short)6, "shipmentCodCollectionCharges"),
|
| 52 |
CREATED_AT((short)7, "createdAt"),
|
54 |
CREATED_AT((short)7, "createdAt"),
|
| 53 |
UPDATED_AT((short)8, "updatedAt");
|
55 |
UPDATED_AT((short)8, "updatedAt"),
|
| - |
|
56 |
PACKAGE_DIMENSIONS((short)9, "packageDimensions");
|
| 54 |
|
57 |
|
| 55 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
58 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
| 56 |
|
59 |
|
| 57 |
static {
|
60 |
static {
|
| 58 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
61 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
| Line 79... |
Line 82... |
| 79 |
return SHIPMENT_COD_COLLECTION_CHARGES;
|
82 |
return SHIPMENT_COD_COLLECTION_CHARGES;
|
| 80 |
case 7: // CREATED_AT
|
83 |
case 7: // CREATED_AT
|
| 81 |
return CREATED_AT;
|
84 |
return CREATED_AT;
|
| 82 |
case 8: // UPDATED_AT
|
85 |
case 8: // UPDATED_AT
|
| 83 |
return UPDATED_AT;
|
86 |
return UPDATED_AT;
|
| - |
|
87 |
case 9: // PACKAGE_DIMENSIONS
|
| - |
|
88 |
return PACKAGE_DIMENSIONS;
|
| 84 |
default:
|
89 |
default:
|
| 85 |
return null;
|
90 |
return null;
|
| 86 |
}
|
91 |
}
|
| 87 |
}
|
92 |
}
|
| 88 |
|
93 |
|
| Line 146... |
Line 151... |
| 146 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
151 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));
|
| 147 |
tmpMap.put(_Fields.CREATED_AT, new org.apache.thrift.meta_data.FieldMetaData("createdAt", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
152 |
tmpMap.put(_Fields.CREATED_AT, new org.apache.thrift.meta_data.FieldMetaData("createdAt", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 148 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
153 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 149 |
tmpMap.put(_Fields.UPDATED_AT, new org.apache.thrift.meta_data.FieldMetaData("updatedAt", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
154 |
tmpMap.put(_Fields.UPDATED_AT, new org.apache.thrift.meta_data.FieldMetaData("updatedAt", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 150 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
155 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| - |
|
156 |
tmpMap.put(_Fields.PACKAGE_DIMENSIONS, new org.apache.thrift.meta_data.FieldMetaData("packageDimensions", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| - |
|
157 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
| 151 |
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
158 |
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
| 152 |
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(ShipmentLogisticsCostDetail.class, metaDataMap);
|
159 |
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(ShipmentLogisticsCostDetail.class, metaDataMap);
|
| 153 |
}
|
160 |
}
|
| 154 |
|
161 |
|
| 155 |
public ShipmentLogisticsCostDetail() {
|
162 |
public ShipmentLogisticsCostDetail() {
|
| Line 161... |
Line 168... |
| 161 |
double shipmentAmount,
|
168 |
double shipmentAmount,
|
| 162 |
double shipmentWeight,
|
169 |
double shipmentWeight,
|
| 163 |
double shipmentLogsiticsCost,
|
170 |
double shipmentLogsiticsCost,
|
| 164 |
double shipmentCodCollectionCharges,
|
171 |
double shipmentCodCollectionCharges,
|
| 165 |
long createdAt,
|
172 |
long createdAt,
|
| 166 |
long updatedAt)
|
173 |
long updatedAt,
|
| - |
|
174 |
String packageDimensions)
|
| 167 |
{
|
175 |
{
|
| 168 |
this();
|
176 |
this();
|
| 169 |
this.logisticsTransactionId = logisticsTransactionId;
|
177 |
this.logisticsTransactionId = logisticsTransactionId;
|
| 170 |
this.airwayBillNo = airwayBillNo;
|
178 |
this.airwayBillNo = airwayBillNo;
|
| 171 |
this.shipmentAmount = shipmentAmount;
|
179 |
this.shipmentAmount = shipmentAmount;
|
| Line 178... |
Line 186... |
| 178 |
setShipmentCodCollectionChargesIsSet(true);
|
186 |
setShipmentCodCollectionChargesIsSet(true);
|
| 179 |
this.createdAt = createdAt;
|
187 |
this.createdAt = createdAt;
|
| 180 |
setCreatedAtIsSet(true);
|
188 |
setCreatedAtIsSet(true);
|
| 181 |
this.updatedAt = updatedAt;
|
189 |
this.updatedAt = updatedAt;
|
| 182 |
setUpdatedAtIsSet(true);
|
190 |
setUpdatedAtIsSet(true);
|
| - |
|
191 |
this.packageDimensions = packageDimensions;
|
| 183 |
}
|
192 |
}
|
| 184 |
|
193 |
|
| 185 |
/**
|
194 |
/**
|
| 186 |
* Performs a deep copy on <i>other</i>.
|
195 |
* Performs a deep copy on <i>other</i>.
|
| 187 |
*/
|
196 |
*/
|
| Line 198... |
Line 207... |
| 198 |
this.shipmentWeight = other.shipmentWeight;
|
207 |
this.shipmentWeight = other.shipmentWeight;
|
| 199 |
this.shipmentLogsiticsCost = other.shipmentLogsiticsCost;
|
208 |
this.shipmentLogsiticsCost = other.shipmentLogsiticsCost;
|
| 200 |
this.shipmentCodCollectionCharges = other.shipmentCodCollectionCharges;
|
209 |
this.shipmentCodCollectionCharges = other.shipmentCodCollectionCharges;
|
| 201 |
this.createdAt = other.createdAt;
|
210 |
this.createdAt = other.createdAt;
|
| 202 |
this.updatedAt = other.updatedAt;
|
211 |
this.updatedAt = other.updatedAt;
|
| - |
|
212 |
if (other.isSetPackageDimensions()) {
|
| - |
|
213 |
this.packageDimensions = other.packageDimensions;
|
| - |
|
214 |
}
|
| 203 |
}
|
215 |
}
|
| 204 |
|
216 |
|
| 205 |
public ShipmentLogisticsCostDetail deepCopy() {
|
217 |
public ShipmentLogisticsCostDetail deepCopy() {
|
| 206 |
return new ShipmentLogisticsCostDetail(this);
|
218 |
return new ShipmentLogisticsCostDetail(this);
|
| 207 |
}
|
219 |
}
|
| Line 220... |
Line 232... |
| 220 |
this.shipmentCodCollectionCharges = 0.0;
|
232 |
this.shipmentCodCollectionCharges = 0.0;
|
| 221 |
setCreatedAtIsSet(false);
|
233 |
setCreatedAtIsSet(false);
|
| 222 |
this.createdAt = 0;
|
234 |
this.createdAt = 0;
|
| 223 |
setUpdatedAtIsSet(false);
|
235 |
setUpdatedAtIsSet(false);
|
| 224 |
this.updatedAt = 0;
|
236 |
this.updatedAt = 0;
|
| - |
|
237 |
this.packageDimensions = null;
|
| 225 |
}
|
238 |
}
|
| 226 |
|
239 |
|
| 227 |
public String getLogisticsTransactionId() {
|
240 |
public String getLogisticsTransactionId() {
|
| 228 |
return this.logisticsTransactionId;
|
241 |
return this.logisticsTransactionId;
|
| 229 |
}
|
242 |
}
|
| Line 400... |
Line 413... |
| 400 |
|
413 |
|
| 401 |
public void setUpdatedAtIsSet(boolean value) {
|
414 |
public void setUpdatedAtIsSet(boolean value) {
|
| 402 |
__isset_bit_vector.set(__UPDATEDAT_ISSET_ID, value);
|
415 |
__isset_bit_vector.set(__UPDATEDAT_ISSET_ID, value);
|
| 403 |
}
|
416 |
}
|
| 404 |
|
417 |
|
| - |
|
418 |
public String getPackageDimensions() {
|
| - |
|
419 |
return this.packageDimensions;
|
| - |
|
420 |
}
|
| - |
|
421 |
|
| - |
|
422 |
public void setPackageDimensions(String packageDimensions) {
|
| - |
|
423 |
this.packageDimensions = packageDimensions;
|
| - |
|
424 |
}
|
| - |
|
425 |
|
| - |
|
426 |
public void unsetPackageDimensions() {
|
| - |
|
427 |
this.packageDimensions = null;
|
| - |
|
428 |
}
|
| - |
|
429 |
|
| - |
|
430 |
/** Returns true if field packageDimensions is set (has been assigned a value) and false otherwise */
|
| - |
|
431 |
public boolean isSetPackageDimensions() {
|
| - |
|
432 |
return this.packageDimensions != null;
|
| - |
|
433 |
}
|
| - |
|
434 |
|
| - |
|
435 |
public void setPackageDimensionsIsSet(boolean value) {
|
| - |
|
436 |
if (!value) {
|
| - |
|
437 |
this.packageDimensions = null;
|
| - |
|
438 |
}
|
| - |
|
439 |
}
|
| - |
|
440 |
|
| 405 |
public void setFieldValue(_Fields field, Object value) {
|
441 |
public void setFieldValue(_Fields field, Object value) {
|
| 406 |
switch (field) {
|
442 |
switch (field) {
|
| 407 |
case LOGISTICS_TRANSACTION_ID:
|
443 |
case LOGISTICS_TRANSACTION_ID:
|
| 408 |
if (value == null) {
|
444 |
if (value == null) {
|
| 409 |
unsetLogisticsTransactionId();
|
445 |
unsetLogisticsTransactionId();
|
| Line 466... |
Line 502... |
| 466 |
} else {
|
502 |
} else {
|
| 467 |
setUpdatedAt((Long)value);
|
503 |
setUpdatedAt((Long)value);
|
| 468 |
}
|
504 |
}
|
| 469 |
break;
|
505 |
break;
|
| 470 |
|
506 |
|
| - |
|
507 |
case PACKAGE_DIMENSIONS:
|
| - |
|
508 |
if (value == null) {
|
| - |
|
509 |
unsetPackageDimensions();
|
| - |
|
510 |
} else {
|
| - |
|
511 |
setPackageDimensions((String)value);
|
| - |
|
512 |
}
|
| - |
|
513 |
break;
|
| - |
|
514 |
|
| 471 |
}
|
515 |
}
|
| 472 |
}
|
516 |
}
|
| 473 |
|
517 |
|
| 474 |
public Object getFieldValue(_Fields field) {
|
518 |
public Object getFieldValue(_Fields field) {
|
| 475 |
switch (field) {
|
519 |
switch (field) {
|
| Line 495... |
Line 539... |
| 495 |
return Long.valueOf(getCreatedAt());
|
539 |
return Long.valueOf(getCreatedAt());
|
| 496 |
|
540 |
|
| 497 |
case UPDATED_AT:
|
541 |
case UPDATED_AT:
|
| 498 |
return Long.valueOf(getUpdatedAt());
|
542 |
return Long.valueOf(getUpdatedAt());
|
| 499 |
|
543 |
|
| - |
|
544 |
case PACKAGE_DIMENSIONS:
|
| - |
|
545 |
return getPackageDimensions();
|
| - |
|
546 |
|
| 500 |
}
|
547 |
}
|
| 501 |
throw new IllegalStateException();
|
548 |
throw new IllegalStateException();
|
| 502 |
}
|
549 |
}
|
| 503 |
|
550 |
|
| 504 |
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
|
551 |
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
|
| Line 522... |
Line 569... |
| 522 |
return isSetShipmentCodCollectionCharges();
|
569 |
return isSetShipmentCodCollectionCharges();
|
| 523 |
case CREATED_AT:
|
570 |
case CREATED_AT:
|
| 524 |
return isSetCreatedAt();
|
571 |
return isSetCreatedAt();
|
| 525 |
case UPDATED_AT:
|
572 |
case UPDATED_AT:
|
| 526 |
return isSetUpdatedAt();
|
573 |
return isSetUpdatedAt();
|
| - |
|
574 |
case PACKAGE_DIMENSIONS:
|
| - |
|
575 |
return isSetPackageDimensions();
|
| 527 |
}
|
576 |
}
|
| 528 |
throw new IllegalStateException();
|
577 |
throw new IllegalStateException();
|
| 529 |
}
|
578 |
}
|
| 530 |
|
579 |
|
| 531 |
@Override
|
580 |
@Override
|
| Line 611... |
Line 660... |
| 611 |
return false;
|
660 |
return false;
|
| 612 |
if (this.updatedAt != that.updatedAt)
|
661 |
if (this.updatedAt != that.updatedAt)
|
| 613 |
return false;
|
662 |
return false;
|
| 614 |
}
|
663 |
}
|
| 615 |
|
664 |
|
| - |
|
665 |
boolean this_present_packageDimensions = true && this.isSetPackageDimensions();
|
| - |
|
666 |
boolean that_present_packageDimensions = true && that.isSetPackageDimensions();
|
| - |
|
667 |
if (this_present_packageDimensions || that_present_packageDimensions) {
|
| - |
|
668 |
if (!(this_present_packageDimensions && that_present_packageDimensions))
|
| - |
|
669 |
return false;
|
| - |
|
670 |
if (!this.packageDimensions.equals(that.packageDimensions))
|
| - |
|
671 |
return false;
|
| - |
|
672 |
}
|
| - |
|
673 |
|
| 616 |
return true;
|
674 |
return true;
|
| 617 |
}
|
675 |
}
|
| 618 |
|
676 |
|
| 619 |
@Override
|
677 |
@Override
|
| 620 |
public int hashCode() {
|
678 |
public int hashCode() {
|
| Line 707... |
Line 765... |
| 707 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.updatedAt, typedOther.updatedAt);
|
765 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.updatedAt, typedOther.updatedAt);
|
| 708 |
if (lastComparison != 0) {
|
766 |
if (lastComparison != 0) {
|
| 709 |
return lastComparison;
|
767 |
return lastComparison;
|
| 710 |
}
|
768 |
}
|
| 711 |
}
|
769 |
}
|
| - |
|
770 |
lastComparison = Boolean.valueOf(isSetPackageDimensions()).compareTo(typedOther.isSetPackageDimensions());
|
| - |
|
771 |
if (lastComparison != 0) {
|
| - |
|
772 |
return lastComparison;
|
| - |
|
773 |
}
|
| - |
|
774 |
if (isSetPackageDimensions()) {
|
| - |
|
775 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.packageDimensions, typedOther.packageDimensions);
|
| - |
|
776 |
if (lastComparison != 0) {
|
| - |
|
777 |
return lastComparison;
|
| - |
|
778 |
}
|
| - |
|
779 |
}
|
| 712 |
return 0;
|
780 |
return 0;
|
| 713 |
}
|
781 |
}
|
| 714 |
|
782 |
|
| 715 |
public _Fields fieldForId(int fieldId) {
|
783 |
public _Fields fieldForId(int fieldId) {
|
| 716 |
return _Fields.findByThriftId(fieldId);
|
784 |
return _Fields.findByThriftId(fieldId);
|
| Line 786... |
Line 854... |
| 786 |
setUpdatedAtIsSet(true);
|
854 |
setUpdatedAtIsSet(true);
|
| 787 |
} else {
|
855 |
} else {
|
| 788 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
856 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 789 |
}
|
857 |
}
|
| 790 |
break;
|
858 |
break;
|
| - |
|
859 |
case 9: // PACKAGE_DIMENSIONS
|
| - |
|
860 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
| - |
|
861 |
this.packageDimensions = iprot.readString();
|
| - |
|
862 |
} else {
|
| - |
|
863 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
864 |
}
|
| - |
|
865 |
break;
|
| 791 |
default:
|
866 |
default:
|
| 792 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
867 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 793 |
}
|
868 |
}
|
| 794 |
iprot.readFieldEnd();
|
869 |
iprot.readFieldEnd();
|
| 795 |
}
|
870 |
}
|
| Line 827... |
Line 902... |
| 827 |
oprot.writeI64(this.createdAt);
|
902 |
oprot.writeI64(this.createdAt);
|
| 828 |
oprot.writeFieldEnd();
|
903 |
oprot.writeFieldEnd();
|
| 829 |
oprot.writeFieldBegin(UPDATED_AT_FIELD_DESC);
|
904 |
oprot.writeFieldBegin(UPDATED_AT_FIELD_DESC);
|
| 830 |
oprot.writeI64(this.updatedAt);
|
905 |
oprot.writeI64(this.updatedAt);
|
| 831 |
oprot.writeFieldEnd();
|
906 |
oprot.writeFieldEnd();
|
| - |
|
907 |
if (this.packageDimensions != null) {
|
| - |
|
908 |
oprot.writeFieldBegin(PACKAGE_DIMENSIONS_FIELD_DESC);
|
| - |
|
909 |
oprot.writeString(this.packageDimensions);
|
| - |
|
910 |
oprot.writeFieldEnd();
|
| - |
|
911 |
}
|
| 832 |
oprot.writeFieldStop();
|
912 |
oprot.writeFieldStop();
|
| 833 |
oprot.writeStructEnd();
|
913 |
oprot.writeStructEnd();
|
| 834 |
}
|
914 |
}
|
| 835 |
|
915 |
|
| 836 |
@Override
|
916 |
@Override
|
| Line 875... |
Line 955... |
| 875 |
first = false;
|
955 |
first = false;
|
| 876 |
if (!first) sb.append(", ");
|
956 |
if (!first) sb.append(", ");
|
| 877 |
sb.append("updatedAt:");
|
957 |
sb.append("updatedAt:");
|
| 878 |
sb.append(this.updatedAt);
|
958 |
sb.append(this.updatedAt);
|
| 879 |
first = false;
|
959 |
first = false;
|
| - |
|
960 |
if (!first) sb.append(", ");
|
| - |
|
961 |
sb.append("packageDimensions:");
|
| - |
|
962 |
if (this.packageDimensions == null) {
|
| - |
|
963 |
sb.append("null");
|
| - |
|
964 |
} else {
|
| - |
|
965 |
sb.append(this.packageDimensions);
|
| - |
|
966 |
}
|
| - |
|
967 |
first = false;
|
| 880 |
sb.append(")");
|
968 |
sb.append(")");
|
| 881 |
return sb.toString();
|
969 |
return sb.toString();
|
| 882 |
}
|
970 |
}
|
| 883 |
|
971 |
|
| 884 |
public void validate() throws org.apache.thrift.TException {
|
972 |
public void validate() throws org.apache.thrift.TException {
|