Class Server
- java.lang.Object
-
- io.vertx.rxjava3.openapi.contract.Server
-
public class Server extends Object
This interface represents the most important attributes of an OpenAPI Server.
Server V3.1
Server V3.0NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Server>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBasePath()
The base path is used to indicate that the location where the OpenAPI contract is served is different from the path specified in the OpenAPI contract.Server
getDelegate()
String
getURL()
int
hashCode()
static Server
newInstance(Server arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<Server> __TYPE_ARG
-
-
Method Detail
-
getDelegate
public Server getDelegate()
-
getURL
public String getURL()
- Returns:
- the URL of the related server
-
getBasePath
public String getBasePath()
The base path is used to indicate that the location where the OpenAPI contract is served is different from the path specified in the OpenAPI contract.- Returns:
- the related base path.
-
-