| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.AsyncStatusResult |
Java class for AsyncStatusResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AsyncStatusResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="jobId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}AsyncStatusType"/>
<element name="percentCompleted" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="estRemainingDuration" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| estRemainingDuration | |||||||||||
| jobId | |||||||||||
| percentCompleted | |||||||||||
| status | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the estRemainingDuration property.
| |||||||||||
Gets the value of the jobId property.
| |||||||||||
Gets the value of the percentCompleted property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Sets the value of the estRemainingDuration property.
| |||||||||||
Sets the value of the jobId property.
| |||||||||||
Sets the value of the percentCompleted property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the estRemainingDuration property.
Gets the value of the jobId property.
Gets the value of the percentCompleted property.
Gets the value of the status property.
AsyncStatusType
Sets the value of the estRemainingDuration property.
| value |
|---|
Sets the value of the jobId property.
| value | Allowed object is String |
|---|
Sets the value of the percentCompleted property.
| value |
|---|
Sets the value of the status property.
| value | Allowed object is
AsyncStatusType
|
|---|