@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class PostalCodeConstraints extends Constraints
Constructor and Description |
---|
PostalCodeConstraints() |
Modifier and Type | Method and Description |
---|---|
PostalCodeConstraints |
countryCode(CountryCode countryCode) |
boolean |
equals(Object o) |
CountryCode |
getCountryCode()
Get countryCode
|
List<String> |
getSparseZipCodePrefixes()
Some 3 digit codes describe areas of 20,000 or less people; for these exceptional codes, which can more easily be used to reidentify participants, substitute the value \"000\" instead before submitting the survey answer to the server.
|
int |
hashCode() |
void |
setCountryCode(CountryCode countryCode) |
String |
toString() |
dataType, getDataType, getType, isRequired, required, setDataType, setRequired
public PostalCodeConstraints countryCode(CountryCode countryCode)
public CountryCode getCountryCode()
public void setCountryCode(CountryCode countryCode)
public List<String> getSparseZipCodePrefixes()
public boolean equals(Object o)
equals
in class Constraints
public int hashCode()
hashCode
in class Constraints
public String toString()
toString
in class Constraints
Copyright © 2022 Sage Bionetworks. All rights reserved.