Package com.mindee.product.us.w9
Class W9V1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.us.w9.W9V1Document
-
- Direct Known Subclasses:
W9V1Page
public class W9V1Document extends Prediction
W9 API version 1.0 document data.
-
-
Constructor Summary
Constructors Constructor Description W9V1Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:Prediction
Returnstrue
if there are no predictions values. Accessing prediction values when this istrue
may result in aNullPointerException
- Specified by:
isEmpty
in classPrediction
-
canEqual
protected boolean canEqual(Object other)
-
-