Class OpenAPISpecification
java.lang.Object
org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPISpecification
OpenAPISpecification provides a java class for Jackson to use to unpack the
open API specification retrieved from the server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInfo()getPaths()getTags()inthashCode()voidsetComponents(OpenAPIComponents components) voidsetExternalDocs(OpenAPIExternalDocs externalDocs) voidsetInfo(OpenAPIInfo info) voidsetOpenapi(String openapi) voidvoidvoidsetServers(List<OpenAPIServer> servers) voidsetTags(List<OpenAPITag> tags) toString()
-
Constructor Details
-
OpenAPISpecification
public OpenAPISpecification()
-
-
Method Details
-
getOpenapi
-
setOpenapi
-
getExternalDocs
-
setExternalDocs
-
getInfo
-
setInfo
-
getServers
-
setServers
-
getTags
-
setTags
-
getPaths
-
setPaths
-
getComponents
-
setComponents
-
getSecurity
-
setSecurity
-
toString
-
equals
-
hashCode
public int hashCode()
-