public static interface CodeVulnerabilitiesFilePath.Builder extends SdkPojo, CopyableBuilder<CodeVulnerabilitiesFilePath.Builder,CodeVulnerabilitiesFilePath>
| Modifier and Type | Method and Description |
|---|---|
CodeVulnerabilitiesFilePath.Builder |
endLine(Integer endLine)
The line number of the last line of code in which the vulnerability is located.
|
CodeVulnerabilitiesFilePath.Builder |
fileName(String fileName)
The name of the file in which the code vulnerability is located.
|
CodeVulnerabilitiesFilePath.Builder |
filePath(String filePath)
The file path to the code in which the vulnerability is located.
|
CodeVulnerabilitiesFilePath.Builder |
startLine(Integer startLine)
The line number of the first line of code in which the vulnerability is located.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeVulnerabilitiesFilePath.Builder endLine(Integer endLine)
The line number of the last line of code in which the vulnerability is located.
endLine - The line number of the last line of code in which the vulnerability is located.CodeVulnerabilitiesFilePath.Builder fileName(String fileName)
The name of the file in which the code vulnerability is located.
fileName - The name of the file in which the code vulnerability is located.CodeVulnerabilitiesFilePath.Builder filePath(String filePath)
The file path to the code in which the vulnerability is located.
filePath - The file path to the code in which the vulnerability is located.CodeVulnerabilitiesFilePath.Builder startLine(Integer startLine)
The line number of the first line of code in which the vulnerability is located.
startLine - The line number of the first line of code in which the vulnerability is located.Copyright © 2023. All rights reserved.