public class MockRfcDestination extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MockRfcDestination.MockRfcDestinationBuilder |
Modifier and Type | Method and Description |
---|---|
static MockRfcDestination.MockRfcDestinationBuilder |
builder() |
boolean |
equals(Object o) |
Credentials |
getCredentials() |
ErpSystem |
getErpSystem() |
String |
getName() |
Map<String,String> |
getProperties() |
int |
hashCode() |
void |
setCredentials(Credentials credentials) |
void |
setProperties(Map<String,String> properties) |
String |
toString() |
@Generated(value="lombok") public static MockRfcDestination.MockRfcDestinationBuilder builder()
@Nullable @Generated(value="lombok") public String getName()
@Nullable @Generated(value="lombok") public ErpSystem getErpSystem()
@Nullable @Generated(value="lombok") public Credentials getCredentials()
@Generated(value="lombok") public void setProperties(@Nullable Map<String,String> properties)
@Generated(value="lombok") public void setCredentials(@Nullable Credentials credentials)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.