Class CheckovPassedCheck
java.lang.Object
com.hack23.sonar.cloudformation.reports.checkov.CheckovPassedCheck
The Class CheckovPassedCheck.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the bc check id.Gets the caller file line range.Gets the caller file path.Gets the check class.Gets the check id.Gets the check name.Gets the check result.Gets the code block.Gets the entity tags.Gets the evaluations.Gets the file abs path.Gets the file line range.Gets the file path.Gets the fixed definition.Gets the guideline.Gets the repo file path.Gets the resource.int
hashCode()
Hash code.void
setBcCheckId
(String bcCheckId) Sets the bc check id.void
setCallerFileLineRange
(List<Integer> callerFileLineRange) Sets the caller file line range.void
setCallerFilePath
(String callerFilePath) Sets the caller file path.void
setCheckClass
(String checkClass) Sets the check class.void
setCheckId
(String checkId) Sets the check id.void
setCheckName
(String checkName) Sets the check name.void
setCheckResult
(Object checkResult) Sets the check result.void
setCodeBlock
(List<Object> codeBlock) Sets the code block.void
setEntityTags
(EntityTags entityTags) Sets the entity tags.void
setEvaluations
(Object evaluations) Sets the evaluations.void
setFileAbsPath
(String fileAbsPath) Sets the file abs path.void
setFileLineRange
(List<Integer> fileLineRange) Sets the file line range.void
setFilePath
(String filePath) Sets the file path.void
setFixedDefinition
(String fixedDefinition) Sets the fixed definition.void
setGuideline
(String guideline) Sets the guideline.void
setRepoFilePath
(String repoFilePath) Sets the repo file path.void
setResource
(String resource) Sets the resource.toString()
To string.
-
Constructor Details
-
CheckovPassedCheck
public CheckovPassedCheck()
-
-
Method Details
-
getCheckId
Gets the check id.- Returns:
- the check id
-
setCheckId
Sets the check id.- Parameters:
checkId
- the new check id
-
getBcCheckId
Gets the bc check id.- Returns:
- the bc check id
-
setBcCheckId
Sets the bc check id.- Parameters:
bcCheckId
- the new bc check id
-
getCheckName
Gets the check name.- Returns:
- the check name
-
setCheckName
Sets the check name.- Parameters:
checkName
- the new check name
-
getCheckResult
Gets the check result.- Returns:
- the check result
-
setCheckResult
Sets the check result.- Parameters:
checkResult
- the new check result
-
getCodeBlock
Gets the code block.- Returns:
- the code block
-
setCodeBlock
Sets the code block.- Parameters:
codeBlock
- the new code block
-
getFilePath
Gets the file path.- Returns:
- the file path
-
setFilePath
Sets the file path.- Parameters:
filePath
- the new file path
-
getRepoFilePath
Gets the repo file path.- Returns:
- the repo file path
-
setRepoFilePath
Sets the repo file path.- Parameters:
repoFilePath
- the new repo file path
-
getFileLineRange
Gets the file line range.- Returns:
- the file line range
-
setFileLineRange
Sets the file line range.- Parameters:
fileLineRange
- the new file line range
-
getResource
Gets the resource.- Returns:
- the resource
-
setResource
Sets the resource.- Parameters:
resource
- the new resource
-
getEvaluations
Gets the evaluations.- Returns:
- the evaluations
-
setEvaluations
Sets the evaluations.- Parameters:
evaluations
- the new evaluations
-
getCheckClass
Gets the check class.- Returns:
- the check class
-
setCheckClass
Sets the check class.- Parameters:
checkClass
- the new check class
-
getGuideline
Gets the guideline.- Returns:
- the guideline
-
setGuideline
Sets the guideline.- Parameters:
guideline
- the new guideline
-
getFileAbsPath
Gets the file abs path.- Returns:
- the file abs path
-
setFileAbsPath
Sets the file abs path.- Parameters:
fileAbsPath
- the new file abs path
-
getEntityTags
Gets the entity tags.- Returns:
- the entity tags
-
setEntityTags
Sets the entity tags.- Parameters:
entityTags
- the new entity tags
-
getCallerFilePath
Gets the caller file path.- Returns:
- the caller file path
-
setCallerFilePath
Sets the caller file path.- Parameters:
callerFilePath
- the new caller file path
-
getCallerFileLineRange
Gets the caller file line range.- Returns:
- the caller file line range
-
setCallerFileLineRange
Sets the caller file line range.- Parameters:
callerFileLineRange
- the new caller file line range
-
getFixedDefinition
Gets the fixed definition.- Returns:
- the fixed definition
-
setFixedDefinition
Sets the fixed definition.- Parameters:
fixedDefinition
- the new fixed definition
-
toString
To string. -
equals
Equals. -
hashCode
public int hashCode()Hash code.
-