public class CxWSImportQueriesRepsonse extends CxWSBasicRepsonse
Java class for CxWSImportQueriesRepsonse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSImportQueriesRepsonse">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="requestId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="importQueryStatus" type="{http://Checkmarx.com}ImportQueryStatus"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ImportQueryStatus |
importQueryStatus |
protected long |
requestId |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSImportQueriesRepsonse() |
| Modifier and Type | Method and Description |
|---|---|
ImportQueryStatus |
getImportQueryStatus()
Gets the value of the importQueryStatus property.
|
long |
getRequestId()
Gets the value of the requestId property.
|
void |
setImportQueryStatus(ImportQueryStatus value)
Sets the value of the importQueryStatus property.
|
void |
setRequestId(long value)
Sets the value of the requestId property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected long requestId
protected ImportQueryStatus importQueryStatus
public long getRequestId()
public void setRequestId(long value)
public ImportQueryStatus getImportQueryStatus()
ImportQueryStatuspublic void setImportQueryStatus(ImportQueryStatus value)
value - allowed object is
ImportQueryStatusCopyright © 2020. All rights reserved.