Klasse RemotePortConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.RemotePortConfig
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemotePortConfig
extends Object
RemotePortConfig
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRemotePortConfig(String host, String nodeName, Integer port) Constructs a validated instance ofRemotePortConfig.Constructs a validated instance ofRemotePortConfig. -
Methodenübersicht
-
Felddetails
-
host
Host name or ip address -
nodeName
An uuid to uniquely identify a node/cluster -
port
GRPC port number
-
-
Konstruktordetails
-
RemotePortConfig
Constructs a validated instance ofRemotePortConfig.- Parameter:
spec- the specification to process
-
RemotePortConfig
Constructs a validated instance ofRemotePortConfig.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemotePortConfig(Consumer)instead.- Parameter:
host- Host name or ip addressnodeName- An uuid to uniquely identify a node/clusterport- GRPC port number
-
RemotePortConfig
protected RemotePortConfig()
-
-
Methodendetails
-
builder
-
host
Host name or ip address -
nodeName
An uuid to uniquely identify a node/cluster -
port
GRPC port number -
host
Host name or ip address- Gibt zurück:
this.
-
nodeName
An uuid to uniquely identify a node/cluster- Gibt zurück:
this.
-
port
GRPC port number- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-