public class

GetAsyncResultRequest

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.GetAsyncResultRequest

Class Overview

Java class for GetAsyncResultRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAsyncResultRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="jobId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="pageIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String jobId
protected int pageIndex
Public Constructors
GetAsyncResultRequest()
GetAsyncResultRequest(String jobId, int pageIndex)
Public Methods
String getJobId()
Gets the value of the jobId property.
int getPageIndex()
Gets the value of the pageIndex property.
void setJobId(String value)
Sets the value of the jobId property.
void setPageIndex(int value)
Sets the value of the pageIndex property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String jobId

protected int pageIndex

Public Constructors

public GetAsyncResultRequest ()

public GetAsyncResultRequest (String jobId, int pageIndex)

Parameters
jobId
pageIndex

Public Methods

public String getJobId ()

Gets the value of the jobId property.

Returns
  • possible object is String

public int getPageIndex ()

Gets the value of the pageIndex property.

public void setJobId (String value)

Sets the value of the jobId property.

Parameters
value Allowed object is String

public void setPageIndex (int value)

Sets the value of the pageIndex property.

Parameters
value