public class ScpCfRfcDestination extends AbstractScpDestination implements RfcDestination
RfcDestination
interface.Modifier and Type | Class and Description |
---|---|
static class |
ScpCfRfcDestination.Builder
Builder class to allow for easy creation of an immutable
ScpCfRfcDestination instance. |
baseDestination
Modifier and Type | Method and Description |
---|---|
static ScpCfRfcDestination.Builder |
builder(String name)
Starts a builder to be used to create a
ScpCfRfcDestination with mandatory properties. |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
get, getName, getPropertyNames, getType, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
decorate
get, get, get, get, getPropertyNames
@Nonnull public static ScpCfRfcDestination.Builder builder(@Nonnull String name)
ScpCfRfcDestination
with mandatory properties.name
- The name of the destination.ScpCfRfcDestination
.public boolean equals(Object o)
equals
in class AbstractScpDestination
protected boolean canEqual(Object other)
canEqual
in class AbstractScpDestination
public int hashCode()
hashCode
in class AbstractScpDestination
Copyright © 2020 SAP SE. All rights reserved.