public class CxWSResultSummary extends Object
Java class for CxWSResultSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResultSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QueryId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="QueryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="QueryGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Count" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Cwe" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
count |
protected long |
cwe |
protected String |
queryGroupName |
protected long |
queryId |
protected String |
queryName |
protected int |
severity |
| Constructor and Description |
|---|
CxWSResultSummary() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Gets the value of the count property.
|
long |
getCwe()
Gets the value of the cwe property.
|
String |
getQueryGroupName()
Gets the value of the queryGroupName property.
|
long |
getQueryId()
Gets the value of the queryId property.
|
String |
getQueryName()
Gets the value of the queryName property.
|
int |
getSeverity()
Gets the value of the severity property.
|
void |
setCount(long value)
Sets the value of the count property.
|
void |
setCwe(long value)
Sets the value of the cwe property.
|
void |
setQueryGroupName(String value)
Sets the value of the queryGroupName property.
|
void |
setQueryId(long value)
Sets the value of the queryId property.
|
void |
setQueryName(String value)
Sets the value of the queryName property.
|
void |
setSeverity(int value)
Sets the value of the severity property.
|
protected long queryId
protected String queryName
protected String queryGroupName
protected long count
protected int severity
protected long cwe
public long getQueryId()
public void setQueryId(long value)
public String getQueryName()
Stringpublic void setQueryName(String value)
value - allowed object is
Stringpublic String getQueryGroupName()
Stringpublic void setQueryGroupName(String value)
value - allowed object is
Stringpublic long getCount()
public void setCount(long value)
public int getSeverity()
public void setSeverity(int value)
public long getCwe()
public void setCwe(long value)
Copyright © 2020. All rights reserved.