Class CfnNagScanReport
java.lang.Object
com.hack23.sonar.cloudformation.reports.cfnnag.CfnNagScanReport
The Class CfnNagScanReport.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the filename.Gets the file results.int
hashCode()
Hash code.void
setFilename
(String filename) Sets the filename.void
setFileResults
(CfnNagReport fileResults) Sets the file results.toString()
To string.
-
Constructor Details
-
CfnNagScanReport
public CfnNagScanReport()
-
-
Method Details
-
getFilename
Gets the filename.- Returns:
- the filename
-
setFilename
Sets the filename.- Parameters:
filename
- the new filename
-
getFileResults
Gets the file results.- Returns:
- the file results
-
setFileResults
Sets the file results.- Parameters:
fileResults
- the new file results
-
toString
To string. -
equals
Equals. -
hashCode
public int hashCode()Hash code.
-