public class GetCompareScanResults 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="oldScanId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="newScanId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
newScanId |
protected long |
oldScanId |
protected String |
sessionId |
| Constructor and Description |
|---|
GetCompareScanResults() |
| Modifier and Type | Method and Description |
|---|---|
long |
getNewScanId()
Gets the value of the newScanId property.
|
long |
getOldScanId()
Gets the value of the oldScanId property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setNewScanId(long value)
Sets the value of the newScanId property.
|
void |
setOldScanId(long value)
Sets the value of the oldScanId property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected long oldScanId
protected long newScanId
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic long getOldScanId()
public void setOldScanId(long value)
public long getNewScanId()
public void setNewScanId(long value)
Copyright © 2020. All rights reserved.