Package com.confidentify.client.model
Class ProcessorOutcome
- java.lang.Object
-
- com.confidentify.client.model.ProcessorOutcome
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class ProcessorOutcome extends Object
ProcessorOutcome
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_INFOstatic StringSERIALIZED_NAME_VERDICTstatic StringSERIALIZED_NAME_WARN
-
Constructor Summary
Constructors Constructor Description ProcessorOutcome()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessorOutcomeaddInfoItem(String infoItem)ProcessorOutcomeaddWarnItem(String warnItem)booleanequals(Object o)List<String>getInfo()A list of informational entries about the processed entity.ProcessorVerdictgetVerdict()Get verdictList<String>getWarn()A list of warnings about the processed entity.inthashCode()ProcessorOutcomeinfo(List<String> info)voidsetInfo(List<String> info)voidsetVerdict(ProcessorVerdict verdict)voidsetWarn(List<String> warn)StringtoString()ProcessorOutcomeverdict(ProcessorVerdict verdict)ProcessorOutcomewarn(List<String> warn)
-
-
-
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
-
-
Method Detail
-
verdict
public ProcessorOutcome verdict(ProcessorVerdict verdict)
-
getVerdict
@Nullable public ProcessorVerdict getVerdict()
Get verdict- Returns:
- verdict
-
setVerdict
public void setVerdict(ProcessorVerdict verdict)
-
info
public ProcessorOutcome info(List<String> info)
-
addInfoItem
public ProcessorOutcome addInfoItem(String infoItem)
-
getInfo
@Nullable public List<String> getInfo()
A list of informational entries about the processed entity.- Returns:
- info
-
warn
public ProcessorOutcome warn(List<String> warn)
-
addWarnItem
public ProcessorOutcome addWarnItem(String warnItem)
-
getWarn
@Nullable public List<String> getWarn()
A list of warnings about the processed entity.- Returns:
- warn
-
-