public static interface BatchGetVariableError.Builder extends SdkPojo, CopyableBuilder<BatchGetVariableError.Builder,BatchGetVariableError>
| Modifier and Type | Method and Description |
|---|---|
BatchGetVariableError.Builder |
code(Integer code)
The error code.
|
BatchGetVariableError.Builder |
message(String message)
The error message.
|
BatchGetVariableError.Builder |
name(String name)
The error name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetVariableError.Builder name(String name)
The error name.
name - The error name.BatchGetVariableError.Builder code(Integer code)
The error code.
code - The error code.BatchGetVariableError.Builder message(String message)
The error message.
message - The error message.Copyright © 2021. All rights reserved.