public class SecretFinding extends Object
| Constructor and Description |
|---|
SecretFinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Code |
getCode() |
String |
getDescription() |
int |
getEndLine() |
String |
getFilePath() |
int |
getLayerNumber() |
String |
getMatch() |
String |
getRuleId() |
String |
getSeverity() |
int |
getStartLine() |
void |
setCategory(String category) |
void |
setCode(Code code) |
void |
setDescription(String description) |
void |
setEndLine(int endLine) |
void |
setFilePath(String filePath) |
void |
setLayerNumber(int layerNumber) |
void |
setMatch(String match) |
void |
setRuleId(String ruleId) |
void |
setSeverity(String severity) |
void |
setStartLine(int startLine) |
public String getRuleId()
public void setRuleId(String ruleId)
public String getCategory()
public void setCategory(String category)
public String getSeverity()
public void setSeverity(String severity)
public String getDescription()
public void setDescription(String description)
public int getStartLine()
public void setStartLine(int startLine)
public int getEndLine()
public void setEndLine(int endLine)
public String getFilePath()
public void setFilePath(String filePath)
public Code getCode()
public void setCode(Code code)
public String getMatch()
public void setMatch(String match)
public int getLayerNumber()
public void setLayerNumber(int layerNumber)
Copyright © 2011-2024 White Source. All Rights Reserved.