public class ExportQueries 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="queryIds" type="{http://Checkmarx.com}ArrayOfLong" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfLong |
queryIds |
protected String |
sessionId |
| Constructor and Description |
|---|
ExportQueries() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfLong |
getQueryIds()
Gets the value of the queryIds property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setQueryIds(ArrayOfLong value)
Sets the value of the queryIds property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected ArrayOfLong queryIds
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic ArrayOfLong getQueryIds()
ArrayOfLongpublic void setQueryIds(ArrayOfLong value)
value - allowed object is
ArrayOfLongCopyright © 2020. All rights reserved.