public class GetResultsBySeverity 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="scanId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
language |
protected long |
scanId |
protected String |
sessionId |
protected int |
severity |
| Constructor and Description |
|---|
GetResultsBySeverity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
long |
getScanId()
Gets the value of the scanId property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
int |
getSeverity()
Gets the value of the severity property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setScanId(long value)
Sets the value of the scanId property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setSeverity(int value)
Sets the value of the severity property.
|
protected String sessionId
protected long scanId
protected int severity
protected String language
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic long getScanId()
public void setScanId(long value)
public int getSeverity()
public void setSeverity(int value)
public String getLanguage()
StringCopyright © 2020. All rights reserved.