public class SetFalsePositiveFlag 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="ResultId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="PathId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="projectId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="falsePositiveFlag" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
falsePositiveFlag |
protected long |
pathId |
protected long |
projectId |
protected long |
resultId |
protected String |
sessionID |
| Constructor and Description |
|---|
SetFalsePositiveFlag() |
| Modifier and Type | Method and Description |
|---|---|
long |
getPathId()
Gets the value of the pathId property.
|
long |
getProjectId()
Gets the value of the projectId property.
|
long |
getResultId()
Gets the value of the resultId property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
boolean |
isFalsePositiveFlag()
Gets the value of the falsePositiveFlag property.
|
void |
setFalsePositiveFlag(boolean value)
Sets the value of the falsePositiveFlag property.
|
void |
setPathId(long value)
Sets the value of the pathId property.
|
void |
setProjectId(long value)
Sets the value of the projectId property.
|
void |
setResultId(long value)
Sets the value of the resultId property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected long resultId
protected long pathId
protected long projectId
protected boolean falsePositiveFlag
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic long getResultId()
public void setResultId(long value)
public long getPathId()
public void setPathId(long value)
public long getProjectId()
public void setProjectId(long value)
public boolean isFalsePositiveFlag()
public void setFalsePositiveFlag(boolean value)
Copyright © 2020. All rights reserved.