public class GetPivotData 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="PivotParams" type="{http://Checkmarx.com}CxPivotDataRequest" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxPivotDataRequest |
pivotParams |
protected String |
sessionID |
| Constructor and Description |
|---|
GetPivotData() |
| Modifier and Type | Method and Description |
|---|---|
CxPivotDataRequest |
getPivotParams()
Gets the value of the pivotParams property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setPivotParams(CxPivotDataRequest value)
Sets the value of the pivotParams property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected CxPivotDataRequest pivotParams
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic CxPivotDataRequest getPivotParams()
CxPivotDataRequestpublic void setPivotParams(CxPivotDataRequest value)
value - allowed object is
CxPivotDataRequestCopyright © 2020. All rights reserved.