Interface AsyncApiDocument
-
- All Known Subinterfaces:
AsyncApi20Document,AsyncApi21Document,AsyncApi22Document,AsyncApi23Document,AsyncApi24Document,AsyncApi25Document,AsyncApi26Document,AsyncApi30Document
- All Known Implementing Classes:
AsyncApi20DocumentImpl,AsyncApi21DocumentImpl,AsyncApi22DocumentImpl,AsyncApi23DocumentImpl,AsyncApi24DocumentImpl,AsyncApi25DocumentImpl,AsyncApi26DocumentImpl,AsyncApi30DocumentImpl
public interface AsyncApiDocument extends Document
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncApiChannelscreateChannels()AsyncApiComponentscreateComponents()AsyncApiServerscreateServers()StringgetAsyncapi()AsyncApiChannelsgetChannels()AsyncApiComponentsgetComponents()StringgetDefaultContentType()StringgetId()AsyncApiServersgetServers()voidsetAsyncapi(String value)voidsetChannels(AsyncApiChannels value)voidsetComponents(AsyncApiComponents value)voidsetDefaultContentType(String value)voidsetId(String value)voidsetServers(AsyncApiServers value)-
Methods inherited from interface io.apicurio.datamodels.models.Document
createInfo, getInfo, setInfo
-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, emptyClone, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
getId
String getId()
-
setId
void setId(String value)
-
getComponents
AsyncApiComponents getComponents()
-
setComponents
void setComponents(AsyncApiComponents value)
-
createComponents
AsyncApiComponents createComponents()
-
getAsyncapi
String getAsyncapi()
-
setAsyncapi
void setAsyncapi(String value)
-
getServers
AsyncApiServers getServers()
-
setServers
void setServers(AsyncApiServers value)
-
createServers
AsyncApiServers createServers()
-
getChannels
AsyncApiChannels getChannels()
-
setChannels
void setChannels(AsyncApiChannels value)
-
createChannels
AsyncApiChannels createChannels()
-
getDefaultContentType
String getDefaultContentType()
-
setDefaultContentType
void setDefaultContentType(String value)
-
-