Class AsyncApi30ExternalDocumentationImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30ExternalDocumentationImpl
-
- All Implemented Interfaces:
AsyncApiExtensible
,AsyncApiExternalDocumentation
,AsyncApiReferenceable
,AsyncApi30Extensible
,AsyncApi30ExternalDocumentation
,AsyncApi30Referenceable
,Extensible
,ExternalDocumentation
,Node
,Referenceable
,Visitable
public class AsyncApi30ExternalDocumentationImpl extends NodeImpl implements AsyncApi30ExternalDocumentation
-
-
Constructor Summary
Constructors Constructor Description AsyncApi30ExternalDocumentationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
void
addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
void
clearExtensions()
Node
emptyClone()
String
get$ref()
String
getDescription()
Map<String,com.fasterxml.jackson.databind.JsonNode>
getExtensions()
String
getUrl()
void
removeExtension(String name)
void
set$ref(String value)
void
setDescription(String value)
void
setUrl(String value)
-
Methods inherited from class io.apicurio.datamodels.models.NodeImpl
addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, isEntity, isEntityList, isEntityMap, modelId, parent, removeExtraProperty, root, setNodeAttribute, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, modelId, parent, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
get$ref
public String get$ref()
- Specified by:
get$ref
in interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$ref
in interfaceReferenceable
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceExternalDocumentation
-
setDescription
public void setDescription(String value)
- Specified by:
setDescription
in interfaceExternalDocumentation
-
getUrl
public String getUrl()
- Specified by:
getUrl
in interfaceExternalDocumentation
-
setUrl
public void setUrl(String value)
- Specified by:
setUrl
in interfaceExternalDocumentation
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensions
in interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtension
in interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensions
in interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtension
in interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClone
in interfaceNode
-
-