Package io.camunda.client.protocol.rest
Class SecretResolveResult
java.lang.Object
io.camunda.client.protocol.rest.SecretResolveResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class SecretResolveResult
extends Object
The per-reference outcome of a resolve request.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddErrorsItem(SecretResolutionError errorsItem) addResolvedItem(ResolvedSecret resolvedItem) booleanerrors(List<SecretResolutionError> errors) The references that could not be resolved, each with a typed error code.The references that were successfully resolved.inthashCode()resolved(List<ResolvedSecret> resolved) voidsetErrors(List<SecretResolutionError> errors) voidsetResolved(List<ResolvedSecret> resolved) toString()
-
Field Details
-
JSON_PROPERTY_RESOLVED
- See Also:
-
JSON_PROPERTY_ERRORS
- See Also:
-
-
Constructor Details
-
SecretResolveResult
public SecretResolveResult()
-
-
Method Details
-
resolved
-
addResolvedItem
-
getResolved
The references that were successfully resolved.- Returns:
- resolved
-
setResolved
-
errors
-
addErrorsItem
-
getErrors
The references that could not be resolved, each with a typed error code.- Returns:
- errors
-
setErrors
-
equals
-
hashCode
public int hashCode() -
toString
-