public abstract class AbstractScpDestination extends Object implements DestinationProperties
Modifier and Type | Field and Description |
---|---|
protected DestinationProperties |
baseDestination
The base destination to derive properties from.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractScpDestination(DestinationProperties baseDestination)
Constructor to set the base destination.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
io.vavr.control.Option<Object> |
get(String key)
Gets the value associated with the given key (if any).
|
String |
getName()
Get the name of the destination.
|
Iterable<String> |
getPropertyNames()
Retrieves the set of property keys of the destination.
|
DestinationType |
getType()
Get the type of the destination.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
get, get, get
protected final DestinationProperties baseDestination
protected AbstractScpDestination(@Nonnull DestinationProperties baseDestination)
baseDestination
- The base destination instance to derive properties from.@Nonnull public String getName()
@Nonnull public DestinationType getType()
@Nonnull public io.vavr.control.Option<Object> get(@Nonnull String key)
get
in interface DestinationProperties
key
- The key to get the value for.Option
object containing the value, if any.@Nonnull public Iterable<String> getPropertyNames()
getPropertyNames
in interface DestinationProperties
Copyright © 2021 SAP SE. All rights reserved.