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()
The alias of the test system.
|
io.vavr.control.Option<ProxyConfiguration> |
getProxyConfiguration()
The
ProxyConfiguration of the test system, if present. |
Class<GenericSystem> |
getType()
The type of the test system.
|
URI |
getUri()
The URI of the test system.
|
int |
hashCode() |
String |
toString() |
@Nonnull public io.vavr.control.Option<ProxyConfiguration> getProxyConfiguration()
ProxyConfiguration
of the test system, if present.getProxyConfiguration
in interface TestSystem<GenericSystem>
Option
of the ProxyConfiguration
.@Nonnull public Class<GenericSystem> getType()
getType
in interface TestSystem<GenericSystem>
protected boolean canEqual(Object other)
public String getAlias()
TestSystem
getAlias
in interface TestSystem<GenericSystem>
public URI getUri()
TestSystem
getUri
in interface TestSystem<GenericSystem>
Copyright © 2019 SAP SE. All rights reserved.