Class Server


  • public class Server
    extends Object
    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 original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • Server

        public Server​(Server delegate)
      • Server

        public Server​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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.
      • newInstance

        public static Server newInstance​(Server arg)