public class GetWidgetData 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="widgetId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="parametersAsJSON" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parametersAsJSON |
protected String |
sessionId |
protected int |
widgetId |
| Constructor and Description |
|---|
GetWidgetData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParametersAsJSON()
Gets the value of the parametersAsJSON property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
int |
getWidgetId()
Gets the value of the widgetId property.
|
void |
setParametersAsJSON(String value)
Sets the value of the parametersAsJSON property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setWidgetId(int value)
Sets the value of the widgetId property.
|
protected String sessionId
protected int widgetId
protected String parametersAsJSON
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic int getWidgetId()
public void setWidgetId(int value)
public String getParametersAsJSON()
StringCopyright © 2020. All rights reserved.