| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.messages_2010_2.CheckAsyncStatusRequest |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| jobId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobId property.
| |||||||||||
Sets the value of the jobId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| jobId |
|---|
Gets the value of the jobId property.
Sets the value of the jobId property.
| value | Allowed object is String |
|---|