public class GetResultsForQuery extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="scanId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="queryId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
queryId |
protected long |
scanId |
protected String |
sessionID |
| Constructor and Description |
|---|
GetResultsForQuery() |
| Modifier and Type | Method and Description |
|---|---|
long |
getQueryId()
Gets the value of the queryId property.
|
long |
getScanId()
Gets the value of the scanId property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setQueryId(long value)
Sets the value of the queryId property.
|
void |
setScanId(long value)
Sets the value of the scanId property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected long scanId
protected long queryId
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic long getScanId()
public void setScanId(long value)
public long getQueryId()
public void setQueryId(long value)
Copyright © 2020. All rights reserved.