public class

EnrichedWriteResponse

extends WriteResponse
implements Serializable
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_2.WriteResponse
     ↳ org.mule.module.netsuite.api.bulk.EnrichedWriteResponse

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.netsuite.webservices.platform.messages_2013_2.WriteResponse
Fields
private Record payload
private final WriteResponse wrapped
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.messages_2013_2.WriteResponse
Public Constructors
EnrichedWriteResponse(WriteResponse wrapped)
Public Methods
boolean equals(Object obj)
@return
BaseRef getBaseRef()
Gets the value of the baseRef property.
Record getPayload()
Status getStatus()
Gets the value of the status property.
WriteResponse getWrapped()
void setBaseRef(BaseRef value)
Sets the value of the baseRef property.
void setPayload(Record payload)
void setStatus(Status value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.messages_2013_2.WriteResponse
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

private Record payload

private final WriteResponse wrapped

Public Constructors

public EnrichedWriteResponse (WriteResponse wrapped)

Parameters
wrapped

Public Methods

public boolean equals (Object obj)

@return

Parameters
obj

public BaseRef getBaseRef ()

Gets the value of the baseRef property.

Returns

public Record getPayload ()

Returns
  • the payload

public Status getStatus ()

Gets the value of the status property.

Returns

public WriteResponse getWrapped ()

public void setBaseRef (BaseRef value)

Sets the value of the baseRef property.

Parameters
value Allowed object is BaseRef

public void setPayload (Record payload)

Parameters
payload The payload to be set

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status