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