public class

CheckAsyncStatusRequest

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_2.CheckAsyncStatusRequest

Class Overview

Java class for CheckAsyncStatusRequest complex type.

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

 <complexType name="CheckAsyncStatusRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="jobId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String jobId
Public Constructors
CheckAsyncStatusRequest()
Public Methods
String getJobId()
Gets the value of the jobId property.
void setJobId(String value)
Sets the value of the jobId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String jobId

Public Constructors

public CheckAsyncStatusRequest ()

Public Methods

public String getJobId ()

Gets the value of the jobId property.

Returns
  • possible object is String

public void setJobId (String value)

Sets the value of the jobId property.

Parameters
value Allowed object is String