Modifier and Type | Class and Description |
---|---|
static class |
GetProxyProperties.Builder |
Operation.BaseBuilder<OP extends Operation,B extends Operation.BaseBuilder<OP,?>>
Constructor and Description |
---|
GetProxyProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getOptions() |
com.fasterxml.jackson.core.type.TypeReference<Map<String,Object>> |
getOutputTypeReference() |
int |
hashCode() |
void |
setOptions(Map<String,String> options) |
Operation |
shallowClone()
Operation implementations should ensure a ShallowClone method is implemented.
|
getClass, notify, notifyAll, toString, wait, wait, wait
castToOutputType, getOutputClass
_getNullOrOptions, addOption, asOperationChain, close, getOption, getOption, validate, validateRequiredFieldPresent
public com.fasterxml.jackson.core.type.TypeReference<Map<String,Object>> getOutputTypeReference()
getOutputTypeReference
in interface Output<Map<String,Object>>
public Operation shallowClone() throws org.apache.commons.lang3.exception.CloneFailedException
Operation
shallowClone
in interface Operation
org.apache.commons.lang3.exception.CloneFailedException
- if a Clone error occurspublic Map<String,String> getOptions()
getOptions
in interface Operation
public void setOptions(Map<String,String> options)
setOptions
in interface Operation
options
- the operation options. This may contain store specific options such as authorisation strings or and
other properties required for the operation to be executed. Note these options will probably not be interpreted
in the same way by every store implementation.Copyright © 2022. All rights reserved.