public class GenericSystem extends Object implements TestSystem<GenericSystem>
Constructor and Description |
---|
GenericSystem(String alias,
URI uri,
ProxyConfiguration proxyConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAlias() |
Optional<ProxyConfiguration> |
getProxyConfiguration() |
Class<GenericSystem> |
getType() |
URI |
getUri() |
int |
hashCode() |
String |
toString() |
@Nonnull public Optional<ProxyConfiguration> getProxyConfiguration()
getProxyConfiguration
in interface TestSystem<GenericSystem>
@Nonnull public Class<GenericSystem> getType()
getType
in interface TestSystem<GenericSystem>
protected boolean canEqual(Object other)
public String getAlias()
getAlias
in interface TestSystem<GenericSystem>
public URI getUri()
getUri
in interface TestSystem<GenericSystem>
Copyright © 2019 SAP SE. All rights reserved.