Package io.vertx.tp.lbs.cv
Interface Addr.PickUp
-
- Enclosing interface:
- Addr
public static interface Addr.PickUp
-
-
Field Summary
Fields Modifier and Type Field Description static StringCITY_BY_STATEstatic StringCOUNTRIESstatic StringFLOOR_BY_SIGMAstatic StringREGION_BY_CITYstatic StringREGION_METAstatic StringSTATE_BY_COUNTRYstatic StringTENT_BY_SIGMA
-
-
-
Field Detail
-
REGION_META
static final String REGION_META
- See Also:
- Constant Field Values
-
REGION_BY_CITY
static final String REGION_BY_CITY
- See Also:
- Constant Field Values
-
CITY_BY_STATE
static final String CITY_BY_STATE
- See Also:
- Constant Field Values
-
STATE_BY_COUNTRY
static final String STATE_BY_COUNTRY
- See Also:
- Constant Field Values
-
COUNTRIES
static final String COUNTRIES
- See Also:
- Constant Field Values
-
TENT_BY_SIGMA
static final String TENT_BY_SIGMA
- See Also:
- Constant Field Values
-
FLOOR_BY_SIGMA
static final String FLOOR_BY_SIGMA
- See Also:
- Constant Field Values
-
-