enum Flavor{ dev, prod } class GlobalVar{ // static String apiHost = "otapi.beswell.com"; // static String apiHost = "t-otapi.beswell.com"; // static int apiPort = 10001; static String apiHost = "192.168.0.3"; static int apiPort = 9099; static Flavor flavor=Flavor.dev; }