public class

AsyncUpdateListResult

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

Class Overview

Java class for AsyncUpdateListResult complex type.

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

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

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.netsuite.webservices.platform.messages_2013_2.AsyncResult
Fields
protected WriteResponseList writeResponseList
Public Constructors
AsyncUpdateListResult()
Public Methods
WriteResponseList getWriteResponseList()
Gets the value of the writeResponseList property.
void setWriteResponseList(WriteResponseList value)
Sets the value of the writeResponseList property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WriteResponseList writeResponseList

Public Constructors

public AsyncUpdateListResult ()

Public Methods

public WriteResponseList getWriteResponseList ()

Gets the value of the writeResponseList property.

Returns

public void setWriteResponseList (WriteResponseList value)

Sets the value of the writeResponseList property.

Parameters
value Allowed object is WriteResponseList