@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LineItemFields extends Object implements Serializable, Cloneable, StructuredPojo
A structure that holds information about the different lines found in a document's tables.
| Constructor and Description |
|---|
LineItemFields() |
| Modifier and Type | Method and Description |
|---|---|
LineItemFields |
clone() |
boolean |
equals(Object obj) |
List<ExpenseField> |
getLineItemExpenseFields()
ExpenseFields used to show information from detected lines on a table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLineItemExpenseFields(Collection<ExpenseField> lineItemExpenseFields)
ExpenseFields used to show information from detected lines on a table.
|
String |
toString()
Returns a string representation of this object.
|
LineItemFields |
withLineItemExpenseFields(Collection<ExpenseField> lineItemExpenseFields)
ExpenseFields used to show information from detected lines on a table.
|
LineItemFields |
withLineItemExpenseFields(ExpenseField... lineItemExpenseFields)
ExpenseFields used to show information from detected lines on a table.
|
public List<ExpenseField> getLineItemExpenseFields()
ExpenseFields used to show information from detected lines on a table.
public void setLineItemExpenseFields(Collection<ExpenseField> lineItemExpenseFields)
ExpenseFields used to show information from detected lines on a table.
lineItemExpenseFields - ExpenseFields used to show information from detected lines on a table.public LineItemFields withLineItemExpenseFields(ExpenseField... lineItemExpenseFields)
ExpenseFields used to show information from detected lines on a table.
NOTE: This method appends the values to the existing list (if any). Use
setLineItemExpenseFields(java.util.Collection) or
withLineItemExpenseFields(java.util.Collection) if you want to override the existing values.
lineItemExpenseFields - ExpenseFields used to show information from detected lines on a table.public LineItemFields withLineItemExpenseFields(Collection<ExpenseField> lineItemExpenseFields)
ExpenseFields used to show information from detected lines on a table.
lineItemExpenseFields - ExpenseFields used to show information from detected lines on a table.public String toString()
toString in class ObjectObject.toString()public LineItemFields clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.