public class TfaStartAuthenticationResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CALL_STATUS |
static String |
SERIALIZED_NAME_NC_STATUS |
static String |
SERIALIZED_NAME_PIN_ID |
static String |
SERIALIZED_NAME_SMS_STATUS |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
TfaStartAuthenticationResponse() |
| Modifier and Type | Method and Description |
|---|---|
TfaStartAuthenticationResponse |
callStatus(String callStatus) |
boolean |
equals(Object o) |
String |
getCallStatus()
Call status, e.g.
|
String |
getNcStatus()
Status of sent [Number Lookup](https://www.infobip.com/docs/number-lookup).
|
String |
getPinId()
Sent PIN code ID.
|
String |
getSmsStatus()
Sent SMS status.
|
String |
getTo()
Phone number to which the 2FA message will be sent.
|
int |
hashCode() |
TfaStartAuthenticationResponse |
ncStatus(String ncStatus) |
TfaStartAuthenticationResponse |
pinId(String pinId) |
void |
setCallStatus(String callStatus) |
void |
setNcStatus(String ncStatus) |
void |
setPinId(String pinId) |
void |
setSmsStatus(String smsStatus) |
void |
setTo(String to) |
TfaStartAuthenticationResponse |
smsStatus(String smsStatus) |
TfaStartAuthenticationResponse |
to(String to) |
String |
toString() |
public static final String SERIALIZED_NAME_CALL_STATUS
public static final String SERIALIZED_NAME_NC_STATUS
public static final String SERIALIZED_NAME_PIN_ID
public static final String SERIALIZED_NAME_SMS_STATUS
public static final String SERIALIZED_NAME_TO
public TfaStartAuthenticationResponse callStatus(String callStatus)
public String getCallStatus()
public void setCallStatus(String callStatus)
public TfaStartAuthenticationResponse ncStatus(String ncStatus)
public String getNcStatus()
public void setNcStatus(String ncStatus)
public TfaStartAuthenticationResponse pinId(String pinId)
public String getPinId()
public void setPinId(String pinId)
public TfaStartAuthenticationResponse smsStatus(String smsStatus)
public String getSmsStatus()
public void setSmsStatus(String smsStatus)
public TfaStartAuthenticationResponse to(String to)
public String getTo()
public void setTo(String to)
Copyright © 2022. All rights reserved.