Package net.webpdf.wsclient.openapi
Class ApplicationConfigProxyNonHost
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigProxyNonHost
-
public class ApplicationConfigProxyNonHost extends Object
This setting is currently unused.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_HOST
-
Constructor Summary
Constructors Constructor Description ApplicationConfigProxyNonHost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetHost()This setting is currently unused.inthashCode()ApplicationConfigProxyNonHosthost(String host)voidsetHost(String host)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_HOST
- See Also:
- Constant Field Values
-
-
Method Detail
-
host
public ApplicationConfigProxyNonHost host(String host)
-
getHost
@Nullable public @Nullable String getHost()
This setting is currently unused.- Returns:
- host
-
setHost
public void setHost(String host)
-
-