public static interface AnalysisError.Builder extends SdkPojo, CopyableBuilder<AnalysisError.Builder,AnalysisError>
| Modifier and Type | Method and Description |
|---|---|
AnalysisError.Builder |
message(String message)
The message associated with the analysis error.
|
AnalysisError.Builder |
type(AnalysisErrorType type)
The type of the analysis error.
|
AnalysisError.Builder |
type(String type)
The type of the analysis error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisError.Builder type(String type)
The type of the analysis error.
type - The type of the analysis error.AnalysisErrorType,
AnalysisErrorTypeAnalysisError.Builder type(AnalysisErrorType type)
The type of the analysis error.
type - The type of the analysis error.AnalysisErrorType,
AnalysisErrorTypeAnalysisError.Builder message(String message)
The message associated with the analysis error.
message - The message associated with the analysis error.Copyright © 2020. All rights reserved.