| Line 991... |
Line 991... |
| 991 |
|
991 |
|
| 992 |
public List<AmazonOrdersToAcknowledge> getAmazonOrdersToAcknowledge() throws org.apache.thrift.TException;
|
992 |
public List<AmazonOrdersToAcknowledge> getAmazonOrdersToAcknowledge() throws org.apache.thrift.TException;
|
| 993 |
|
993 |
|
| 994 |
public void changeAmazonOrderStatus(String amazonOrderCode, String status) throws org.apache.thrift.TException;
|
994 |
public void changeAmazonOrderStatus(String amazonOrderCode, String status) throws org.apache.thrift.TException;
|
| 995 |
|
995 |
|
| 996 |
public boolean updateTimestampForAmazonOrder(Map<Long,String> amazonOrderDelivery) throws org.apache.thrift.TException;
|
996 |
public boolean updateTimestampForAmazonOrder(Map<Long,Map<String,String>> amazonOrderDelivery) throws org.apache.thrift.TException;
|
| 997 |
|
997 |
|
| 998 |
public boolean updateSourceDetailTimestamp(long id, long lastUpdatedOn) throws org.apache.thrift.TException;
|
998 |
public boolean updateSourceDetailTimestamp(long id, long lastUpdatedOn) throws org.apache.thrift.TException;
|
| 999 |
|
999 |
|
| 1000 |
public List<Order> getOrdersByMobileNumber(String mobileNumber) throws org.apache.thrift.TException;
|
1000 |
public List<Order> getOrdersByMobileNumber(String mobileNumber) throws org.apache.thrift.TException;
|
| 1001 |
|
1001 |
|
| Line 1381... |
Line 1381... |
| 1381 |
|
1381 |
|
| 1382 |
public void getAmazonOrdersToAcknowledge(org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAmazonOrdersToAcknowledge_call> resultHandler) throws org.apache.thrift.TException;
|
1382 |
public void getAmazonOrdersToAcknowledge(org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAmazonOrdersToAcknowledge_call> resultHandler) throws org.apache.thrift.TException;
|
| 1383 |
|
1383 |
|
| 1384 |
public void changeAmazonOrderStatus(String amazonOrderCode, String status, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.changeAmazonOrderStatus_call> resultHandler) throws org.apache.thrift.TException;
|
1384 |
public void changeAmazonOrderStatus(String amazonOrderCode, String status, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.changeAmazonOrderStatus_call> resultHandler) throws org.apache.thrift.TException;
|
| 1385 |
|
1385 |
|
| 1386 |
public void updateTimestampForAmazonOrder(Map<Long,String> amazonOrderDelivery, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateTimestampForAmazonOrder_call> resultHandler) throws org.apache.thrift.TException;
|
1386 |
public void updateTimestampForAmazonOrder(Map<Long,Map<String,String>> amazonOrderDelivery, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateTimestampForAmazonOrder_call> resultHandler) throws org.apache.thrift.TException;
|
| 1387 |
|
1387 |
|
| 1388 |
public void updateSourceDetailTimestamp(long id, long lastUpdatedOn, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateSourceDetailTimestamp_call> resultHandler) throws org.apache.thrift.TException;
|
1388 |
public void updateSourceDetailTimestamp(long id, long lastUpdatedOn, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateSourceDetailTimestamp_call> resultHandler) throws org.apache.thrift.TException;
|
| 1389 |
|
1389 |
|
| 1390 |
public void getOrdersByMobileNumber(String mobileNumber, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getOrdersByMobileNumber_call> resultHandler) throws org.apache.thrift.TException;
|
1390 |
public void getOrdersByMobileNumber(String mobileNumber, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getOrdersByMobileNumber_call> resultHandler) throws org.apache.thrift.TException;
|
| 1391 |
|
1391 |
|
| Line 6100... |
Line 6100... |
| 6100 |
changeAmazonOrderStatus_result result = new changeAmazonOrderStatus_result();
|
6100 |
changeAmazonOrderStatus_result result = new changeAmazonOrderStatus_result();
|
| 6101 |
receiveBase(result, "changeAmazonOrderStatus");
|
6101 |
receiveBase(result, "changeAmazonOrderStatus");
|
| 6102 |
return;
|
6102 |
return;
|
| 6103 |
}
|
6103 |
}
|
| 6104 |
|
6104 |
|
| 6105 |
public boolean updateTimestampForAmazonOrder(Map<Long,String> amazonOrderDelivery) throws org.apache.thrift.TException
|
6105 |
public boolean updateTimestampForAmazonOrder(Map<Long,Map<String,String>> amazonOrderDelivery) throws org.apache.thrift.TException
|
| 6106 |
{
|
6106 |
{
|
| 6107 |
send_updateTimestampForAmazonOrder(amazonOrderDelivery);
|
6107 |
send_updateTimestampForAmazonOrder(amazonOrderDelivery);
|
| 6108 |
return recv_updateTimestampForAmazonOrder();
|
6108 |
return recv_updateTimestampForAmazonOrder();
|
| 6109 |
}
|
6109 |
}
|
| 6110 |
|
6110 |
|
| 6111 |
public void send_updateTimestampForAmazonOrder(Map<Long,String> amazonOrderDelivery) throws org.apache.thrift.TException
|
6111 |
public void send_updateTimestampForAmazonOrder(Map<Long,Map<String,String>> amazonOrderDelivery) throws org.apache.thrift.TException
|
| 6112 |
{
|
6112 |
{
|
| 6113 |
updateTimestampForAmazonOrder_args args = new updateTimestampForAmazonOrder_args();
|
6113 |
updateTimestampForAmazonOrder_args args = new updateTimestampForAmazonOrder_args();
|
| 6114 |
args.setAmazonOrderDelivery(amazonOrderDelivery);
|
6114 |
args.setAmazonOrderDelivery(amazonOrderDelivery);
|
| 6115 |
sendBase("updateTimestampForAmazonOrder", args);
|
6115 |
sendBase("updateTimestampForAmazonOrder", args);
|
| 6116 |
}
|
6116 |
}
|
| Line 12799... |
Line 12799... |
| 12799 |
org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
|
12799 |
org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
|
| 12800 |
(new Client(prot)).recv_changeAmazonOrderStatus();
|
12800 |
(new Client(prot)).recv_changeAmazonOrderStatus();
|
| 12801 |
}
|
12801 |
}
|
| 12802 |
}
|
12802 |
}
|
| 12803 |
|
12803 |
|
| 12804 |
public void updateTimestampForAmazonOrder(Map<Long,String> amazonOrderDelivery, org.apache.thrift.async.AsyncMethodCallback<updateTimestampForAmazonOrder_call> resultHandler) throws org.apache.thrift.TException {
|
12804 |
public void updateTimestampForAmazonOrder(Map<Long,Map<String,String>> amazonOrderDelivery, org.apache.thrift.async.AsyncMethodCallback<updateTimestampForAmazonOrder_call> resultHandler) throws org.apache.thrift.TException {
|
| 12805 |
checkReady();
|
12805 |
checkReady();
|
| 12806 |
updateTimestampForAmazonOrder_call method_call = new updateTimestampForAmazonOrder_call(amazonOrderDelivery, resultHandler, this, ___protocolFactory, ___transport);
|
12806 |
updateTimestampForAmazonOrder_call method_call = new updateTimestampForAmazonOrder_call(amazonOrderDelivery, resultHandler, this, ___protocolFactory, ___transport);
|
| 12807 |
this.___currentMethod = method_call;
|
12807 |
this.___currentMethod = method_call;
|
| 12808 |
___manager.call(method_call);
|
12808 |
___manager.call(method_call);
|
| 12809 |
}
|
12809 |
}
|
| 12810 |
|
12810 |
|
| 12811 |
public static class updateTimestampForAmazonOrder_call extends org.apache.thrift.async.TAsyncMethodCall {
|
12811 |
public static class updateTimestampForAmazonOrder_call extends org.apache.thrift.async.TAsyncMethodCall {
|
| 12812 |
private Map<Long,String> amazonOrderDelivery;
|
12812 |
private Map<Long,Map<String,String>> amazonOrderDelivery;
|
| 12813 |
public updateTimestampForAmazonOrder_call(Map<Long,String> amazonOrderDelivery, org.apache.thrift.async.AsyncMethodCallback<updateTimestampForAmazonOrder_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException {
|
12813 |
public updateTimestampForAmazonOrder_call(Map<Long,Map<String,String>> amazonOrderDelivery, org.apache.thrift.async.AsyncMethodCallback<updateTimestampForAmazonOrder_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException {
|
| 12814 |
super(client, protocolFactory, transport, resultHandler, false);
|
12814 |
super(client, protocolFactory, transport, resultHandler, false);
|
| 12815 |
this.amazonOrderDelivery = amazonOrderDelivery;
|
12815 |
this.amazonOrderDelivery = amazonOrderDelivery;
|
| 12816 |
}
|
12816 |
}
|
| 12817 |
|
12817 |
|
| 12818 |
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
|
12818 |
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
|
| Line 151713... |
Line 151713... |
| 151713 |
public static class updateTimestampForAmazonOrder_args implements org.apache.thrift.TBase<updateTimestampForAmazonOrder_args, updateTimestampForAmazonOrder_args._Fields>, java.io.Serializable, Cloneable {
|
151713 |
public static class updateTimestampForAmazonOrder_args implements org.apache.thrift.TBase<updateTimestampForAmazonOrder_args, updateTimestampForAmazonOrder_args._Fields>, java.io.Serializable, Cloneable {
|
| 151714 |
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("updateTimestampForAmazonOrder_args");
|
151714 |
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("updateTimestampForAmazonOrder_args");
|
| 151715 |
|
151715 |
|
| 151716 |
private static final org.apache.thrift.protocol.TField AMAZON_ORDER_DELIVERY_FIELD_DESC = new org.apache.thrift.protocol.TField("amazonOrderDelivery", org.apache.thrift.protocol.TType.MAP, (short)1);
|
151716 |
private static final org.apache.thrift.protocol.TField AMAZON_ORDER_DELIVERY_FIELD_DESC = new org.apache.thrift.protocol.TField("amazonOrderDelivery", org.apache.thrift.protocol.TType.MAP, (short)1);
|
| 151717 |
|
151717 |
|
| 151718 |
private Map<Long,String> amazonOrderDelivery; // required
|
151718 |
private Map<Long,Map<String,String>> amazonOrderDelivery; // required
|
| 151719 |
|
151719 |
|
| 151720 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
151720 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
| 151721 |
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
151721 |
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
| 151722 |
AMAZON_ORDER_DELIVERY((short)1, "amazonOrderDelivery");
|
151722 |
AMAZON_ORDER_DELIVERY((short)1, "amazonOrderDelivery");
|
| 151723 |
|
151723 |
|
| Line 151781... |
Line 151781... |
| 151781 |
static {
|
151781 |
static {
|
| 151782 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
151782 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
| 151783 |
tmpMap.put(_Fields.AMAZON_ORDER_DELIVERY, new org.apache.thrift.meta_data.FieldMetaData("amazonOrderDelivery", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
151783 |
tmpMap.put(_Fields.AMAZON_ORDER_DELIVERY, new org.apache.thrift.meta_data.FieldMetaData("amazonOrderDelivery", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 151784 |
new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP,
|
151784 |
new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP,
|
| 151785 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64),
|
151785 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64),
|
| - |
|
151786 |
new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP,
|
| - |
|
151787 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING),
|
| 151786 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))));
|
151788 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))));
|
| 151787 |
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
151789 |
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
| 151788 |
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(updateTimestampForAmazonOrder_args.class, metaDataMap);
|
151790 |
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(updateTimestampForAmazonOrder_args.class, metaDataMap);
|
| 151789 |
}
|
151791 |
}
|
| 151790 |
|
151792 |
|
| 151791 |
public updateTimestampForAmazonOrder_args() {
|
151793 |
public updateTimestampForAmazonOrder_args() {
|
| 151792 |
}
|
151794 |
}
|
| 151793 |
|
151795 |
|
| 151794 |
public updateTimestampForAmazonOrder_args(
|
151796 |
public updateTimestampForAmazonOrder_args(
|
| 151795 |
Map<Long,String> amazonOrderDelivery)
|
151797 |
Map<Long,Map<String,String>> amazonOrderDelivery)
|
| 151796 |
{
|
151798 |
{
|
| 151797 |
this();
|
151799 |
this();
|
| 151798 |
this.amazonOrderDelivery = amazonOrderDelivery;
|
151800 |
this.amazonOrderDelivery = amazonOrderDelivery;
|
| 151799 |
}
|
151801 |
}
|
| 151800 |
|
151802 |
|
| 151801 |
/**
|
151803 |
/**
|
| 151802 |
* Performs a deep copy on <i>other</i>.
|
151804 |
* Performs a deep copy on <i>other</i>.
|
| 151803 |
*/
|
151805 |
*/
|
| 151804 |
public updateTimestampForAmazonOrder_args(updateTimestampForAmazonOrder_args other) {
|
151806 |
public updateTimestampForAmazonOrder_args(updateTimestampForAmazonOrder_args other) {
|
| 151805 |
if (other.isSetAmazonOrderDelivery()) {
|
151807 |
if (other.isSetAmazonOrderDelivery()) {
|
| 151806 |
Map<Long,String> __this__amazonOrderDelivery = new HashMap<Long,String>();
|
151808 |
Map<Long,Map<String,String>> __this__amazonOrderDelivery = new HashMap<Long,Map<String,String>>();
|
| 151807 |
for (Map.Entry<Long, String> other_element : other.amazonOrderDelivery.entrySet()) {
|
151809 |
for (Map.Entry<Long, Map<String,String>> other_element : other.amazonOrderDelivery.entrySet()) {
|
| 151808 |
|
151810 |
|
| 151809 |
Long other_element_key = other_element.getKey();
|
151811 |
Long other_element_key = other_element.getKey();
|
| 151810 |
String other_element_value = other_element.getValue();
|
151812 |
Map<String,String> other_element_value = other_element.getValue();
|
| 151811 |
|
151813 |
|
| 151812 |
Long __this__amazonOrderDelivery_copy_key = other_element_key;
|
151814 |
Long __this__amazonOrderDelivery_copy_key = other_element_key;
|
| 151813 |
|
151815 |
|
| - |
|
151816 |
Map<String,String> __this__amazonOrderDelivery_copy_value = new HashMap<String,String>();
|
| - |
|
151817 |
for (Map.Entry<String, String> other_element_value_element : other_element_value.entrySet()) {
|
| - |
|
151818 |
|
| - |
|
151819 |
String other_element_value_element_key = other_element_value_element.getKey();
|
| - |
|
151820 |
String other_element_value_element_value = other_element_value_element.getValue();
|
| - |
|
151821 |
|
| 151814 |
String __this__amazonOrderDelivery_copy_value = other_element_value;
|
151822 |
String __this__amazonOrderDelivery_copy_value_copy_key = other_element_value_element_key;
|
| - |
|
151823 |
|
| - |
|
151824 |
String __this__amazonOrderDelivery_copy_value_copy_value = other_element_value_element_value;
|
| - |
|
151825 |
|
| - |
|
151826 |
__this__amazonOrderDelivery_copy_value.put(__this__amazonOrderDelivery_copy_value_copy_key, __this__amazonOrderDelivery_copy_value_copy_value);
|
| - |
|
151827 |
}
|
| 151815 |
|
151828 |
|
| 151816 |
__this__amazonOrderDelivery.put(__this__amazonOrderDelivery_copy_key, __this__amazonOrderDelivery_copy_value);
|
151829 |
__this__amazonOrderDelivery.put(__this__amazonOrderDelivery_copy_key, __this__amazonOrderDelivery_copy_value);
|
| 151817 |
}
|
151830 |
}
|
| 151818 |
this.amazonOrderDelivery = __this__amazonOrderDelivery;
|
151831 |
this.amazonOrderDelivery = __this__amazonOrderDelivery;
|
| 151819 |
}
|
151832 |
}
|
| Line 151830... |
Line 151843... |
| 151830 |
|
151843 |
|
| 151831 |
public int getAmazonOrderDeliverySize() {
|
151844 |
public int getAmazonOrderDeliverySize() {
|
| 151832 |
return (this.amazonOrderDelivery == null) ? 0 : this.amazonOrderDelivery.size();
|
151845 |
return (this.amazonOrderDelivery == null) ? 0 : this.amazonOrderDelivery.size();
|
| 151833 |
}
|
151846 |
}
|
| 151834 |
|
151847 |
|
| 151835 |
public void putToAmazonOrderDelivery(long key, String val) {
|
151848 |
public void putToAmazonOrderDelivery(long key, Map<String,String> val) {
|
| 151836 |
if (this.amazonOrderDelivery == null) {
|
151849 |
if (this.amazonOrderDelivery == null) {
|
| 151837 |
this.amazonOrderDelivery = new HashMap<Long,String>();
|
151850 |
this.amazonOrderDelivery = new HashMap<Long,Map<String,String>>();
|
| 151838 |
}
|
151851 |
}
|
| 151839 |
this.amazonOrderDelivery.put(key, val);
|
151852 |
this.amazonOrderDelivery.put(key, val);
|
| 151840 |
}
|
151853 |
}
|
| 151841 |
|
151854 |
|
| 151842 |
public Map<Long,String> getAmazonOrderDelivery() {
|
151855 |
public Map<Long,Map<String,String>> getAmazonOrderDelivery() {
|
| 151843 |
return this.amazonOrderDelivery;
|
151856 |
return this.amazonOrderDelivery;
|
| 151844 |
}
|
151857 |
}
|
| 151845 |
|
151858 |
|
| 151846 |
public void setAmazonOrderDelivery(Map<Long,String> amazonOrderDelivery) {
|
151859 |
public void setAmazonOrderDelivery(Map<Long,Map<String,String>> amazonOrderDelivery) {
|
| 151847 |
this.amazonOrderDelivery = amazonOrderDelivery;
|
151860 |
this.amazonOrderDelivery = amazonOrderDelivery;
|
| 151848 |
}
|
151861 |
}
|
| 151849 |
|
151862 |
|
| 151850 |
public void unsetAmazonOrderDelivery() {
|
151863 |
public void unsetAmazonOrderDelivery() {
|
| 151851 |
this.amazonOrderDelivery = null;
|
151864 |
this.amazonOrderDelivery = null;
|
| Line 151866... |
Line 151879... |
| 151866 |
switch (field) {
|
151879 |
switch (field) {
|
| 151867 |
case AMAZON_ORDER_DELIVERY:
|
151880 |
case AMAZON_ORDER_DELIVERY:
|
| 151868 |
if (value == null) {
|
151881 |
if (value == null) {
|
| 151869 |
unsetAmazonOrderDelivery();
|
151882 |
unsetAmazonOrderDelivery();
|
| 151870 |
} else {
|
151883 |
} else {
|
| 151871 |
setAmazonOrderDelivery((Map<Long,String>)value);
|
151884 |
setAmazonOrderDelivery((Map<Long,Map<String,String>>)value);
|
| 151872 |
}
|
151885 |
}
|
| 151873 |
break;
|
151886 |
break;
|
| 151874 |
|
151887 |
|
| 151875 |
}
|
151888 |
}
|
| 151876 |
}
|
151889 |
}
|
| Line 151964... |
Line 151977... |
| 151964 |
switch (field.id) {
|
151977 |
switch (field.id) {
|
| 151965 |
case 1: // AMAZON_ORDER_DELIVERY
|
151978 |
case 1: // AMAZON_ORDER_DELIVERY
|
| 151966 |
if (field.type == org.apache.thrift.protocol.TType.MAP) {
|
151979 |
if (field.type == org.apache.thrift.protocol.TType.MAP) {
|
| 151967 |
{
|
151980 |
{
|
| 151968 |
org.apache.thrift.protocol.TMap _map474 = iprot.readMapBegin();
|
151981 |
org.apache.thrift.protocol.TMap _map474 = iprot.readMapBegin();
|
| 151969 |
this.amazonOrderDelivery = new HashMap<Long,String>(2*_map474.size);
|
151982 |
this.amazonOrderDelivery = new HashMap<Long,Map<String,String>>(2*_map474.size);
|
| 151970 |
for (int _i475 = 0; _i475 < _map474.size; ++_i475)
|
151983 |
for (int _i475 = 0; _i475 < _map474.size; ++_i475)
|
| 151971 |
{
|
151984 |
{
|
| 151972 |
long _key476; // required
|
151985 |
long _key476; // required
|
| 151973 |
String _val477; // required
|
151986 |
Map<String,String> _val477; // required
|
| 151974 |
_key476 = iprot.readI64();
|
151987 |
_key476 = iprot.readI64();
|
| - |
|
151988 |
{
|
| - |
|
151989 |
org.apache.thrift.protocol.TMap _map478 = iprot.readMapBegin();
|
| - |
|
151990 |
_val477 = new HashMap<String,String>(2*_map478.size);
|
| - |
|
151991 |
for (int _i479 = 0; _i479 < _map478.size; ++_i479)
|
| - |
|
151992 |
{
|
| - |
|
151993 |
String _key480; // required
|
| - |
|
151994 |
String _val481; // required
|
| - |
|
151995 |
_key480 = iprot.readString();
|
| 151975 |
_val477 = iprot.readString();
|
151996 |
_val481 = iprot.readString();
|
| - |
|
151997 |
_val477.put(_key480, _val481);
|
| - |
|
151998 |
}
|
| - |
|
151999 |
iprot.readMapEnd();
|
| - |
|
152000 |
}
|
| 151976 |
this.amazonOrderDelivery.put(_key476, _val477);
|
152001 |
this.amazonOrderDelivery.put(_key476, _val477);
|
| 151977 |
}
|
152002 |
}
|
| 151978 |
iprot.readMapEnd();
|
152003 |
iprot.readMapEnd();
|
| 151979 |
}
|
152004 |
}
|
| 151980 |
} else {
|
152005 |
} else {
|
| Line 151995... |
Line 152020... |
| 151995 |
|
152020 |
|
| 151996 |
oprot.writeStructBegin(STRUCT_DESC);
|
152021 |
oprot.writeStructBegin(STRUCT_DESC);
|
| 151997 |
if (this.amazonOrderDelivery != null) {
|
152022 |
if (this.amazonOrderDelivery != null) {
|
| 151998 |
oprot.writeFieldBegin(AMAZON_ORDER_DELIVERY_FIELD_DESC);
|
152023 |
oprot.writeFieldBegin(AMAZON_ORDER_DELIVERY_FIELD_DESC);
|
| 151999 |
{
|
152024 |
{
|
| 152000 |
oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.STRING, this.amazonOrderDelivery.size()));
|
152025 |
oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.I64, org.apache.thrift.protocol.TType.MAP, this.amazonOrderDelivery.size()));
|
| 152001 |
for (Map.Entry<Long, String> _iter478 : this.amazonOrderDelivery.entrySet())
|
152026 |
for (Map.Entry<Long, Map<String,String>> _iter482 : this.amazonOrderDelivery.entrySet())
|
| 152002 |
{
|
152027 |
{
|
| 152003 |
oprot.writeI64(_iter478.getKey());
|
152028 |
oprot.writeI64(_iter482.getKey());
|
| - |
|
152029 |
{
|
| - |
|
152030 |
oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, _iter482.getValue().size()));
|
| - |
|
152031 |
for (Map.Entry<String, String> _iter483 : _iter482.getValue().entrySet())
|
| - |
|
152032 |
{
|
| - |
|
152033 |
oprot.writeString(_iter483.getKey());
|
| 152004 |
oprot.writeString(_iter478.getValue());
|
152034 |
oprot.writeString(_iter483.getValue());
|
| - |
|
152035 |
}
|
| - |
|
152036 |
oprot.writeMapEnd();
|
| - |
|
152037 |
}
|
| 152005 |
}
|
152038 |
}
|
| 152006 |
oprot.writeMapEnd();
|
152039 |
oprot.writeMapEnd();
|
| 152007 |
}
|
152040 |
}
|
| 152008 |
oprot.writeFieldEnd();
|
152041 |
oprot.writeFieldEnd();
|
| 152009 |
}
|
152042 |
}
|
| Line 153554... |
Line 153587... |
| 153554 |
}
|
153587 |
}
|
| 153555 |
switch (field.id) {
|
153588 |
switch (field.id) {
|
| 153556 |
case 0: // SUCCESS
|
153589 |
case 0: // SUCCESS
|
| 153557 |
if (field.type == org.apache.thrift.protocol.TType.LIST) {
|
153590 |
if (field.type == org.apache.thrift.protocol.TType.LIST) {
|
| 153558 |
{
|
153591 |
{
|
| 153559 |
org.apache.thrift.protocol.TList _list479 = iprot.readListBegin();
|
153592 |
org.apache.thrift.protocol.TList _list484 = iprot.readListBegin();
|
| 153560 |
this.success = new ArrayList<Order>(_list479.size);
|
153593 |
this.success = new ArrayList<Order>(_list484.size);
|
| 153561 |
for (int _i480 = 0; _i480 < _list479.size; ++_i480)
|
153594 |
for (int _i485 = 0; _i485 < _list484.size; ++_i485)
|
| 153562 |
{
|
153595 |
{
|
| 153563 |
Order _elem481; // required
|
153596 |
Order _elem486; // required
|
| 153564 |
_elem481 = new Order();
|
153597 |
_elem486 = new Order();
|
| 153565 |
_elem481.read(iprot);
|
153598 |
_elem486.read(iprot);
|
| 153566 |
this.success.add(_elem481);
|
153599 |
this.success.add(_elem486);
|
| 153567 |
}
|
153600 |
}
|
| 153568 |
iprot.readListEnd();
|
153601 |
iprot.readListEnd();
|
| 153569 |
}
|
153602 |
}
|
| 153570 |
} else {
|
153603 |
} else {
|
| 153571 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
153604 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| Line 153585... |
Line 153618... |
| 153585 |
|
153618 |
|
| 153586 |
if (this.isSetSuccess()) {
|
153619 |
if (this.isSetSuccess()) {
|
| 153587 |
oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
|
153620 |
oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
|
| 153588 |
{
|
153621 |
{
|
| 153589 |
oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
|
153622 |
oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
|
| 153590 |
for (Order _iter482 : this.success)
|
153623 |
for (Order _iter487 : this.success)
|
| 153591 |
{
|
153624 |
{
|
| 153592 |
_iter482.write(oprot);
|
153625 |
_iter487.write(oprot);
|
| 153593 |
}
|
153626 |
}
|
| 153594 |
oprot.writeListEnd();
|
153627 |
oprot.writeListEnd();
|
| 153595 |
}
|
153628 |
}
|
| 153596 |
oprot.writeFieldEnd();
|
153629 |
oprot.writeFieldEnd();
|
| 153597 |
}
|
153630 |
}
|
| Line 154179... |
Line 154212... |
| 154179 |
}
|
154212 |
}
|
| 154180 |
switch (field.id) {
|
154213 |
switch (field.id) {
|
| 154181 |
case 0: // SUCCESS
|
154214 |
case 0: // SUCCESS
|
| 154182 |
if (field.type == org.apache.thrift.protocol.TType.LIST) {
|
154215 |
if (field.type == org.apache.thrift.protocol.TType.LIST) {
|
| 154183 |
{
|
154216 |
{
|
| 154184 |
org.apache.thrift.protocol.TList _list483 = iprot.readListBegin();
|
154217 |
org.apache.thrift.protocol.TList _list488 = iprot.readListBegin();
|
| 154185 |
this.success = new ArrayList<Order>(_list483.size);
|
154218 |
this.success = new ArrayList<Order>(_list488.size);
|
| 154186 |
for (int _i484 = 0; _i484 < _list483.size; ++_i484)
|
154219 |
for (int _i489 = 0; _i489 < _list488.size; ++_i489)
|
| 154187 |
{
|
154220 |
{
|
| 154188 |
Order _elem485; // required
|
154221 |
Order _elem490; // required
|
| 154189 |
_elem485 = new Order();
|
154222 |
_elem490 = new Order();
|
| 154190 |
_elem485.read(iprot);
|
154223 |
_elem490.read(iprot);
|
| 154191 |
this.success.add(_elem485);
|
154224 |
this.success.add(_elem490);
|
| 154192 |
}
|
154225 |
}
|
| 154193 |
iprot.readListEnd();
|
154226 |
iprot.readListEnd();
|
| 154194 |
}
|
154227 |
}
|
| 154195 |
} else {
|
154228 |
} else {
|
| 154196 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
154229 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| Line 154210... |
Line 154243... |
| 154210 |
|
154243 |
|
| 154211 |
if (this.isSetSuccess()) {
|
154244 |
if (this.isSetSuccess()) {
|
| 154212 |
oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
|
154245 |
oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
|
| 154213 |
{
|
154246 |
{
|
| 154214 |
oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
|
154247 |
oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.success.size()));
|
| 154215 |
for (Order _iter486 : this.success)
|
154248 |
for (Order _iter491 : this.success)
|
| 154216 |
{
|
154249 |
{
|
| 154217 |
_iter486.write(oprot);
|
154250 |
_iter491.write(oprot);
|
| 154218 |
}
|
154251 |
}
|
| 154219 |
oprot.writeListEnd();
|
154252 |
oprot.writeListEnd();
|
| 154220 |
}
|
154253 |
}
|
| 154221 |
oprot.writeFieldEnd();
|
154254 |
oprot.writeFieldEnd();
|
| 154222 |
}
|
154255 |
}
|