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