Klasse LoadBalancer
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.LoadBalancer
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LoadBalancer
extends Object
LoadBalancer
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungHTTPS URLs to be exposed for API invocation.HTTP URLs to be exposed for API invocation.protected String
API Gateway UI access urlWebSocket URL to be exposed for Websocket APIs invocation. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
LoadBalancer
(Consumer<LoadBalancer> spec) Constructs a validated instance ofLoadBalancer
.LoadBalancer
(List<String> httpUrls, List<String> httpsUrls, String webAppUrl, List<String> websocketUrls) Constructs a validated instance ofLoadBalancer
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
HTTPS URLs to be exposed for API invocation.HTTPS URLs to be exposed for API invocation.httpUrls()
HTTP URLs to be exposed for API invocation.HTTP URLs to be exposed for API invocation.toString()
API Gateway UI access urlAPI Gateway UI access urlWebSocket URL to be exposed for Websocket APIs invocation.websocketUrls
(List<String> websocketUrls) WebSocket URL to be exposed for Websocket APIs invocation.
-
Felddetails
-
httpUrls
HTTP URLs to be exposed for API invocation. -
httpsUrls
HTTPS URLs to be exposed for API invocation. -
webAppUrl
API Gateway UI access url -
websocketUrls
WebSocket URL to be exposed for Websocket APIs invocation.
-
-
Konstruktordetails
-
LoadBalancer
Constructs a validated instance ofLoadBalancer
.- Parameter:
spec
- the specification to process
-
LoadBalancer
@Internal public LoadBalancer(List<String> httpUrls, List<String> httpsUrls, String webAppUrl, List<String> websocketUrls) Constructs a validated instance ofLoadBalancer
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
LoadBalancer(Consumer)
instead.- Parameter:
httpUrls
- HTTP URLs to be exposed for API invocation.httpsUrls
- HTTPS URLs to be exposed for API invocation.webAppUrl
- API Gateway UI access urlwebsocketUrls
- WebSocket URL to be exposed for Websocket APIs invocation.
-
LoadBalancer
protected LoadBalancer()
-
-
Methodendetails
-
builder
-
httpUrls
HTTP URLs to be exposed for API invocation. -
httpsUrls
HTTPS URLs to be exposed for API invocation. -
webAppUrl
API Gateway UI access url -
websocketUrls
WebSocket URL to be exposed for Websocket APIs invocation. -
httpUrls
HTTP URLs to be exposed for API invocation.- Gibt zurück:
this
.
-
httpsUrls
HTTPS URLs to be exposed for API invocation.- Gibt zurück:
this
.
-
webAppUrl
API Gateway UI access url- Gibt zurück:
this
.
-
websocketUrls
WebSocket URL to be exposed for Websocket APIs invocation.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-