public class ScpNeoRfcDestination extends AbstractScpDestination implements RfcDestination
RfcDestination
interface.Modifier and Type | Class and Description |
---|---|
static class |
ScpNeoRfcDestination.Builder
Builder class to allow for easy creation of an immutable
ScpNeoRfcDestination instance. |
baseDestination
Modifier and Type | Method and Description |
---|---|
static ScpNeoRfcDestination.Builder |
builder(String name)
Starts a builder to be used to create a
ScpNeoRfcDestination 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 ScpNeoRfcDestination.Builder builder(@Nonnull String name)
ScpNeoRfcDestination
with mandatory properties.name
- The name of the destination.ScpNeoRfcDestination
.public boolean equals(@Nullable Object o)
equals
in class AbstractScpDestination
protected boolean canEqual(@Nullable Object other)
canEqual
in class AbstractScpDestination
public int hashCode()
hashCode
in class AbstractScpDestination
Copyright © 2021 SAP SE. All rights reserved.