public class SuppressedViolation extends Object implements Serializable
Constructor and Description |
---|
SuppressedViolation() |
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Get the filename field.
|
String |
getRuleMessage()
Get the ruleMessage field.
|
String |
getSuppressionType()
Get the suppressionType field.
|
String |
getUserMessage()
Get the userMessage field.
|
void |
setFilename(String filename)
Set the filename field.
|
void |
setRuleMessage(String ruleMessage)
Set the ruleMessage field.
|
void |
setSuppressionType(String suppressionType)
Set the suppressionType field.
|
void |
setUserMessage(String userMessage)
Set the userMessage field.
|
public String getFilename()
public String getRuleMessage()
public String getSuppressionType()
public String getUserMessage()
public void setFilename(String filename)
filename
- a filename object.public void setRuleMessage(String ruleMessage)
ruleMessage
- a ruleMessage object.public void setSuppressionType(String suppressionType)
suppressionType
- a suppressionType object.public void setUserMessage(String userMessage)
userMessage
- a userMessage object.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.