Package io.vertx.mutiny.openapi.contract
Class Server
java.lang.Object
io.vertx.mutiny.openapi.contract.Server
- All Implemented Interfaces:
MutinyDelegate
This interface represents the most important attributes of an OpenAPI Server.
Server V3.1
Server V3.0 NOTE: This class has been automatically generated from the
Server V3.1
Server V3.0 NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.ServergetURL()inthashCode()static ServernewInstance(io.vertx.openapi.contract.Server arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Server
public Server(io.vertx.openapi.contract.Server delegate) -
Server
-
-
Method Details
-
getDelegate
public io.vertx.openapi.contract.Server getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
getURL
- Returns:
- the URL of the related server
-
getBasePath
- Returns:
- the related base path.
-
newInstance
-