Class OpenAPIDefinitionValidationResponseInfoDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.OpenAPIDefinitionValidationResponseInfoDTO
API definition information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet contextGet descriptioncontains host/servers specified in the OpenAPI file/URLgetName()Get nameGet openAPIVersionGet versioninthashCode()openAPIVersion(String openAPIVersion) voidsetContext(String context) voidsetDescription(String description) voidsetEndpoints(List<String> endpoints) voidvoidsetOpenAPIVersion(String openAPIVersion) voidsetVersion(String version) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_VERSION
- See Also:
-
SERIALIZED_NAME_CONTEXT
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_OPEN_A_P_I_VERSION
- See Also:
-
SERIALIZED_NAME_ENDPOINTS
- See Also:
-
-
Constructor Details
-
OpenAPIDefinitionValidationResponseInfoDTO
public OpenAPIDefinitionValidationResponseInfoDTO()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
context
-
getContext
Get context- Returns:
- context
-
setContext
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
openAPIVersion
-
getOpenAPIVersion
Get openAPIVersion- Returns:
- openAPIVersion
-
setOpenAPIVersion
-
endpoints
-
getEndpoints
contains host/servers specified in the OpenAPI file/URL- Returns:
- endpoints
-
setEndpoints
-
equals
-
hashCode
public int hashCode() -
toString
-