Package com.confidentify.client.model
Class PhoneResponseRecord
- java.lang.Object
-
- com.confidentify.client.model.PhoneResponseRecord
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class PhoneResponseRecord extends Object
PhoneResponseRecord
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_OUTCOMEstatic StringSERIALIZED_NAME_PHONE_COUNTRY_CODEstatic StringSERIALIZED_NAME_PHONE_E164static StringSERIALIZED_NAME_PHONE_INTERNATIONALstatic StringSERIALIZED_NAME_PHONE_NATIONAL
-
Constructor Summary
Constructors Constructor Description PhoneResponseRecord()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PHONE_E164
public static final String SERIALIZED_NAME_PHONE_E164
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PHONE_INTERNATIONAL
public static final String SERIALIZED_NAME_PHONE_INTERNATIONAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PHONE_COUNTRY_CODE
public static final String SERIALIZED_NAME_PHONE_COUNTRY_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PHONE_NATIONAL
public static final String SERIALIZED_NAME_PHONE_NATIONAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OUTCOME
public static final String SERIALIZED_NAME_OUTCOME
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public PhoneResponseRecord id(String id)
-
setId
public void setId(String id)
-
phoneE164
public PhoneResponseRecord phoneE164(String phoneE164)
-
setPhoneE164
public void setPhoneE164(String phoneE164)
-
phoneInternational
public PhoneResponseRecord phoneInternational(String phoneInternational)
-
getPhoneInternational
@Nullable public String getPhoneInternational()
Get phoneInternational- Returns:
- phoneInternational
-
setPhoneInternational
public void setPhoneInternational(String phoneInternational)
-
phoneCountryCode
public PhoneResponseRecord phoneCountryCode(Integer phoneCountryCode)
-
getPhoneCountryCode
@Nullable public Integer getPhoneCountryCode()
Get phoneCountryCode- Returns:
- phoneCountryCode
-
setPhoneCountryCode
public void setPhoneCountryCode(Integer phoneCountryCode)
-
phoneNational
public PhoneResponseRecord phoneNational(String phoneNational)
-
getPhoneNational
@Nullable public String getPhoneNational()
Get phoneNational- Returns:
- phoneNational
-
setPhoneNational
public void setPhoneNational(String phoneNational)
-
outcome
public PhoneResponseRecord outcome(PhoneResponseRecordProcessorOutcome outcome)
-
getOutcome
@Nullable public PhoneResponseRecordProcessorOutcome getOutcome()
Get outcome- Returns:
- outcome
-
setOutcome
public void setOutcome(PhoneResponseRecordProcessorOutcome outcome)
-
-