(String postCode)
| 40 | } |
| 41 | |
| 42 | public String countyByZipCode(String postCode) { |
| 43 | return faker.fakeValuesService().resolve("address.county_by_postcode." + postCode, this, faker); |
| 44 | } |
| 45 | |
| 46 | public String streetSuffix() { |
| 47 | return faker.fakeValuesService().resolve("address.street_suffix", this, faker); |