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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.ServergetURL()inthashCode()static ServernewInstance(io.vertx.openapi.contract.Server arg) toString()
- 
Field Details- 
__TYPE_ARG
 
- 
- 
Constructor Details- 
Serverpublic Server(io.vertx.openapi.contract.Server delegate) 
- 
Server
 
- 
- 
Method Details- 
getDelegatepublic io.vertx.openapi.contract.Server getDelegate()- Specified by:
- getDelegatein interface- MutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
getURL- Returns:
- the URL of the related server
 
- 
getBasePath- Returns:
- the related base path.
 
- 
newInstance
 
-