Klasse ProxyBypass
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ProxyBypass
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProxyBypass
extends Object
ProxyBypass
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
proxyBypass constance Fixed unique identifier value is proxyBypassThe host name or IP address of the server. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ProxyBypass
(String entityId, List<String> proxyBypassAddresses) ProxyBypass
(Consumer<ProxyBypass> spec) Constructs a validated implementation ofProxyBypass
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
entityId()
proxyBypass constance Fixed unique identifier value is proxyBypassproxyBypass constance Fixed unique identifier value is proxyBypassboolean
int
hashCode()
The host name or IP address of the server.proxyBypassAddresses
(List<String> proxyBypassAddresses) The host name or IP address of the server.toString()
-
Felddetails
-
entityId
proxyBypass constance Fixed unique identifier value is proxyBypass -
proxyBypassAddresses
The host name or IP address of the server. In the Addresses field, type the fully qualified host and domain name of each server to which you want the Integration Server to issue requests directly. Type the host name and the domain name exactly as they appear in the URLs the server uses. To enter multiple names, separate each with commas. You can use the asterisk (*) to identify several servers with similar names. The asterisk matches any number of characters. For example, if you want to bypass requests made to localhost, www.yahoo.com, home.microsoft.com, and all hosts whose names begin with NYC, you would type: localhost,www.yahoo.com,home.microsoft.com, NYC*.*
-
-
Konstruktordetails
-
ProxyBypass
Constructs a validated implementation ofProxyBypass
.- Parameter:
spec
- the specification to process
-
ProxyBypass
-
ProxyBypass
protected ProxyBypass()
-
-
Methodendetails
-
entityId
proxyBypass constance Fixed unique identifier value is proxyBypass -
proxyBypassAddresses
The host name or IP address of the server. In the Addresses field, type the fully qualified host and domain name of each server to which you want the Integration Server to issue requests directly. Type the host name and the domain name exactly as they appear in the URLs the server uses. To enter multiple names, separate each with commas. You can use the asterisk (*) to identify several servers with similar names. The asterisk matches any number of characters. For example, if you want to bypass requests made to localhost, www.yahoo.com, home.microsoft.com, and all hosts whose names begin with NYC, you would type: localhost,www.yahoo.com,home.microsoft.com, NYC*.* -
entityId
proxyBypass constance Fixed unique identifier value is proxyBypass- Gibt zurück:
this
.
-
proxyBypassAddresses
The host name or IP address of the server. In the Addresses field, type the fully qualified host and domain name of each server to which you want the Integration Server to issue requests directly. Type the host name and the domain name exactly as they appear in the URLs the server uses. To enter multiple names, separate each with commas. You can use the asterisk (*) to identify several servers with similar names. The asterisk matches any number of characters. For example, if you want to bypass requests made to localhost, www.yahoo.com, home.microsoft.com, and all hosts whose names begin with NYC, you would type: localhost,www.yahoo.com,home.microsoft.com, NYC*.*- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-