()
| 32 | } |
| 33 | |
| 34 | public String zipCode() { |
| 35 | return faker.bothify(faker.fakeValuesService().resolve("address.postcode", this,faker)); |
| 36 | } |
| 37 | |
| 38 | public String zipCodeByState(String stateAbbr) { |
| 39 | return faker.fakeValuesService().resolve("address.postcode_by_state." + stateAbbr, this, faker); |