public class

EnrichedReadResponse

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

Summary

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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

private BaseRef payload

private final ReadResponse wrapped

Public Constructors

public EnrichedReadResponse (ReadResponse wrapped)

Parameters
wrapped

Public Methods

public boolean equals (Object obj)

@return

Parameters
obj

public BaseRef getPayload ()

Returns
  • the payload

public Record getRecord ()

Gets the value of the Record property.

Returns

public Status getStatus ()

Gets the value of the status property.

Returns

public ReadResponse getWrapped ()

public void setPayload (BaseRef payload)

Parameters
payload The payload to be set

public void setRecord (Record value)

Sets the value of the baseRef property.

Parameters
value Allowed object is BaseRef

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status