Class AsyncAPISpecificationValidationResponseInfoDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.AsyncAPISpecificationValidationResponseInfoDTO
API definition information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasyncAPIVersion(String asyncAPIVersion) asyncTransportProtocols(List<String> asyncTransportProtocols) description(String description) booleangatewayVendor(String gatewayVendor) Get asyncAPIVersioncontains available transports for an async APIGet contextGet descriptioncontains host/servers specified in the AsyncAPI file/URLGet gatewayVendorgetName()Get nameGet protocolGet versioninthashCode()voidsetAsyncAPIVersion(String asyncAPIVersion) voidsetAsyncTransportProtocols(List<String> asyncTransportProtocols) voidsetContext(String context) voidsetDescription(String description) voidsetEndpoints(List<String> endpoints) voidsetGatewayVendor(String gatewayVendor) voidvoidsetProtocol(String protocol) 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_ASYNC_A_P_I_VERSION
- See Also:
-
SERIALIZED_NAME_PROTOCOL
- See Also:
-
SERIALIZED_NAME_ENDPOINTS
- See Also:
-
SERIALIZED_NAME_GATEWAY_VENDOR
- See Also:
-
SERIALIZED_NAME_ASYNC_TRANSPORT_PROTOCOLS
- See Also:
-
-
Constructor Details
-
AsyncAPISpecificationValidationResponseInfoDTO
public AsyncAPISpecificationValidationResponseInfoDTO()
-
-
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
-
asyncAPIVersion
-
getAsyncAPIVersion
Get asyncAPIVersion- Returns:
- asyncAPIVersion
-
setAsyncAPIVersion
-
protocol
-
getProtocol
Get protocol- Returns:
- protocol
-
setProtocol
-
endpoints
-
getEndpoints
contains host/servers specified in the AsyncAPI file/URL- Returns:
- endpoints
-
setEndpoints
-
gatewayVendor
-
getGatewayVendor
Get gatewayVendor- Returns:
- gatewayVendor
-
setGatewayVendor
-
asyncTransportProtocols
public AsyncAPISpecificationValidationResponseInfoDTO asyncTransportProtocols(List<String> asyncTransportProtocols) -
getAsyncTransportProtocols
contains available transports for an async API- Returns:
- asyncTransportProtocols
-
setAsyncTransportProtocols
-
equals
-
hashCode
public int hashCode() -
toString
-