public class

AsyncGetListResult

extends AsyncResult
implements Serializable
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_2.AsyncResult
     ↳ com.netsuite.webservices.platform.messages_2013_2.AsyncGetListResult

Class Overview

Java class for AsyncGetListResult complex type.

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

 <complexType name="AsyncGetListResult">
   <complexContent>
     <extension base="{urn:messages_2013_2.platform.webservices.netsuite.com}AsyncResult">
       <sequence>
         <element ref="{urn:messages_2013_2.platform.webservices.netsuite.com}readResponseList"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.netsuite.webservices.platform.messages_2013_2.AsyncResult
Fields
protected ReadResponseList readResponseList
Public Constructors
AsyncGetListResult()
Public Methods
ReadResponseList getReadResponseList()
Gets the value of the readResponseList property.
void setReadResponseList(ReadResponseList value)
Sets the value of the readResponseList property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ReadResponseList readResponseList

Public Constructors

public AsyncGetListResult ()

Public Methods

public ReadResponseList getReadResponseList ()

Gets the value of the readResponseList property.

Returns

public void setReadResponseList (ReadResponseList value)

Sets the value of the readResponseList property.

Parameters
value Allowed object is ReadResponseList