public class

AsyncSearchResult

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

Class Overview

Java class for AsyncSearchResult complex type.

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

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

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.netsuite.webservices.platform.messages_2013_2.AsyncResult
Fields
protected SearchResult searchResult
Public Constructors
AsyncSearchResult()
Public Methods
SearchResult getSearchResult()
Gets the value of the searchResult property.
void setSearchResult(SearchResult value)
Sets the value of the searchResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected SearchResult searchResult

Public Constructors

public AsyncSearchResult ()

Public Methods

public SearchResult getSearchResult ()

Gets the value of the searchResult property.

Returns

public void setSearchResult (SearchResult value)

Sets the value of the searchResult property.

Parameters
value Allowed object is SearchResult