public class ProgressStats extends Object
BatchJob.
Java class for ProgressStats complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProgressStats">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numOperationsExecuted" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="numOperationsSucceeded" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="estimatedPercentExecuted" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numResultsWritten" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
estimatedPercentExecuted |
protected Long |
numOperationsExecuted |
protected Long |
numOperationsSucceeded |
protected Long |
numResultsWritten |
| Constructor and Description |
|---|
ProgressStats() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEstimatedPercentExecuted()
Gets the value of the estimatedPercentExecuted property.
|
Long |
getNumOperationsExecuted()
Gets the value of the numOperationsExecuted property.
|
Long |
getNumOperationsSucceeded()
Gets the value of the numOperationsSucceeded property.
|
Long |
getNumResultsWritten()
Gets the value of the numResultsWritten property.
|
void |
setEstimatedPercentExecuted(Integer value)
Sets the value of the estimatedPercentExecuted property.
|
void |
setNumOperationsExecuted(Long value)
Sets the value of the numOperationsExecuted property.
|
void |
setNumOperationsSucceeded(Long value)
Sets the value of the numOperationsSucceeded property.
|
void |
setNumResultsWritten(Long value)
Sets the value of the numResultsWritten property.
|
protected Long numOperationsExecuted
protected Long numOperationsSucceeded
protected Integer estimatedPercentExecuted
protected Long numResultsWritten
public Long getNumOperationsExecuted()
Longpublic void setNumOperationsExecuted(Long value)
value - allowed object is
Longpublic Long getNumOperationsSucceeded()
Longpublic void setNumOperationsSucceeded(Long value)
value - allowed object is
Longpublic Integer getEstimatedPercentExecuted()
Integerpublic void setEstimatedPercentExecuted(Integer value)
value - allowed object is
Integerpublic Long getNumResultsWritten()
LongCopyright © 2023. All rights reserved.