()
| 100 | } |
| 101 | |
| 102 | public String countryCode() { |
| 103 | return faker.fakeValuesService().resolve("address.country_code", this, faker); |
| 104 | } |
| 105 | |
| 106 | public String buildingNumber() { |
| 107 | return faker.numerify(faker.fakeValuesService().resolve("address.building_number", this, faker)); |