Package com.confidentify.client.model
Class PhoneResponseRecordProcessorOutcomeAllOf
- java.lang.Object
-
- com.confidentify.client.model.PhoneResponseRecordProcessorOutcomeAllOf
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class PhoneResponseRecordProcessorOutcomeAllOf extends Object
PhoneResponseRecordProcessorOutcomeAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IS_PARSEDstatic StringSERIALIZED_NAME_IS_POSSIBLE
-
Constructor Summary
Constructors Constructor Description PhoneResponseRecordProcessorOutcomeAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetIsParsed()Get isParsedBooleangetIsPossible()Get isPossibleinthashCode()PhoneResponseRecordProcessorOutcomeAllOfisParsed(Boolean isParsed)PhoneResponseRecordProcessorOutcomeAllOfisPossible(Boolean isPossible)voidsetIsParsed(Boolean isParsed)voidsetIsPossible(Boolean isPossible)StringtoString()
-
-
-
Field Detail
-
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
-
isParsed
public PhoneResponseRecordProcessorOutcomeAllOf isParsed(Boolean isParsed)
-
setIsParsed
public void setIsParsed(Boolean isParsed)
-
isPossible
public PhoneResponseRecordProcessorOutcomeAllOf isPossible(Boolean isPossible)
-
setIsPossible
public void setIsPossible(Boolean isPossible)
-
-