public class ImportEntityStatistics extends Object
Java class for ImportEntityStatistics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportEntityStatistics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Additions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Changes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Deletions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="EntityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Errors" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Total" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
additions |
protected Integer |
changes |
protected Integer |
deletions |
protected String |
entityType |
protected Integer |
errors |
protected Integer |
total |
| Constructor and Description |
|---|
ImportEntityStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAdditions()
Gets the value of the additions property.
|
Integer |
getChanges()
Gets the value of the changes property.
|
Integer |
getDeletions()
Gets the value of the deletions property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
Integer |
getErrors()
Gets the value of the errors property.
|
Integer |
getTotal()
Gets the value of the total property.
|
void |
setAdditions(Integer value)
Sets the value of the additions property.
|
void |
setChanges(Integer value)
Sets the value of the changes property.
|
void |
setDeletions(Integer value)
Sets the value of the deletions property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setErrors(Integer value)
Sets the value of the errors property.
|
void |
setTotal(Integer value)
Sets the value of the total property.
|
protected Integer additions
protected Integer changes
protected Integer deletions
protected String entityType
protected Integer errors
protected Integer total
public Integer getAdditions()
Integerpublic void setAdditions(Integer value)
value - allowed object is
Integerpublic Integer getChanges()
Integerpublic void setChanges(Integer value)
value - allowed object is
Integerpublic Integer getDeletions()
Integerpublic void setDeletions(Integer value)
value - allowed object is
Integerpublic String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic Integer getErrors()
Integerpublic void setErrors(Integer value)
value - allowed object is
Integerpublic Integer getTotal()
IntegerCopyright © 2024. All rights reserved.