public class

AsyncStatusResult

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.AsyncStatusResult

Class Overview

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>
 

Summary

Fields
protected double estRemainingDuration
protected String jobId
protected double percentCompleted
protected AsyncStatusType status
Public Constructors
AsyncStatusResult()
Public Methods
double getEstRemainingDuration()
Gets the value of the estRemainingDuration property.
String getJobId()
Gets the value of the jobId property.
double getPercentCompleted()
Gets the value of the percentCompleted property.
AsyncStatusType getStatus()
Gets the value of the status property.
void setEstRemainingDuration(double value)
Sets the value of the estRemainingDuration property.
void setJobId(String value)
Sets the value of the jobId property.
void setPercentCompleted(double value)
Sets the value of the percentCompleted property.
void setStatus(AsyncStatusType value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected double estRemainingDuration

protected String jobId

protected double percentCompleted

protected AsyncStatusType status

Public Constructors

public AsyncStatusResult ()

Public Methods

public double getEstRemainingDuration ()

Gets the value of the estRemainingDuration property.

public String getJobId ()

Gets the value of the jobId property.

Returns
  • possible object is String

public double getPercentCompleted ()

Gets the value of the percentCompleted property.

public AsyncStatusType getStatus ()

Gets the value of the status property.

Returns

public void setEstRemainingDuration (double value)

Sets the value of the estRemainingDuration property.

Parameters
value

public void setJobId (String value)

Sets the value of the jobId property.

Parameters
value Allowed object is String

public void setPercentCompleted (double value)

Sets the value of the percentCompleted property.

Parameters
value

public void setStatus (AsyncStatusType value)

Sets the value of the status property.

Parameters
value Allowed object is AsyncStatusType