Class GatewayRouteConfigOpenApiProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.GatewayRouteConfigOpenApiProperties

public final class GatewayRouteConfigOpenApiProperties extends Object
OpenAPI properties of Spring Cloud Gateway route config.
  • Constructor Details

    • GatewayRouteConfigOpenApiProperties

      public GatewayRouteConfigOpenApiProperties()
      Creates an instance of GatewayRouteConfigOpenApiProperties class.
  • Method Details

    • uri

      public String uri()
      Get the uri property: The URI of OpenAPI specification.
      Returns:
      the uri value.
    • withUri

      Set the uri property: The URI of OpenAPI specification.
      Parameters:
      uri - the uri value to set.
      Returns:
      the GatewayRouteConfigOpenApiProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.