Package com.confidentify.client.model
Class PhoneRequestRecord
- java.lang.Object
-
- com.confidentify.client.model.PhoneRequestRecord
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class PhoneRequestRecord extends Object
PhoneRequestRecord
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTRYstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_PHONE
-
Constructor Summary
Constructors Constructor Description PhoneRequestRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhoneRequestRecordcountry(String country)booleanequals(Object o)StringgetCountry()2-letter country codeStringgetId()Get idStringgetPhone()Get phoneinthashCode()PhoneRequestRecordid(String id)PhoneRequestRecordphone(String phone)voidsetCountry(String country)voidsetId(String id)voidsetPhone(String phone)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COUNTRY
public static final String SERIALIZED_NAME_COUNTRY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PHONE
public static final String SERIALIZED_NAME_PHONE
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public PhoneRequestRecord id(String id)
-
setId
public void setId(String id)
-
country
public PhoneRequestRecord country(String country)
-
setCountry
public void setCountry(String country)
-
phone
public PhoneRequestRecord phone(String phone)
-
setPhone
public void setPhone(String phone)
-
-