Class CheckovPassedCheck

java.lang.Object
com.hack23.sonar.cloudformation.reports.checkov.CheckovPassedCheck

public final class CheckovPassedCheck extends Object
The Class CheckovPassedCheck.
  • Constructor Details

    • CheckovPassedCheck

      public CheckovPassedCheck()
  • Method Details

    • getCheckId

      public String getCheckId()
      Gets the check id.
      Returns:
      the check id
    • setCheckId

      public void setCheckId(String checkId)
      Sets the check id.
      Parameters:
      checkId - the new check id
    • getBcCheckId

      public String getBcCheckId()
      Gets the bc check id.
      Returns:
      the bc check id
    • setBcCheckId

      public void setBcCheckId(String bcCheckId)
      Sets the bc check id.
      Parameters:
      bcCheckId - the new bc check id
    • getCheckName

      public String getCheckName()
      Gets the check name.
      Returns:
      the check name
    • setCheckName

      public void setCheckName(String checkName)
      Sets the check name.
      Parameters:
      checkName - the new check name
    • getCheckResult

      public Object getCheckResult()
      Gets the check result.
      Returns:
      the check result
    • setCheckResult

      public void setCheckResult(Object checkResult)
      Sets the check result.
      Parameters:
      checkResult - the new check result
    • getCodeBlock

      public List<Object> getCodeBlock()
      Gets the code block.
      Returns:
      the code block
    • setCodeBlock

      public void setCodeBlock(List<Object> codeBlock)
      Sets the code block.
      Parameters:
      codeBlock - the new code block
    • getFilePath

      public String getFilePath()
      Gets the file path.
      Returns:
      the file path
    • setFilePath

      public void setFilePath(String filePath)
      Sets the file path.
      Parameters:
      filePath - the new file path
    • getRepoFilePath

      public String getRepoFilePath()
      Gets the repo file path.
      Returns:
      the repo file path
    • setRepoFilePath

      public void setRepoFilePath(String repoFilePath)
      Sets the repo file path.
      Parameters:
      repoFilePath - the new repo file path
    • getFileLineRange

      public List<Integer> getFileLineRange()
      Gets the file line range.
      Returns:
      the file line range
    • setFileLineRange

      public void setFileLineRange(List<Integer> fileLineRange)
      Sets the file line range.
      Parameters:
      fileLineRange - the new file line range
    • getResource

      public String getResource()
      Gets the resource.
      Returns:
      the resource
    • setResource

      public void setResource(String resource)
      Sets the resource.
      Parameters:
      resource - the new resource
    • getEvaluations

      public Object getEvaluations()
      Gets the evaluations.
      Returns:
      the evaluations
    • setEvaluations

      public void setEvaluations(Object evaluations)
      Sets the evaluations.
      Parameters:
      evaluations - the new evaluations
    • getCheckClass

      public String getCheckClass()
      Gets the check class.
      Returns:
      the check class
    • setCheckClass

      public void setCheckClass(String checkClass)
      Sets the check class.
      Parameters:
      checkClass - the new check class
    • getGuideline

      public String getGuideline()
      Gets the guideline.
      Returns:
      the guideline
    • setGuideline

      public void setGuideline(String guideline)
      Sets the guideline.
      Parameters:
      guideline - the new guideline
    • getFileAbsPath

      public String getFileAbsPath()
      Gets the file abs path.
      Returns:
      the file abs path
    • setFileAbsPath

      public void setFileAbsPath(String fileAbsPath)
      Sets the file abs path.
      Parameters:
      fileAbsPath - the new file abs path
    • getEntityTags

      public EntityTags getEntityTags()
      Gets the entity tags.
      Returns:
      the entity tags
    • setEntityTags

      public void setEntityTags(EntityTags entityTags)
      Sets the entity tags.
      Parameters:
      entityTags - the new entity tags
    • getCallerFilePath

      public String getCallerFilePath()
      Gets the caller file path.
      Returns:
      the caller file path
    • setCallerFilePath

      public void setCallerFilePath(String callerFilePath)
      Sets the caller file path.
      Parameters:
      callerFilePath - the new caller file path
    • getCallerFileLineRange

      public List<Integer> getCallerFileLineRange()
      Gets the caller file line range.
      Returns:
      the caller file line range
    • setCallerFileLineRange

      public void setCallerFileLineRange(List<Integer> callerFileLineRange)
      Sets the caller file line range.
      Parameters:
      callerFileLineRange - the new caller file line range
    • getFixedDefinition

      public String getFixedDefinition()
      Gets the fixed definition.
      Returns:
      the fixed definition
    • setFixedDefinition

      public void setFixedDefinition(String fixedDefinition)
      Sets the fixed definition.
      Parameters:
      fixedDefinition - the new fixed definition
    • toString

      public String toString()
      To string.
      Overrides:
      toString in class Object
      Returns:
      the string
    • equals

      public boolean equals(Object object)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      object - the object
      Returns:
      true, if successful
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int