Class GatewayRouteConfigOpenApiProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.GatewayRouteConfigOpenApiProperties
OpenAPI properties of Spring Cloud Gateway route config.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GatewayRouteConfigOpenApiProperties
public GatewayRouteConfigOpenApiProperties()
-
-
Method Details
-
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.
-