public class ReportServiceInterfacegetReportJobStatus extends Object
ReportJobStatus of the report job with the specified ID.
Java class for getReportJobStatus element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="getReportJobStatus">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="reportJobId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
reportJobId |
| Constructor and Description |
|---|
ReportServiceInterfacegetReportJobStatus() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getReportJobId()
Gets the value of the reportJobId property.
|
void |
setReportJobId(Long value)
Sets the value of the reportJobId property.
|
protected Long reportJobId
Copyright © 2018. All Rights Reserved.