| Line 62... |
Line 62... |
| 62 |
|
62 |
|
| 63 |
public final static String appName = "Test";
|
63 |
public final static String appName = "Test";
|
| 64 |
public final static String appVersion = "1.0";
|
64 |
public final static String appVersion = "1.0";
|
| 65 |
public final static String merchantId = "AF6E3O0VE0X4D";
|
65 |
public final static String merchantId = "AF6E3O0VE0X4D";
|
| 66 |
|
66 |
|
| 67 |
public final static String FILE_PATH = "/tmp/amazonorderreport.xml";
|
67 |
public final static String FILE_PATH = "/tmp/amazonorderreport-hourly.xml";
|
| 68 |
public final static long now = System.currentTimeMillis();
|
68 |
public final static long now = System.currentTimeMillis();
|
| 69 |
public static Map<String, AmazonFbaInventorySnapshot> fbaInventoryMap = new HashMap<String,AmazonFbaInventorySnapshot>();
|
69 |
public static Map<String, AmazonFbaInventorySnapshot> fbaInventoryMap = new HashMap<String,AmazonFbaInventorySnapshot>();
|
| 70 |
public static Map<String,AmazonHourlySaleSnapshot> skuSaleMap = new HashMap<String,AmazonHourlySaleSnapshot>();
|
70 |
public static Map<String,AmazonHourlySaleSnapshot> skuSaleMap = new HashMap<String,AmazonHourlySaleSnapshot>();
|
| 71 |
|
71 |
|
| 72 |
public static void terminate(String msg){
|
72 |
public static void terminate(String msg){
|