Class Location
- java.lang.Object
-
- org.eclipse.microprofile.config.tck.Location
-
public class Location extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCity()StringgetCountry()StringgetCounty()StringgetPostcode()StringgetRoad()inthashCode()
-
-
-
Constructor Detail
-
Location
public Location(String loc)
-
-
Method Detail
-
getRoad
public String getRoad()
- Returns:
- String return the road
-
getCity
public String getCity()
- Returns:
- String return the city
-
getCounty
public String getCounty()
- Returns:
- String return the county
-
getPostcode
public String getPostcode()
- Returns:
- String return the postcode
-
getCountry
public String getCountry()
- Returns:
- String return the country
-
-