public static class ManagementAgentError.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagementAgentError |
build() |
ManagementAgentError.Builder |
code(String code)
A short error code that defines the error, meant for programmatic parsing.
|
ManagementAgentError.Builder |
copy(ManagementAgentError model) |
ManagementAgentError.Builder |
message(String message)
A human-readable error string.
|
public ManagementAgentError.Builder code(String code)
A short error code that defines the error, meant for programmatic parsing.
code
- the value to setpublic ManagementAgentError.Builder message(String message)
A human-readable error string.
message
- the value to setpublic ManagementAgentError build()
public ManagementAgentError.Builder copy(ManagementAgentError model)
Copyright © 2016–2024. All rights reserved.