Package com.mindee.parsing.v2
Class DataSchemaActiveOptions
- java.lang.Object
-
- com.mindee.parsing.v2.DataSchemaActiveOptions
-
public class DataSchemaActiveOptions extends Object
Data schema options activated during the inference.
-
-
Constructor Summary
Constructors Constructor Description DataSchemaActiveOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)booleangetReplace()Whether the data schema was replaced for the inference.inthashCode()StringtoString()
-
-
-
Method Detail
-
getReplace
public boolean getReplace()
Whether the data schema was replaced for the inference.
-
canEqual
protected boolean canEqual(Object other)
-
-