Package com.confidentify.client.model
Class PhoneResponseRecordProcessorOutcome
- java.lang.Object
-
- com.confidentify.client.model.PhoneResponseRecordProcessorOutcome
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class PhoneResponseRecordProcessorOutcome extends Object
PhoneResponseRecordProcessorOutcome
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_INFOstatic StringSERIALIZED_NAME_IS_PARSEDstatic StringSERIALIZED_NAME_IS_POSSIBLEstatic StringSERIALIZED_NAME_VERDICTstatic StringSERIALIZED_NAME_WARN
-
Constructor Summary
Constructors Constructor Description PhoneResponseRecordProcessorOutcome()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_VERDICT
public static final String SERIALIZED_NAME_VERDICT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INFO
public static final String SERIALIZED_NAME_INFO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WARN
public static final String SERIALIZED_NAME_WARN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_PARSED
public static final String SERIALIZED_NAME_IS_PARSED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_POSSIBLE
public static final String SERIALIZED_NAME_IS_POSSIBLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
verdict
public PhoneResponseRecordProcessorOutcome verdict(ProcessorVerdict verdict)
-
getVerdict
@Nullable public ProcessorVerdict getVerdict()
Get verdict- Returns:
- verdict
-
setVerdict
public void setVerdict(ProcessorVerdict verdict)
-
info
public PhoneResponseRecordProcessorOutcome info(List<String> info)
-
addInfoItem
public PhoneResponseRecordProcessorOutcome addInfoItem(String infoItem)
-
getInfo
@Nullable public List<String> getInfo()
A list of informational entries about the processed entity.- Returns:
- info
-
warn
public PhoneResponseRecordProcessorOutcome warn(List<String> warn)
-
addWarnItem
public PhoneResponseRecordProcessorOutcome addWarnItem(String warnItem)
-
getWarn
@Nullable public List<String> getWarn()
A list of warnings about the processed entity.- Returns:
- warn
-
isParsed
public PhoneResponseRecordProcessorOutcome isParsed(Boolean isParsed)
-
setIsParsed
public void setIsParsed(Boolean isParsed)
-
isPossible
public PhoneResponseRecordProcessorOutcome isPossible(Boolean isPossible)
-
setIsPossible
public void setIsPossible(Boolean isPossible)
-
-