public abstract class AbstractGenericDestination extends Object implements GenericDestination
GenericDestination
interface, offering a default toString
method as
well as handling of the map behind getPropertiesByName()
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.common.base.Optional<String> |
getDescription()
An optional description of this destination
|
DestinationType |
getDestinationType()
The type of a generic destination.
|
String |
getName()
The name of the destination.
|
com.google.common.collect.ImmutableMap<String,String> |
getPropertiesByName()
A Map containing additional properties needed to connect to this destination.
|
int |
hashCode() |
String |
toString() |
public com.google.common.base.Optional<String> getDescription()
GenericDestination
getDescription
in interface GenericDestination
Optional
.public com.google.common.collect.ImmutableMap<String,String> getPropertiesByName()
GenericDestination
getPropertiesByName
in interface GenericDestination
public DestinationType getDestinationType()
GenericDestination
getDestinationType
in interface GenericDestination
public String getName()
GenericDestination
getName
in interface GenericDestination
Copyright © 2018 SAP SE. All rights reserved.