| Line 1061... |
Line 1061... |
| 1061 |
|
1061 |
|
| 1062 |
public void updateSnapdealOrdersStatus(List<List<String>> delivered_orders) throws TransactionServiceException, org.apache.thrift.TException;
|
1062 |
public void updateSnapdealOrdersStatus(List<List<String>> delivered_orders) throws TransactionServiceException, org.apache.thrift.TException;
|
| 1063 |
|
1063 |
|
| 1064 |
public void updateFlipkartOrdersStatus(List<List<String>> delivered_orders) throws TransactionServiceException, org.apache.thrift.TException;
|
1064 |
public void updateFlipkartOrdersStatus(List<List<String>> delivered_orders) throws TransactionServiceException, org.apache.thrift.TException;
|
| 1065 |
|
1065 |
|
| - |
|
1066 |
public void bulkAddOrUpdateAmazonFbaSalesSnapshot(List<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist) throws org.apache.thrift.TException;
|
| - |
|
1067 |
|
| 1066 |
}
|
1068 |
}
|
| 1067 |
|
1069 |
|
| 1068 |
public interface AsyncIface extends in.shop2020.generic.GenericService .AsyncIface {
|
1070 |
public interface AsyncIface extends in.shop2020.generic.GenericService .AsyncIface {
|
| 1069 |
|
1071 |
|
| 1070 |
public void createTransaction(Transaction transaction, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.createTransaction_call> resultHandler) throws org.apache.thrift.TException;
|
1072 |
public void createTransaction(Transaction transaction, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.createTransaction_call> resultHandler) throws org.apache.thrift.TException;
|
| Line 1509... |
Line 1511... |
| 1509 |
|
1511 |
|
| 1510 |
public void updateSnapdealOrdersStatus(List<List<String>> delivered_orders, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateSnapdealOrdersStatus_call> resultHandler) throws org.apache.thrift.TException;
|
1512 |
public void updateSnapdealOrdersStatus(List<List<String>> delivered_orders, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateSnapdealOrdersStatus_call> resultHandler) throws org.apache.thrift.TException;
|
| 1511 |
|
1513 |
|
| 1512 |
public void updateFlipkartOrdersStatus(List<List<String>> delivered_orders, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateFlipkartOrdersStatus_call> resultHandler) throws org.apache.thrift.TException;
|
1514 |
public void updateFlipkartOrdersStatus(List<List<String>> delivered_orders, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateFlipkartOrdersStatus_call> resultHandler) throws org.apache.thrift.TException;
|
| 1513 |
|
1515 |
|
| - |
|
1516 |
public void bulkAddOrUpdateAmazonFbaSalesSnapshot(List<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.bulkAddOrUpdateAmazonFbaSalesSnapshot_call> resultHandler) throws org.apache.thrift.TException;
|
| - |
|
1517 |
|
| 1514 |
}
|
1518 |
}
|
| 1515 |
|
1519 |
|
| 1516 |
public static class Client extends in.shop2020.generic.GenericService.Client implements Iface {
|
1520 |
public static class Client extends in.shop2020.generic.GenericService.Client implements Iface {
|
| 1517 |
public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
|
1521 |
public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
|
| 1518 |
public Factory() {}
|
1522 |
public Factory() {}
|
| Line 7001... |
Line 7005... |
| 7001 |
throw result.ex;
|
7005 |
throw result.ex;
|
| 7002 |
}
|
7006 |
}
|
| 7003 |
return;
|
7007 |
return;
|
| 7004 |
}
|
7008 |
}
|
| 7005 |
|
7009 |
|
| - |
|
7010 |
public void bulkAddOrUpdateAmazonFbaSalesSnapshot(List<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist) throws org.apache.thrift.TException
|
| - |
|
7011 |
{
|
| - |
|
7012 |
send_bulkAddOrUpdateAmazonFbaSalesSnapshot(amazonfbasalessnapshotlist);
|
| - |
|
7013 |
recv_bulkAddOrUpdateAmazonFbaSalesSnapshot();
|
| - |
|
7014 |
}
|
| - |
|
7015 |
|
| - |
|
7016 |
public void send_bulkAddOrUpdateAmazonFbaSalesSnapshot(List<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist) throws org.apache.thrift.TException
|
| - |
|
7017 |
{
|
| - |
|
7018 |
bulkAddOrUpdateAmazonFbaSalesSnapshot_args args = new bulkAddOrUpdateAmazonFbaSalesSnapshot_args();
|
| - |
|
7019 |
args.setAmazonfbasalessnapshotlist(amazonfbasalessnapshotlist);
|
| - |
|
7020 |
sendBase("bulkAddOrUpdateAmazonFbaSalesSnapshot", args);
|
| - |
|
7021 |
}
|
| - |
|
7022 |
|
| - |
|
7023 |
public void recv_bulkAddOrUpdateAmazonFbaSalesSnapshot() throws org.apache.thrift.TException
|
| - |
|
7024 |
{
|
| - |
|
7025 |
bulkAddOrUpdateAmazonFbaSalesSnapshot_result result = new bulkAddOrUpdateAmazonFbaSalesSnapshot_result();
|
| - |
|
7026 |
receiveBase(result, "bulkAddOrUpdateAmazonFbaSalesSnapshot");
|
| - |
|
7027 |
return;
|
| - |
|
7028 |
}
|
| - |
|
7029 |
|
| 7006 |
}
|
7030 |
}
|
| 7007 |
public static class AsyncClient extends in.shop2020.generic.GenericService.AsyncClient implements AsyncIface {
|
7031 |
public static class AsyncClient extends in.shop2020.generic.GenericService.AsyncClient implements AsyncIface {
|
| 7008 |
public static class Factory implements org.apache.thrift.async.TAsyncClientFactory<AsyncClient> {
|
7032 |
public static class Factory implements org.apache.thrift.async.TAsyncClientFactory<AsyncClient> {
|
| 7009 |
private org.apache.thrift.async.TAsyncClientManager clientManager;
|
7033 |
private org.apache.thrift.async.TAsyncClientManager clientManager;
|
| 7010 |
private org.apache.thrift.protocol.TProtocolFactory protocolFactory;
|
7034 |
private org.apache.thrift.protocol.TProtocolFactory protocolFactory;
|
| Line 14729... |
Line 14753... |
| 14729 |
org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
|
14753 |
org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
|
| 14730 |
(new Client(prot)).recv_updateFlipkartOrdersStatus();
|
14754 |
(new Client(prot)).recv_updateFlipkartOrdersStatus();
|
| 14731 |
}
|
14755 |
}
|
| 14732 |
}
|
14756 |
}
|
| 14733 |
|
14757 |
|
| - |
|
14758 |
public void bulkAddOrUpdateAmazonFbaSalesSnapshot(List<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist, org.apache.thrift.async.AsyncMethodCallback<bulkAddOrUpdateAmazonFbaSalesSnapshot_call> resultHandler) throws org.apache.thrift.TException {
|
| - |
|
14759 |
checkReady();
|
| - |
|
14760 |
bulkAddOrUpdateAmazonFbaSalesSnapshot_call method_call = new bulkAddOrUpdateAmazonFbaSalesSnapshot_call(amazonfbasalessnapshotlist, resultHandler, this, ___protocolFactory, ___transport);
|
| - |
|
14761 |
this.___currentMethod = method_call;
|
| - |
|
14762 |
___manager.call(method_call);
|
| - |
|
14763 |
}
|
| - |
|
14764 |
|
| - |
|
14765 |
public static class bulkAddOrUpdateAmazonFbaSalesSnapshot_call extends org.apache.thrift.async.TAsyncMethodCall {
|
| - |
|
14766 |
private List<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist;
|
| - |
|
14767 |
public bulkAddOrUpdateAmazonFbaSalesSnapshot_call(List<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist, org.apache.thrift.async.AsyncMethodCallback<bulkAddOrUpdateAmazonFbaSalesSnapshot_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 {
|
| - |
|
14768 |
super(client, protocolFactory, transport, resultHandler, false);
|
| - |
|
14769 |
this.amazonfbasalessnapshotlist = amazonfbasalessnapshotlist;
|
| - |
|
14770 |
}
|
| - |
|
14771 |
|
| - |
|
14772 |
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
|
| - |
|
14773 |
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("bulkAddOrUpdateAmazonFbaSalesSnapshot", org.apache.thrift.protocol.TMessageType.CALL, 0));
|
| - |
|
14774 |
bulkAddOrUpdateAmazonFbaSalesSnapshot_args args = new bulkAddOrUpdateAmazonFbaSalesSnapshot_args();
|
| - |
|
14775 |
args.setAmazonfbasalessnapshotlist(amazonfbasalessnapshotlist);
|
| - |
|
14776 |
args.write(prot);
|
| - |
|
14777 |
prot.writeMessageEnd();
|
| - |
|
14778 |
}
|
| - |
|
14779 |
|
| - |
|
14780 |
public void getResult() throws org.apache.thrift.TException {
|
| - |
|
14781 |
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
|
| - |
|
14782 |
throw new IllegalStateException("Method call not finished!");
|
| - |
|
14783 |
}
|
| - |
|
14784 |
org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
|
| - |
|
14785 |
org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
|
| - |
|
14786 |
(new Client(prot)).recv_bulkAddOrUpdateAmazonFbaSalesSnapshot();
|
| - |
|
14787 |
}
|
| - |
|
14788 |
}
|
| - |
|
14789 |
|
| 14734 |
}
|
14790 |
}
|
| 14735 |
|
14791 |
|
| 14736 |
public static class Processor<I extends Iface> extends in.shop2020.generic.GenericService.Processor implements org.apache.thrift.TProcessor {
|
14792 |
public static class Processor<I extends Iface> extends in.shop2020.generic.GenericService.Processor implements org.apache.thrift.TProcessor {
|
| 14737 |
private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName());
|
14793 |
private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName());
|
| 14738 |
public Processor(I iface) {
|
14794 |
public Processor(I iface) {
|
| Line 14964... |
Line 15020... |
| 14964 |
processMap.put("getOrdersCreatedAfterTimestampForSource", new getOrdersCreatedAfterTimestampForSource());
|
15020 |
processMap.put("getOrdersCreatedAfterTimestampForSource", new getOrdersCreatedAfterTimestampForSource());
|
| 14965 |
processMap.put("getOrderForAirwayBillNo", new getOrderForAirwayBillNo());
|
15021 |
processMap.put("getOrderForAirwayBillNo", new getOrderForAirwayBillNo());
|
| 14966 |
processMap.put("getMinCreatedTimeStampUndeliveredOrdersForSource", new getMinCreatedTimeStampUndeliveredOrdersForSource());
|
15022 |
processMap.put("getMinCreatedTimeStampUndeliveredOrdersForSource", new getMinCreatedTimeStampUndeliveredOrdersForSource());
|
| 14967 |
processMap.put("updateSnapdealOrdersStatus", new updateSnapdealOrdersStatus());
|
15023 |
processMap.put("updateSnapdealOrdersStatus", new updateSnapdealOrdersStatus());
|
| 14968 |
processMap.put("updateFlipkartOrdersStatus", new updateFlipkartOrdersStatus());
|
15024 |
processMap.put("updateFlipkartOrdersStatus", new updateFlipkartOrdersStatus());
|
| - |
|
15025 |
processMap.put("bulkAddOrUpdateAmazonFbaSalesSnapshot", new bulkAddOrUpdateAmazonFbaSalesSnapshot());
|
| 14969 |
return processMap;
|
15026 |
return processMap;
|
| 14970 |
}
|
15027 |
}
|
| 14971 |
|
15028 |
|
| 14972 |
private static class createTransaction<I extends Iface> extends org.apache.thrift.ProcessFunction<I, createTransaction_args> {
|
15029 |
private static class createTransaction<I extends Iface> extends org.apache.thrift.ProcessFunction<I, createTransaction_args> {
|
| 14973 |
public createTransaction() {
|
15030 |
public createTransaction() {
|
| Line 18983... |
Line 19040... |
| 18983 |
}
|
19040 |
}
|
| 18984 |
return result;
|
19041 |
return result;
|
| 18985 |
}
|
19042 |
}
|
| 18986 |
}
|
19043 |
}
|
| 18987 |
|
19044 |
|
| - |
|
19045 |
private static class bulkAddOrUpdateAmazonFbaSalesSnapshot<I extends Iface> extends org.apache.thrift.ProcessFunction<I, bulkAddOrUpdateAmazonFbaSalesSnapshot_args> {
|
| - |
|
19046 |
public bulkAddOrUpdateAmazonFbaSalesSnapshot() {
|
| - |
|
19047 |
super("bulkAddOrUpdateAmazonFbaSalesSnapshot");
|
| - |
|
19048 |
}
|
| - |
|
19049 |
|
| - |
|
19050 |
protected bulkAddOrUpdateAmazonFbaSalesSnapshot_args getEmptyArgsInstance() {
|
| - |
|
19051 |
return new bulkAddOrUpdateAmazonFbaSalesSnapshot_args();
|
| - |
|
19052 |
}
|
| - |
|
19053 |
|
| - |
|
19054 |
protected bulkAddOrUpdateAmazonFbaSalesSnapshot_result getResult(I iface, bulkAddOrUpdateAmazonFbaSalesSnapshot_args args) throws org.apache.thrift.TException {
|
| - |
|
19055 |
bulkAddOrUpdateAmazonFbaSalesSnapshot_result result = new bulkAddOrUpdateAmazonFbaSalesSnapshot_result();
|
| - |
|
19056 |
iface.bulkAddOrUpdateAmazonFbaSalesSnapshot(args.amazonfbasalessnapshotlist);
|
| - |
|
19057 |
return result;
|
| - |
|
19058 |
}
|
| - |
|
19059 |
}
|
| - |
|
19060 |
|
| 18988 |
}
|
19061 |
}
|
| 18989 |
|
19062 |
|
| 18990 |
public static class createTransaction_args implements org.apache.thrift.TBase<createTransaction_args, createTransaction_args._Fields>, java.io.Serializable, Cloneable {
|
19063 |
public static class createTransaction_args implements org.apache.thrift.TBase<createTransaction_args, createTransaction_args._Fields>, java.io.Serializable, Cloneable {
|
| 18991 |
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("createTransaction_args");
|
19064 |
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("createTransaction_args");
|
| 18992 |
|
19065 |
|
| Line 175530... |
Line 175603... |
| 175530 |
sb.append(")");
|
175603 |
sb.append(")");
|
| 175531 |
return sb.toString();
|
175604 |
return sb.toString();
|
| 175532 |
}
|
175605 |
}
|
| 175533 |
|
175606 |
|
| 175534 |
public void validate() throws org.apache.thrift.TException {
|
175607 |
public void validate() throws org.apache.thrift.TException {
|
| - |
|
175608 |
// check for required fields
|
| - |
|
175609 |
}
|
| - |
|
175610 |
|
| - |
|
175611 |
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
|
| - |
|
175612 |
try {
|
| - |
|
175613 |
write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
|
| - |
|
175614 |
} catch (org.apache.thrift.TException te) {
|
| - |
|
175615 |
throw new java.io.IOException(te);
|
| - |
|
175616 |
}
|
| - |
|
175617 |
}
|
| - |
|
175618 |
|
| - |
|
175619 |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
|
| - |
|
175620 |
try {
|
| - |
|
175621 |
read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
|
| - |
|
175622 |
} catch (org.apache.thrift.TException te) {
|
| - |
|
175623 |
throw new java.io.IOException(te);
|
| - |
|
175624 |
}
|
| - |
|
175625 |
}
|
| - |
|
175626 |
|
| - |
|
175627 |
}
|
| - |
|
175628 |
|
| - |
|
175629 |
public static class bulkAddOrUpdateAmazonFbaSalesSnapshot_args implements org.apache.thrift.TBase<bulkAddOrUpdateAmazonFbaSalesSnapshot_args, bulkAddOrUpdateAmazonFbaSalesSnapshot_args._Fields>, java.io.Serializable, Cloneable {
|
| - |
|
175630 |
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("bulkAddOrUpdateAmazonFbaSalesSnapshot_args");
|
| - |
|
175631 |
|
| - |
|
175632 |
private static final org.apache.thrift.protocol.TField AMAZONFBASALESSNAPSHOTLIST_FIELD_DESC = new org.apache.thrift.protocol.TField("amazonfbasalessnapshotlist", org.apache.thrift.protocol.TType.LIST, (short)1);
|
| - |
|
175633 |
|
| - |
|
175634 |
private List<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist; // required
|
| - |
|
175635 |
|
| - |
|
175636 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
| - |
|
175637 |
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
| - |
|
175638 |
AMAZONFBASALESSNAPSHOTLIST((short)1, "amazonfbasalessnapshotlist");
|
| - |
|
175639 |
|
| - |
|
175640 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
| - |
|
175641 |
|
| - |
|
175642 |
static {
|
| - |
|
175643 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
| - |
|
175644 |
byName.put(field.getFieldName(), field);
|
| - |
|
175645 |
}
|
| - |
|
175646 |
}
|
| - |
|
175647 |
|
| - |
|
175648 |
/**
|
| - |
|
175649 |
* Find the _Fields constant that matches fieldId, or null if its not found.
|
| - |
|
175650 |
*/
|
| - |
|
175651 |
public static _Fields findByThriftId(int fieldId) {
|
| - |
|
175652 |
switch(fieldId) {
|
| - |
|
175653 |
case 1: // AMAZONFBASALESSNAPSHOTLIST
|
| - |
|
175654 |
return AMAZONFBASALESSNAPSHOTLIST;
|
| - |
|
175655 |
default:
|
| - |
|
175656 |
return null;
|
| - |
|
175657 |
}
|
| - |
|
175658 |
}
|
| - |
|
175659 |
|
| - |
|
175660 |
/**
|
| - |
|
175661 |
* Find the _Fields constant that matches fieldId, throwing an exception
|
| - |
|
175662 |
* if it is not found.
|
| - |
|
175663 |
*/
|
| - |
|
175664 |
public static _Fields findByThriftIdOrThrow(int fieldId) {
|
| - |
|
175665 |
_Fields fields = findByThriftId(fieldId);
|
| - |
|
175666 |
if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
|
| - |
|
175667 |
return fields;
|
| - |
|
175668 |
}
|
| - |
|
175669 |
|
| - |
|
175670 |
/**
|
| - |
|
175671 |
* Find the _Fields constant that matches name, or null if its not found.
|
| - |
|
175672 |
*/
|
| - |
|
175673 |
public static _Fields findByName(String name) {
|
| - |
|
175674 |
return byName.get(name);
|
| - |
|
175675 |
}
|
| - |
|
175676 |
|
| - |
|
175677 |
private final short _thriftId;
|
| - |
|
175678 |
private final String _fieldName;
|
| - |
|
175679 |
|
| - |
|
175680 |
_Fields(short thriftId, String fieldName) {
|
| - |
|
175681 |
_thriftId = thriftId;
|
| - |
|
175682 |
_fieldName = fieldName;
|
| - |
|
175683 |
}
|
| - |
|
175684 |
|
| - |
|
175685 |
public short getThriftFieldId() {
|
| - |
|
175686 |
return _thriftId;
|
| - |
|
175687 |
}
|
| - |
|
175688 |
|
| - |
|
175689 |
public String getFieldName() {
|
| - |
|
175690 |
return _fieldName;
|
| - |
|
175691 |
}
|
| - |
|
175692 |
}
|
| - |
|
175693 |
|
| - |
|
175694 |
// isset id assignments
|
| - |
|
175695 |
|
| - |
|
175696 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
| - |
|
175697 |
static {
|
| - |
|
175698 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
| - |
|
175699 |
tmpMap.put(_Fields.AMAZONFBASALESSNAPSHOTLIST, new org.apache.thrift.meta_data.FieldMetaData("amazonfbasalessnapshotlist", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| - |
|
175700 |
new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST,
|
| - |
|
175701 |
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, AmazonFbaSalesSnapshot.class))));
|
| - |
|
175702 |
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
| - |
|
175703 |
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(bulkAddOrUpdateAmazonFbaSalesSnapshot_args.class, metaDataMap);
|
| - |
|
175704 |
}
|
| - |
|
175705 |
|
| - |
|
175706 |
public bulkAddOrUpdateAmazonFbaSalesSnapshot_args() {
|
| - |
|
175707 |
}
|
| - |
|
175708 |
|
| - |
|
175709 |
public bulkAddOrUpdateAmazonFbaSalesSnapshot_args(
|
| - |
|
175710 |
List<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist)
|
| - |
|
175711 |
{
|
| - |
|
175712 |
this();
|
| - |
|
175713 |
this.amazonfbasalessnapshotlist = amazonfbasalessnapshotlist;
|
| - |
|
175714 |
}
|
| - |
|
175715 |
|
| - |
|
175716 |
/**
|
| - |
|
175717 |
* Performs a deep copy on <i>other</i>.
|
| - |
|
175718 |
*/
|
| - |
|
175719 |
public bulkAddOrUpdateAmazonFbaSalesSnapshot_args(bulkAddOrUpdateAmazonFbaSalesSnapshot_args other) {
|
| - |
|
175720 |
if (other.isSetAmazonfbasalessnapshotlist()) {
|
| - |
|
175721 |
List<AmazonFbaSalesSnapshot> __this__amazonfbasalessnapshotlist = new ArrayList<AmazonFbaSalesSnapshot>();
|
| - |
|
175722 |
for (AmazonFbaSalesSnapshot other_element : other.amazonfbasalessnapshotlist) {
|
| - |
|
175723 |
__this__amazonfbasalessnapshotlist.add(new AmazonFbaSalesSnapshot(other_element));
|
| - |
|
175724 |
}
|
| - |
|
175725 |
this.amazonfbasalessnapshotlist = __this__amazonfbasalessnapshotlist;
|
| - |
|
175726 |
}
|
| - |
|
175727 |
}
|
| - |
|
175728 |
|
| - |
|
175729 |
public bulkAddOrUpdateAmazonFbaSalesSnapshot_args deepCopy() {
|
| - |
|
175730 |
return new bulkAddOrUpdateAmazonFbaSalesSnapshot_args(this);
|
| - |
|
175731 |
}
|
| - |
|
175732 |
|
| - |
|
175733 |
@Override
|
| - |
|
175734 |
public void clear() {
|
| - |
|
175735 |
this.amazonfbasalessnapshotlist = null;
|
| - |
|
175736 |
}
|
| - |
|
175737 |
|
| - |
|
175738 |
public int getAmazonfbasalessnapshotlistSize() {
|
| - |
|
175739 |
return (this.amazonfbasalessnapshotlist == null) ? 0 : this.amazonfbasalessnapshotlist.size();
|
| - |
|
175740 |
}
|
| - |
|
175741 |
|
| - |
|
175742 |
public java.util.Iterator<AmazonFbaSalesSnapshot> getAmazonfbasalessnapshotlistIterator() {
|
| - |
|
175743 |
return (this.amazonfbasalessnapshotlist == null) ? null : this.amazonfbasalessnapshotlist.iterator();
|
| - |
|
175744 |
}
|
| - |
|
175745 |
|
| - |
|
175746 |
public void addToAmazonfbasalessnapshotlist(AmazonFbaSalesSnapshot elem) {
|
| - |
|
175747 |
if (this.amazonfbasalessnapshotlist == null) {
|
| - |
|
175748 |
this.amazonfbasalessnapshotlist = new ArrayList<AmazonFbaSalesSnapshot>();
|
| - |
|
175749 |
}
|
| - |
|
175750 |
this.amazonfbasalessnapshotlist.add(elem);
|
| - |
|
175751 |
}
|
| - |
|
175752 |
|
| - |
|
175753 |
public List<AmazonFbaSalesSnapshot> getAmazonfbasalessnapshotlist() {
|
| - |
|
175754 |
return this.amazonfbasalessnapshotlist;
|
| - |
|
175755 |
}
|
| - |
|
175756 |
|
| - |
|
175757 |
public void setAmazonfbasalessnapshotlist(List<AmazonFbaSalesSnapshot> amazonfbasalessnapshotlist) {
|
| - |
|
175758 |
this.amazonfbasalessnapshotlist = amazonfbasalessnapshotlist;
|
| - |
|
175759 |
}
|
| - |
|
175760 |
|
| - |
|
175761 |
public void unsetAmazonfbasalessnapshotlist() {
|
| - |
|
175762 |
this.amazonfbasalessnapshotlist = null;
|
| - |
|
175763 |
}
|
| - |
|
175764 |
|
| - |
|
175765 |
/** Returns true if field amazonfbasalessnapshotlist is set (has been assigned a value) and false otherwise */
|
| - |
|
175766 |
public boolean isSetAmazonfbasalessnapshotlist() {
|
| - |
|
175767 |
return this.amazonfbasalessnapshotlist != null;
|
| - |
|
175768 |
}
|
| - |
|
175769 |
|
| - |
|
175770 |
public void setAmazonfbasalessnapshotlistIsSet(boolean value) {
|
| - |
|
175771 |
if (!value) {
|
| - |
|
175772 |
this.amazonfbasalessnapshotlist = null;
|
| - |
|
175773 |
}
|
| - |
|
175774 |
}
|
| - |
|
175775 |
|
| - |
|
175776 |
public void setFieldValue(_Fields field, Object value) {
|
| - |
|
175777 |
switch (field) {
|
| - |
|
175778 |
case AMAZONFBASALESSNAPSHOTLIST:
|
| - |
|
175779 |
if (value == null) {
|
| - |
|
175780 |
unsetAmazonfbasalessnapshotlist();
|
| - |
|
175781 |
} else {
|
| - |
|
175782 |
setAmazonfbasalessnapshotlist((List<AmazonFbaSalesSnapshot>)value);
|
| - |
|
175783 |
}
|
| - |
|
175784 |
break;
|
| - |
|
175785 |
|
| - |
|
175786 |
}
|
| - |
|
175787 |
}
|
| - |
|
175788 |
|
| - |
|
175789 |
public Object getFieldValue(_Fields field) {
|
| - |
|
175790 |
switch (field) {
|
| - |
|
175791 |
case AMAZONFBASALESSNAPSHOTLIST:
|
| - |
|
175792 |
return getAmazonfbasalessnapshotlist();
|
| - |
|
175793 |
|
| - |
|
175794 |
}
|
| - |
|
175795 |
throw new IllegalStateException();
|
| - |
|
175796 |
}
|
| - |
|
175797 |
|
| - |
|
175798 |
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
|
| - |
|
175799 |
public boolean isSet(_Fields field) {
|
| - |
|
175800 |
if (field == null) {
|
| - |
|
175801 |
throw new IllegalArgumentException();
|
| - |
|
175802 |
}
|
| - |
|
175803 |
|
| - |
|
175804 |
switch (field) {
|
| - |
|
175805 |
case AMAZONFBASALESSNAPSHOTLIST:
|
| - |
|
175806 |
return isSetAmazonfbasalessnapshotlist();
|
| - |
|
175807 |
}
|
| - |
|
175808 |
throw new IllegalStateException();
|
| - |
|
175809 |
}
|
| - |
|
175810 |
|
| - |
|
175811 |
@Override
|
| - |
|
175812 |
public boolean equals(Object that) {
|
| - |
|
175813 |
if (that == null)
|
| - |
|
175814 |
return false;
|
| - |
|
175815 |
if (that instanceof bulkAddOrUpdateAmazonFbaSalesSnapshot_args)
|
| - |
|
175816 |
return this.equals((bulkAddOrUpdateAmazonFbaSalesSnapshot_args)that);
|
| - |
|
175817 |
return false;
|
| - |
|
175818 |
}
|
| - |
|
175819 |
|
| - |
|
175820 |
public boolean equals(bulkAddOrUpdateAmazonFbaSalesSnapshot_args that) {
|
| - |
|
175821 |
if (that == null)
|
| - |
|
175822 |
return false;
|
| - |
|
175823 |
|
| - |
|
175824 |
boolean this_present_amazonfbasalessnapshotlist = true && this.isSetAmazonfbasalessnapshotlist();
|
| - |
|
175825 |
boolean that_present_amazonfbasalessnapshotlist = true && that.isSetAmazonfbasalessnapshotlist();
|
| - |
|
175826 |
if (this_present_amazonfbasalessnapshotlist || that_present_amazonfbasalessnapshotlist) {
|
| - |
|
175827 |
if (!(this_present_amazonfbasalessnapshotlist && that_present_amazonfbasalessnapshotlist))
|
| - |
|
175828 |
return false;
|
| - |
|
175829 |
if (!this.amazonfbasalessnapshotlist.equals(that.amazonfbasalessnapshotlist))
|
| - |
|
175830 |
return false;
|
| - |
|
175831 |
}
|
| - |
|
175832 |
|
| - |
|
175833 |
return true;
|
| - |
|
175834 |
}
|
| - |
|
175835 |
|
| - |
|
175836 |
@Override
|
| - |
|
175837 |
public int hashCode() {
|
| - |
|
175838 |
return 0;
|
| - |
|
175839 |
}
|
| - |
|
175840 |
|
| - |
|
175841 |
public int compareTo(bulkAddOrUpdateAmazonFbaSalesSnapshot_args other) {
|
| - |
|
175842 |
if (!getClass().equals(other.getClass())) {
|
| - |
|
175843 |
return getClass().getName().compareTo(other.getClass().getName());
|
| - |
|
175844 |
}
|
| - |
|
175845 |
|
| - |
|
175846 |
int lastComparison = 0;
|
| - |
|
175847 |
bulkAddOrUpdateAmazonFbaSalesSnapshot_args typedOther = (bulkAddOrUpdateAmazonFbaSalesSnapshot_args)other;
|
| - |
|
175848 |
|
| - |
|
175849 |
lastComparison = Boolean.valueOf(isSetAmazonfbasalessnapshotlist()).compareTo(typedOther.isSetAmazonfbasalessnapshotlist());
|
| - |
|
175850 |
if (lastComparison != 0) {
|
| - |
|
175851 |
return lastComparison;
|
| - |
|
175852 |
}
|
| - |
|
175853 |
if (isSetAmazonfbasalessnapshotlist()) {
|
| - |
|
175854 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.amazonfbasalessnapshotlist, typedOther.amazonfbasalessnapshotlist);
|
| - |
|
175855 |
if (lastComparison != 0) {
|
| - |
|
175856 |
return lastComparison;
|
| - |
|
175857 |
}
|
| - |
|
175858 |
}
|
| - |
|
175859 |
return 0;
|
| - |
|
175860 |
}
|
| - |
|
175861 |
|
| - |
|
175862 |
public _Fields fieldForId(int fieldId) {
|
| - |
|
175863 |
return _Fields.findByThriftId(fieldId);
|
| - |
|
175864 |
}
|
| - |
|
175865 |
|
| - |
|
175866 |
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
|
| - |
|
175867 |
org.apache.thrift.protocol.TField field;
|
| - |
|
175868 |
iprot.readStructBegin();
|
| - |
|
175869 |
while (true)
|
| - |
|
175870 |
{
|
| - |
|
175871 |
field = iprot.readFieldBegin();
|
| - |
|
175872 |
if (field.type == org.apache.thrift.protocol.TType.STOP) {
|
| - |
|
175873 |
break;
|
| - |
|
175874 |
}
|
| - |
|
175875 |
switch (field.id) {
|
| - |
|
175876 |
case 1: // AMAZONFBASALESSNAPSHOTLIST
|
| - |
|
175877 |
if (field.type == org.apache.thrift.protocol.TType.LIST) {
|
| - |
|
175878 |
{
|
| - |
|
175879 |
org.apache.thrift.protocol.TList _list537 = iprot.readListBegin();
|
| - |
|
175880 |
this.amazonfbasalessnapshotlist = new ArrayList<AmazonFbaSalesSnapshot>(_list537.size);
|
| - |
|
175881 |
for (int _i538 = 0; _i538 < _list537.size; ++_i538)
|
| - |
|
175882 |
{
|
| - |
|
175883 |
AmazonFbaSalesSnapshot _elem539; // required
|
| - |
|
175884 |
_elem539 = new AmazonFbaSalesSnapshot();
|
| - |
|
175885 |
_elem539.read(iprot);
|
| - |
|
175886 |
this.amazonfbasalessnapshotlist.add(_elem539);
|
| - |
|
175887 |
}
|
| - |
|
175888 |
iprot.readListEnd();
|
| - |
|
175889 |
}
|
| - |
|
175890 |
} else {
|
| - |
|
175891 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
175892 |
}
|
| - |
|
175893 |
break;
|
| - |
|
175894 |
default:
|
| - |
|
175895 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
175896 |
}
|
| - |
|
175897 |
iprot.readFieldEnd();
|
| - |
|
175898 |
}
|
| - |
|
175899 |
iprot.readStructEnd();
|
| - |
|
175900 |
validate();
|
| - |
|
175901 |
}
|
| - |
|
175902 |
|
| - |
|
175903 |
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
|
| - |
|
175904 |
validate();
|
| - |
|
175905 |
|
| - |
|
175906 |
oprot.writeStructBegin(STRUCT_DESC);
|
| - |
|
175907 |
if (this.amazonfbasalessnapshotlist != null) {
|
| - |
|
175908 |
oprot.writeFieldBegin(AMAZONFBASALESSNAPSHOTLIST_FIELD_DESC);
|
| - |
|
175909 |
{
|
| - |
|
175910 |
oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.amazonfbasalessnapshotlist.size()));
|
| - |
|
175911 |
for (AmazonFbaSalesSnapshot _iter540 : this.amazonfbasalessnapshotlist)
|
| - |
|
175912 |
{
|
| - |
|
175913 |
_iter540.write(oprot);
|
| - |
|
175914 |
}
|
| - |
|
175915 |
oprot.writeListEnd();
|
| - |
|
175916 |
}
|
| - |
|
175917 |
oprot.writeFieldEnd();
|
| - |
|
175918 |
}
|
| - |
|
175919 |
oprot.writeFieldStop();
|
| - |
|
175920 |
oprot.writeStructEnd();
|
| - |
|
175921 |
}
|
| - |
|
175922 |
|
| - |
|
175923 |
@Override
|
| - |
|
175924 |
public String toString() {
|
| - |
|
175925 |
StringBuilder sb = new StringBuilder("bulkAddOrUpdateAmazonFbaSalesSnapshot_args(");
|
| - |
|
175926 |
boolean first = true;
|
| - |
|
175927 |
|
| - |
|
175928 |
sb.append("amazonfbasalessnapshotlist:");
|
| - |
|
175929 |
if (this.amazonfbasalessnapshotlist == null) {
|
| - |
|
175930 |
sb.append("null");
|
| - |
|
175931 |
} else {
|
| - |
|
175932 |
sb.append(this.amazonfbasalessnapshotlist);
|
| - |
|
175933 |
}
|
| - |
|
175934 |
first = false;
|
| - |
|
175935 |
sb.append(")");
|
| - |
|
175936 |
return sb.toString();
|
| - |
|
175937 |
}
|
| - |
|
175938 |
|
| - |
|
175939 |
public void validate() throws org.apache.thrift.TException {
|
| - |
|
175940 |
// check for required fields
|
| - |
|
175941 |
}
|
| - |
|
175942 |
|
| - |
|
175943 |
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
|
| - |
|
175944 |
try {
|
| - |
|
175945 |
write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
|
| - |
|
175946 |
} catch (org.apache.thrift.TException te) {
|
| - |
|
175947 |
throw new java.io.IOException(te);
|
| - |
|
175948 |
}
|
| - |
|
175949 |
}
|
| - |
|
175950 |
|
| - |
|
175951 |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
|
| - |
|
175952 |
try {
|
| - |
|
175953 |
read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
|
| - |
|
175954 |
} catch (org.apache.thrift.TException te) {
|
| - |
|
175955 |
throw new java.io.IOException(te);
|
| - |
|
175956 |
}
|
| - |
|
175957 |
}
|
| - |
|
175958 |
|
| - |
|
175959 |
}
|
| - |
|
175960 |
|
| - |
|
175961 |
public static class bulkAddOrUpdateAmazonFbaSalesSnapshot_result implements org.apache.thrift.TBase<bulkAddOrUpdateAmazonFbaSalesSnapshot_result, bulkAddOrUpdateAmazonFbaSalesSnapshot_result._Fields>, java.io.Serializable, Cloneable {
|
| - |
|
175962 |
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("bulkAddOrUpdateAmazonFbaSalesSnapshot_result");
|
| - |
|
175963 |
|
| - |
|
175964 |
|
| - |
|
175965 |
|
| - |
|
175966 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
| - |
|
175967 |
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
| - |
|
175968 |
;
|
| - |
|
175969 |
|
| - |
|
175970 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
| - |
|
175971 |
|
| - |
|
175972 |
static {
|
| - |
|
175973 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
| - |
|
175974 |
byName.put(field.getFieldName(), field);
|
| - |
|
175975 |
}
|
| - |
|
175976 |
}
|
| - |
|
175977 |
|
| - |
|
175978 |
/**
|
| - |
|
175979 |
* Find the _Fields constant that matches fieldId, or null if its not found.
|
| - |
|
175980 |
*/
|
| - |
|
175981 |
public static _Fields findByThriftId(int fieldId) {
|
| - |
|
175982 |
switch(fieldId) {
|
| - |
|
175983 |
default:
|
| - |
|
175984 |
return null;
|
| - |
|
175985 |
}
|
| - |
|
175986 |
}
|
| - |
|
175987 |
|
| - |
|
175988 |
/**
|
| - |
|
175989 |
* Find the _Fields constant that matches fieldId, throwing an exception
|
| - |
|
175990 |
* if it is not found.
|
| - |
|
175991 |
*/
|
| - |
|
175992 |
public static _Fields findByThriftIdOrThrow(int fieldId) {
|
| - |
|
175993 |
_Fields fields = findByThriftId(fieldId);
|
| - |
|
175994 |
if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
|
| - |
|
175995 |
return fields;
|
| - |
|
175996 |
}
|
| - |
|
175997 |
|
| - |
|
175998 |
/**
|
| - |
|
175999 |
* Find the _Fields constant that matches name, or null if its not found.
|
| - |
|
176000 |
*/
|
| - |
|
176001 |
public static _Fields findByName(String name) {
|
| - |
|
176002 |
return byName.get(name);
|
| - |
|
176003 |
}
|
| - |
|
176004 |
|
| - |
|
176005 |
private final short _thriftId;
|
| - |
|
176006 |
private final String _fieldName;
|
| - |
|
176007 |
|
| - |
|
176008 |
_Fields(short thriftId, String fieldName) {
|
| - |
|
176009 |
_thriftId = thriftId;
|
| - |
|
176010 |
_fieldName = fieldName;
|
| - |
|
176011 |
}
|
| - |
|
176012 |
|
| - |
|
176013 |
public short getThriftFieldId() {
|
| - |
|
176014 |
return _thriftId;
|
| - |
|
176015 |
}
|
| - |
|
176016 |
|
| - |
|
176017 |
public String getFieldName() {
|
| - |
|
176018 |
return _fieldName;
|
| - |
|
176019 |
}
|
| - |
|
176020 |
}
|
| - |
|
176021 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
| - |
|
176022 |
static {
|
| - |
|
176023 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
| - |
|
176024 |
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
| - |
|
176025 |
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(bulkAddOrUpdateAmazonFbaSalesSnapshot_result.class, metaDataMap);
|
| - |
|
176026 |
}
|
| - |
|
176027 |
|
| - |
|
176028 |
public bulkAddOrUpdateAmazonFbaSalesSnapshot_result() {
|
| - |
|
176029 |
}
|
| - |
|
176030 |
|
| - |
|
176031 |
/**
|
| - |
|
176032 |
* Performs a deep copy on <i>other</i>.
|
| - |
|
176033 |
*/
|
| - |
|
176034 |
public bulkAddOrUpdateAmazonFbaSalesSnapshot_result(bulkAddOrUpdateAmazonFbaSalesSnapshot_result other) {
|
| - |
|
176035 |
}
|
| - |
|
176036 |
|
| - |
|
176037 |
public bulkAddOrUpdateAmazonFbaSalesSnapshot_result deepCopy() {
|
| - |
|
176038 |
return new bulkAddOrUpdateAmazonFbaSalesSnapshot_result(this);
|
| - |
|
176039 |
}
|
| - |
|
176040 |
|
| - |
|
176041 |
@Override
|
| - |
|
176042 |
public void clear() {
|
| - |
|
176043 |
}
|
| - |
|
176044 |
|
| - |
|
176045 |
public void setFieldValue(_Fields field, Object value) {
|
| - |
|
176046 |
switch (field) {
|
| - |
|
176047 |
}
|
| - |
|
176048 |
}
|
| - |
|
176049 |
|
| - |
|
176050 |
public Object getFieldValue(_Fields field) {
|
| - |
|
176051 |
switch (field) {
|
| - |
|
176052 |
}
|
| - |
|
176053 |
throw new IllegalStateException();
|
| - |
|
176054 |
}
|
| - |
|
176055 |
|
| - |
|
176056 |
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
|
| - |
|
176057 |
public boolean isSet(_Fields field) {
|
| - |
|
176058 |
if (field == null) {
|
| - |
|
176059 |
throw new IllegalArgumentException();
|
| - |
|
176060 |
}
|
| - |
|
176061 |
|
| - |
|
176062 |
switch (field) {
|
| - |
|
176063 |
}
|
| - |
|
176064 |
throw new IllegalStateException();
|
| - |
|
176065 |
}
|
| - |
|
176066 |
|
| - |
|
176067 |
@Override
|
| - |
|
176068 |
public boolean equals(Object that) {
|
| - |
|
176069 |
if (that == null)
|
| - |
|
176070 |
return false;
|
| - |
|
176071 |
if (that instanceof bulkAddOrUpdateAmazonFbaSalesSnapshot_result)
|
| - |
|
176072 |
return this.equals((bulkAddOrUpdateAmazonFbaSalesSnapshot_result)that);
|
| - |
|
176073 |
return false;
|
| - |
|
176074 |
}
|
| - |
|
176075 |
|
| - |
|
176076 |
public boolean equals(bulkAddOrUpdateAmazonFbaSalesSnapshot_result that) {
|
| - |
|
176077 |
if (that == null)
|
| - |
|
176078 |
return false;
|
| - |
|
176079 |
|
| - |
|
176080 |
return true;
|
| - |
|
176081 |
}
|
| - |
|
176082 |
|
| - |
|
176083 |
@Override
|
| - |
|
176084 |
public int hashCode() {
|
| - |
|
176085 |
return 0;
|
| - |
|
176086 |
}
|
| - |
|
176087 |
|
| - |
|
176088 |
public int compareTo(bulkAddOrUpdateAmazonFbaSalesSnapshot_result other) {
|
| - |
|
176089 |
if (!getClass().equals(other.getClass())) {
|
| - |
|
176090 |
return getClass().getName().compareTo(other.getClass().getName());
|
| - |
|
176091 |
}
|
| - |
|
176092 |
|
| - |
|
176093 |
int lastComparison = 0;
|
| - |
|
176094 |
bulkAddOrUpdateAmazonFbaSalesSnapshot_result typedOther = (bulkAddOrUpdateAmazonFbaSalesSnapshot_result)other;
|
| - |
|
176095 |
|
| - |
|
176096 |
return 0;
|
| - |
|
176097 |
}
|
| - |
|
176098 |
|
| - |
|
176099 |
public _Fields fieldForId(int fieldId) {
|
| - |
|
176100 |
return _Fields.findByThriftId(fieldId);
|
| - |
|
176101 |
}
|
| - |
|
176102 |
|
| - |
|
176103 |
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
|
| - |
|
176104 |
org.apache.thrift.protocol.TField field;
|
| - |
|
176105 |
iprot.readStructBegin();
|
| - |
|
176106 |
while (true)
|
| - |
|
176107 |
{
|
| - |
|
176108 |
field = iprot.readFieldBegin();
|
| - |
|
176109 |
if (field.type == org.apache.thrift.protocol.TType.STOP) {
|
| - |
|
176110 |
break;
|
| - |
|
176111 |
}
|
| - |
|
176112 |
switch (field.id) {
|
| - |
|
176113 |
default:
|
| - |
|
176114 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| - |
|
176115 |
}
|
| - |
|
176116 |
iprot.readFieldEnd();
|
| - |
|
176117 |
}
|
| - |
|
176118 |
iprot.readStructEnd();
|
| - |
|
176119 |
validate();
|
| - |
|
176120 |
}
|
| - |
|
176121 |
|
| - |
|
176122 |
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
|
| - |
|
176123 |
oprot.writeStructBegin(STRUCT_DESC);
|
| - |
|
176124 |
|
| - |
|
176125 |
oprot.writeFieldStop();
|
| - |
|
176126 |
oprot.writeStructEnd();
|
| - |
|
176127 |
}
|
| - |
|
176128 |
|
| - |
|
176129 |
@Override
|
| - |
|
176130 |
public String toString() {
|
| - |
|
176131 |
StringBuilder sb = new StringBuilder("bulkAddOrUpdateAmazonFbaSalesSnapshot_result(");
|
| - |
|
176132 |
boolean first = true;
|
| - |
|
176133 |
|
| - |
|
176134 |
sb.append(")");
|
| - |
|
176135 |
return sb.toString();
|
| - |
|
176136 |
}
|
| - |
|
176137 |
|
| - |
|
176138 |
public void validate() throws org.apache.thrift.TException {
|
| 175535 |
// check for required fields
|
176139 |
// check for required fields
|
| 175536 |
}
|
176140 |
}
|
| 175537 |
|
176141 |
|
| 175538 |
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
|
176142 |
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
|
| 175539 |
try {
|
176143 |
try {
|