Rev 7792 | Blame | Compare with Previous | Last modification | View Log | RSS feed
/*** Autogenerated by Thrift Compiler (0.7.0)** DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING*/package in.shop2020.logistics;import java.util.List;import java.util.ArrayList;import java.util.Map;import java.util.HashMap;import java.util.EnumMap;import java.util.Set;import java.util.HashSet;import java.util.EnumSet;import java.util.Collections;import java.util.BitSet;import java.nio.ByteBuffer;import java.util.Arrays;import org.slf4j.Logger;import org.slf4j.LoggerFactory;public class Provider implements org.apache.thrift.TBase<Provider, Provider._Fields>, java.io.Serializable, Cloneable {private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Provider");private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.I64, (short)1);private static final org.apache.thrift.protocol.TField NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("name", org.apache.thrift.protocol.TType.STRING, (short)2);private static final org.apache.thrift.protocol.TField DETAILS_FIELD_DESC = new org.apache.thrift.protocol.TField("details", org.apache.thrift.protocol.TType.LIST, (short)3);private static final org.apache.thrift.protocol.TField PICKUP_FIELD_DESC = new org.apache.thrift.protocol.TField("pickup", org.apache.thrift.protocol.TType.I32, (short)4);private static final org.apache.thrift.protocol.TField BUNDLE_WEIGHT_LIMIT_FIELD_DESC = new org.apache.thrift.protocol.TField("bundleWeightLimit", org.apache.thrift.protocol.TType.DOUBLE, (short)5);private static final org.apache.thrift.protocol.TField GROUP_SHIPMENT_ALLOWED_FIELD_DESC = new org.apache.thrift.protocol.TField("groupShipmentAllowed", org.apache.thrift.protocol.TType.BOOL, (short)6);private static final org.apache.thrift.protocol.TField MAX_COD_LIMIT_FIELD_DESC = new org.apache.thrift.protocol.TField("maxCodLimit", org.apache.thrift.protocol.TType.DOUBLE, (short)7);private long id; // requiredprivate String name; // requiredprivate List<ProviderDetails> details; // requiredprivate PickUpType pickup; // requiredprivate double bundleWeightLimit; // requiredprivate boolean groupShipmentAllowed; // requiredprivate double maxCodLimit; // required/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */public enum _Fields implements org.apache.thrift.TFieldIdEnum {ID((short)1, "id"),NAME((short)2, "name"),DETAILS((short)3, "details"),/**** @see PickUpType*/PICKUP((short)4, "pickup"),BUNDLE_WEIGHT_LIMIT((short)5, "bundleWeightLimit"),GROUP_SHIPMENT_ALLOWED((short)6, "groupShipmentAllowed"),MAX_COD_LIMIT((short)7, "maxCodLimit");private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();static {for (_Fields field : EnumSet.allOf(_Fields.class)) {byName.put(field.getFieldName(), field);}}/*** Find the _Fields constant that matches fieldId, or null if its not found.*/public static _Fields findByThriftId(int fieldId) {switch(fieldId) {case 1: // IDreturn ID;case 2: // NAMEreturn NAME;case 3: // DETAILSreturn DETAILS;case 4: // PICKUPreturn PICKUP;case 5: // BUNDLE_WEIGHT_LIMITreturn BUNDLE_WEIGHT_LIMIT;case 6: // GROUP_SHIPMENT_ALLOWEDreturn GROUP_SHIPMENT_ALLOWED;case 7: // MAX_COD_LIMITreturn MAX_COD_LIMIT;default:return null;}}/*** Find the _Fields constant that matches fieldId, throwing an exception* if it is not found.*/public static _Fields findByThriftIdOrThrow(int fieldId) {_Fields fields = findByThriftId(fieldId);if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");return fields;}/*** Find the _Fields constant that matches name, or null if its not found.*/public static _Fields findByName(String name) {return byName.get(name);}private final short _thriftId;private final String _fieldName;_Fields(short thriftId, String fieldName) {_thriftId = thriftId;_fieldName = fieldName;}public short getThriftFieldId() {return _thriftId;}public String getFieldName() {return _fieldName;}}// isset id assignmentsprivate static final int __ID_ISSET_ID = 0;private static final int __BUNDLEWEIGHTLIMIT_ISSET_ID = 1;private static final int __GROUPSHIPMENTALLOWED_ISSET_ID = 2;private static final int __MAXCODLIMIT_ISSET_ID = 3;private BitSet __isset_bit_vector = new BitSet(4);public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;static {Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT,new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));tmpMap.put(_Fields.NAME, new org.apache.thrift.meta_data.FieldMetaData("name", org.apache.thrift.TFieldRequirementType.DEFAULT,new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));tmpMap.put(_Fields.DETAILS, new org.apache.thrift.meta_data.FieldMetaData("details", org.apache.thrift.TFieldRequirementType.DEFAULT,new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST,new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, ProviderDetails.class))));tmpMap.put(_Fields.PICKUP, new org.apache.thrift.meta_data.FieldMetaData("pickup", org.apache.thrift.TFieldRequirementType.DEFAULT,new org.apache.thrift.meta_data.EnumMetaData(org.apache.thrift.protocol.TType.ENUM, PickUpType.class)));tmpMap.put(_Fields.BUNDLE_WEIGHT_LIMIT, new org.apache.thrift.meta_data.FieldMetaData("bundleWeightLimit", org.apache.thrift.TFieldRequirementType.DEFAULT,new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));tmpMap.put(_Fields.GROUP_SHIPMENT_ALLOWED, new org.apache.thrift.meta_data.FieldMetaData("groupShipmentAllowed", org.apache.thrift.TFieldRequirementType.DEFAULT,new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));tmpMap.put(_Fields.MAX_COD_LIMIT, new org.apache.thrift.meta_data.FieldMetaData("maxCodLimit", org.apache.thrift.TFieldRequirementType.DEFAULT,new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.DOUBLE)));metaDataMap = Collections.unmodifiableMap(tmpMap);org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(Provider.class, metaDataMap);}public Provider() {}public Provider(long id,String name,List<ProviderDetails> details,PickUpType pickup,double bundleWeightLimit,boolean groupShipmentAllowed,double maxCodLimit){this();this.id = id;setIdIsSet(true);this.name = name;this.details = details;this.pickup = pickup;this.bundleWeightLimit = bundleWeightLimit;setBundleWeightLimitIsSet(true);this.groupShipmentAllowed = groupShipmentAllowed;setGroupShipmentAllowedIsSet(true);this.maxCodLimit = maxCodLimit;setMaxCodLimitIsSet(true);}/*** Performs a deep copy on <i>other</i>.*/public Provider(Provider other) {__isset_bit_vector.clear();__isset_bit_vector.or(other.__isset_bit_vector);this.id = other.id;if (other.isSetName()) {this.name = other.name;}if (other.isSetDetails()) {List<ProviderDetails> __this__details = new ArrayList<ProviderDetails>();for (ProviderDetails other_element : other.details) {__this__details.add(new ProviderDetails(other_element));}this.details = __this__details;}if (other.isSetPickup()) {this.pickup = other.pickup;}this.bundleWeightLimit = other.bundleWeightLimit;this.groupShipmentAllowed = other.groupShipmentAllowed;this.maxCodLimit = other.maxCodLimit;}public Provider deepCopy() {return new Provider(this);}@Overridepublic void clear() {setIdIsSet(false);this.id = 0;this.name = null;this.details = null;this.pickup = null;setBundleWeightLimitIsSet(false);this.bundleWeightLimit = 0.0;setGroupShipmentAllowedIsSet(false);this.groupShipmentAllowed = false;setMaxCodLimitIsSet(false);this.maxCodLimit = 0.0;}public long getId() {return this.id;}public void setId(long id) {this.id = id;setIdIsSet(true);}public void unsetId() {__isset_bit_vector.clear(__ID_ISSET_ID);}/** Returns true if field id is set (has been assigned a value) and false otherwise */public boolean isSetId() {return __isset_bit_vector.get(__ID_ISSET_ID);}public void setIdIsSet(boolean value) {__isset_bit_vector.set(__ID_ISSET_ID, value);}public String getName() {return this.name;}public void setName(String name) {this.name = name;}public void unsetName() {this.name = null;}/** Returns true if field name is set (has been assigned a value) and false otherwise */public boolean isSetName() {return this.name != null;}public void setNameIsSet(boolean value) {if (!value) {this.name = null;}}public int getDetailsSize() {return (this.details == null) ? 0 : this.details.size();}public java.util.Iterator<ProviderDetails> getDetailsIterator() {return (this.details == null) ? null : this.details.iterator();}public void addToDetails(ProviderDetails elem) {if (this.details == null) {this.details = new ArrayList<ProviderDetails>();}this.details.add(elem);}public List<ProviderDetails> getDetails() {return this.details;}public void setDetails(List<ProviderDetails> details) {this.details = details;}public void unsetDetails() {this.details = null;}/** Returns true if field details is set (has been assigned a value) and false otherwise */public boolean isSetDetails() {return this.details != null;}public void setDetailsIsSet(boolean value) {if (!value) {this.details = null;}}/**** @see PickUpType*/public PickUpType getPickup() {return this.pickup;}/**** @see PickUpType*/public void setPickup(PickUpType pickup) {this.pickup = pickup;}public void unsetPickup() {this.pickup = null;}/** Returns true if field pickup is set (has been assigned a value) and false otherwise */public boolean isSetPickup() {return this.pickup != null;}public void setPickupIsSet(boolean value) {if (!value) {this.pickup = null;}}public double getBundleWeightLimit() {return this.bundleWeightLimit;}public void setBundleWeightLimit(double bundleWeightLimit) {this.bundleWeightLimit = bundleWeightLimit;setBundleWeightLimitIsSet(true);}public void unsetBundleWeightLimit() {__isset_bit_vector.clear(__BUNDLEWEIGHTLIMIT_ISSET_ID);}/** Returns true if field bundleWeightLimit is set (has been assigned a value) and false otherwise */public boolean isSetBundleWeightLimit() {return __isset_bit_vector.get(__BUNDLEWEIGHTLIMIT_ISSET_ID);}public void setBundleWeightLimitIsSet(boolean value) {__isset_bit_vector.set(__BUNDLEWEIGHTLIMIT_ISSET_ID, value);}public boolean isGroupShipmentAllowed() {return this.groupShipmentAllowed;}public void setGroupShipmentAllowed(boolean groupShipmentAllowed) {this.groupShipmentAllowed = groupShipmentAllowed;setGroupShipmentAllowedIsSet(true);}public void unsetGroupShipmentAllowed() {__isset_bit_vector.clear(__GROUPSHIPMENTALLOWED_ISSET_ID);}/** Returns true if field groupShipmentAllowed is set (has been assigned a value) and false otherwise */public boolean isSetGroupShipmentAllowed() {return __isset_bit_vector.get(__GROUPSHIPMENTALLOWED_ISSET_ID);}public void setGroupShipmentAllowedIsSet(boolean value) {__isset_bit_vector.set(__GROUPSHIPMENTALLOWED_ISSET_ID, value);}public double getMaxCodLimit() {return this.maxCodLimit;}public void setMaxCodLimit(double maxCodLimit) {this.maxCodLimit = maxCodLimit;setMaxCodLimitIsSet(true);}public void unsetMaxCodLimit() {__isset_bit_vector.clear(__MAXCODLIMIT_ISSET_ID);}/** Returns true if field maxCodLimit is set (has been assigned a value) and false otherwise */public boolean isSetMaxCodLimit() {return __isset_bit_vector.get(__MAXCODLIMIT_ISSET_ID);}public void setMaxCodLimitIsSet(boolean value) {__isset_bit_vector.set(__MAXCODLIMIT_ISSET_ID, value);}public void setFieldValue(_Fields field, Object value) {switch (field) {case ID:if (value == null) {unsetId();} else {setId((Long)value);}break;case NAME:if (value == null) {unsetName();} else {setName((String)value);}break;case DETAILS:if (value == null) {unsetDetails();} else {setDetails((List<ProviderDetails>)value);}break;case PICKUP:if (value == null) {unsetPickup();} else {setPickup((PickUpType)value);}break;case BUNDLE_WEIGHT_LIMIT:if (value == null) {unsetBundleWeightLimit();} else {setBundleWeightLimit((Double)value);}break;case GROUP_SHIPMENT_ALLOWED:if (value == null) {unsetGroupShipmentAllowed();} else {setGroupShipmentAllowed((Boolean)value);}break;case MAX_COD_LIMIT:if (value == null) {unsetMaxCodLimit();} else {setMaxCodLimit((Double)value);}break;}}public Object getFieldValue(_Fields field) {switch (field) {case ID:return Long.valueOf(getId());case NAME:return getName();case DETAILS:return getDetails();case PICKUP:return getPickup();case BUNDLE_WEIGHT_LIMIT:return Double.valueOf(getBundleWeightLimit());case GROUP_SHIPMENT_ALLOWED:return Boolean.valueOf(isGroupShipmentAllowed());case MAX_COD_LIMIT:return Double.valueOf(getMaxCodLimit());}throw new IllegalStateException();}/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */public boolean isSet(_Fields field) {if (field == null) {throw new IllegalArgumentException();}switch (field) {case ID:return isSetId();case NAME:return isSetName();case DETAILS:return isSetDetails();case PICKUP:return isSetPickup();case BUNDLE_WEIGHT_LIMIT:return isSetBundleWeightLimit();case GROUP_SHIPMENT_ALLOWED:return isSetGroupShipmentAllowed();case MAX_COD_LIMIT:return isSetMaxCodLimit();}throw new IllegalStateException();}@Overridepublic boolean equals(Object that) {if (that == null)return false;if (that instanceof Provider)return this.equals((Provider)that);return false;}public boolean equals(Provider that) {if (that == null)return false;boolean this_present_id = true;boolean that_present_id = true;if (this_present_id || that_present_id) {if (!(this_present_id && that_present_id))return false;if (this.id != that.id)return false;}boolean this_present_name = true && this.isSetName();boolean that_present_name = true && that.isSetName();if (this_present_name || that_present_name) {if (!(this_present_name && that_present_name))return false;if (!this.name.equals(that.name))return false;}boolean this_present_details = true && this.isSetDetails();boolean that_present_details = true && that.isSetDetails();if (this_present_details || that_present_details) {if (!(this_present_details && that_present_details))return false;if (!this.details.equals(that.details))return false;}boolean this_present_pickup = true && this.isSetPickup();boolean that_present_pickup = true && that.isSetPickup();if (this_present_pickup || that_present_pickup) {if (!(this_present_pickup && that_present_pickup))return false;if (!this.pickup.equals(that.pickup))return false;}boolean this_present_bundleWeightLimit = true;boolean that_present_bundleWeightLimit = true;if (this_present_bundleWeightLimit || that_present_bundleWeightLimit) {if (!(this_present_bundleWeightLimit && that_present_bundleWeightLimit))return false;if (this.bundleWeightLimit != that.bundleWeightLimit)return false;}boolean this_present_groupShipmentAllowed = true;boolean that_present_groupShipmentAllowed = true;if (this_present_groupShipmentAllowed || that_present_groupShipmentAllowed) {if (!(this_present_groupShipmentAllowed && that_present_groupShipmentAllowed))return false;if (this.groupShipmentAllowed != that.groupShipmentAllowed)return false;}boolean this_present_maxCodLimit = true;boolean that_present_maxCodLimit = true;if (this_present_maxCodLimit || that_present_maxCodLimit) {if (!(this_present_maxCodLimit && that_present_maxCodLimit))return false;if (this.maxCodLimit != that.maxCodLimit)return false;}return true;}@Overridepublic int hashCode() {return 0;}public int compareTo(Provider other) {if (!getClass().equals(other.getClass())) {return getClass().getName().compareTo(other.getClass().getName());}int lastComparison = 0;Provider typedOther = (Provider)other;lastComparison = Boolean.valueOf(isSetId()).compareTo(typedOther.isSetId());if (lastComparison != 0) {return lastComparison;}if (isSetId()) {lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.id, typedOther.id);if (lastComparison != 0) {return lastComparison;}}lastComparison = Boolean.valueOf(isSetName()).compareTo(typedOther.isSetName());if (lastComparison != 0) {return lastComparison;}if (isSetName()) {lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.name, typedOther.name);if (lastComparison != 0) {return lastComparison;}}lastComparison = Boolean.valueOf(isSetDetails()).compareTo(typedOther.isSetDetails());if (lastComparison != 0) {return lastComparison;}if (isSetDetails()) {lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.details, typedOther.details);if (lastComparison != 0) {return lastComparison;}}lastComparison = Boolean.valueOf(isSetPickup()).compareTo(typedOther.isSetPickup());if (lastComparison != 0) {return lastComparison;}if (isSetPickup()) {lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.pickup, typedOther.pickup);if (lastComparison != 0) {return lastComparison;}}lastComparison = Boolean.valueOf(isSetBundleWeightLimit()).compareTo(typedOther.isSetBundleWeightLimit());if (lastComparison != 0) {return lastComparison;}if (isSetBundleWeightLimit()) {lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.bundleWeightLimit, typedOther.bundleWeightLimit);if (lastComparison != 0) {return lastComparison;}}lastComparison = Boolean.valueOf(isSetGroupShipmentAllowed()).compareTo(typedOther.isSetGroupShipmentAllowed());if (lastComparison != 0) {return lastComparison;}if (isSetGroupShipmentAllowed()) {lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.groupShipmentAllowed, typedOther.groupShipmentAllowed);if (lastComparison != 0) {return lastComparison;}}lastComparison = Boolean.valueOf(isSetMaxCodLimit()).compareTo(typedOther.isSetMaxCodLimit());if (lastComparison != 0) {return lastComparison;}if (isSetMaxCodLimit()) {lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.maxCodLimit, typedOther.maxCodLimit);if (lastComparison != 0) {return lastComparison;}}return 0;}public _Fields fieldForId(int fieldId) {return _Fields.findByThriftId(fieldId);}public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {org.apache.thrift.protocol.TField field;iprot.readStructBegin();while (true){field = iprot.readFieldBegin();if (field.type == org.apache.thrift.protocol.TType.STOP) {break;}switch (field.id) {case 1: // IDif (field.type == org.apache.thrift.protocol.TType.I64) {this.id = iprot.readI64();setIdIsSet(true);} else {org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);}break;case 2: // NAMEif (field.type == org.apache.thrift.protocol.TType.STRING) {this.name = iprot.readString();} else {org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);}break;case 3: // DETAILSif (field.type == org.apache.thrift.protocol.TType.LIST) {{org.apache.thrift.protocol.TList _list0 = iprot.readListBegin();this.details = new ArrayList<ProviderDetails>(_list0.size);for (int _i1 = 0; _i1 < _list0.size; ++_i1){ProviderDetails _elem2; // required_elem2 = new ProviderDetails();_elem2.read(iprot);this.details.add(_elem2);}iprot.readListEnd();}} else {org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);}break;case 4: // PICKUPif (field.type == org.apache.thrift.protocol.TType.I32) {this.pickup = PickUpType.findByValue(iprot.readI32());} else {org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);}break;case 5: // BUNDLE_WEIGHT_LIMITif (field.type == org.apache.thrift.protocol.TType.DOUBLE) {this.bundleWeightLimit = iprot.readDouble();setBundleWeightLimitIsSet(true);} else {org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);}break;case 6: // GROUP_SHIPMENT_ALLOWEDif (field.type == org.apache.thrift.protocol.TType.BOOL) {this.groupShipmentAllowed = iprot.readBool();setGroupShipmentAllowedIsSet(true);} else {org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);}break;case 7: // MAX_COD_LIMITif (field.type == org.apache.thrift.protocol.TType.DOUBLE) {this.maxCodLimit = iprot.readDouble();setMaxCodLimitIsSet(true);} else {org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);}break;default:org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);}iprot.readFieldEnd();}iprot.readStructEnd();validate();}public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {validate();oprot.writeStructBegin(STRUCT_DESC);oprot.writeFieldBegin(ID_FIELD_DESC);oprot.writeI64(this.id);oprot.writeFieldEnd();if (this.name != null) {oprot.writeFieldBegin(NAME_FIELD_DESC);oprot.writeString(this.name);oprot.writeFieldEnd();}if (this.details != null) {oprot.writeFieldBegin(DETAILS_FIELD_DESC);{oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.details.size()));for (ProviderDetails _iter3 : this.details){_iter3.write(oprot);}oprot.writeListEnd();}oprot.writeFieldEnd();}if (this.pickup != null) {oprot.writeFieldBegin(PICKUP_FIELD_DESC);oprot.writeI32(this.pickup.getValue());oprot.writeFieldEnd();}oprot.writeFieldBegin(BUNDLE_WEIGHT_LIMIT_FIELD_DESC);oprot.writeDouble(this.bundleWeightLimit);oprot.writeFieldEnd();oprot.writeFieldBegin(GROUP_SHIPMENT_ALLOWED_FIELD_DESC);oprot.writeBool(this.groupShipmentAllowed);oprot.writeFieldEnd();oprot.writeFieldBegin(MAX_COD_LIMIT_FIELD_DESC);oprot.writeDouble(this.maxCodLimit);oprot.writeFieldEnd();oprot.writeFieldStop();oprot.writeStructEnd();}@Overridepublic String toString() {StringBuilder sb = new StringBuilder("Provider(");boolean first = true;sb.append("id:");sb.append(this.id);first = false;if (!first) sb.append(", ");sb.append("name:");if (this.name == null) {sb.append("null");} else {sb.append(this.name);}first = false;if (!first) sb.append(", ");sb.append("details:");if (this.details == null) {sb.append("null");} else {sb.append(this.details);}first = false;if (!first) sb.append(", ");sb.append("pickup:");if (this.pickup == null) {sb.append("null");} else {sb.append(this.pickup);}first = false;if (!first) sb.append(", ");sb.append("bundleWeightLimit:");sb.append(this.bundleWeightLimit);first = false;if (!first) sb.append(", ");sb.append("groupShipmentAllowed:");sb.append(this.groupShipmentAllowed);first = false;if (!first) sb.append(", ");sb.append("maxCodLimit:");sb.append(this.maxCodLimit);first = false;sb.append(")");return sb.toString();}public void validate() throws org.apache.thrift.TException {// check for required fields}private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {try {write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));} catch (org.apache.thrift.TException te) {throw new java.io.IOException(te);}}private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {try {// it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.__isset_bit_vector = new BitSet(1);read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));} catch (org.apache.thrift.TException te) {throw new java.io.IOException(te);}}}