Class AsyncApi25SecuritySchemeImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25SecuritySchemeImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiReferenceable,AsyncApiSecurityScheme,AsyncApi25Extensible,AsyncApi25Referenceable,AsyncApi25SecurityScheme,Extensible,Node,Referenceable,SecurityScheme,Visitable
public class AsyncApi25SecuritySchemeImpl extends NodeImpl implements AsyncApi25SecurityScheme
-
-
Constructor Summary
Constructors Constructor Description AsyncApi25SecuritySchemeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)voidaddExtension(String name, com.fasterxml.jackson.databind.JsonNode value)voidclearExtensions()AsyncApi25OAuthFlowscreateOAuthFlows()NodeemptyClone()Stringget$ref()StringgetBearerFormat()StringgetDescription()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()AsyncApiOAuthFlowsgetFlows()StringgetIn()StringgetName()StringgetOpenIdConnectUrl()StringgetScheme()StringgetType()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidset$ref(String value)voidsetBearerFormat(String value)voidsetDescription(String value)voidsetFlows(AsyncApiOAuthFlows value)voidsetIn(String value)voidsetName(String value)voidsetOpenIdConnectUrl(String value)voidsetScheme(String value)voidsetType(String value)-
Methods inherited from class io.apicurio.datamodels.models.NodeImpl
_setMapPropertyName, _setParentPropertyName, _setParentPropertyType, addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, isEntity, isEntityList, isEntityMap, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, 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, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
get$ref
public String get$ref()
- Specified by:
get$refin interfaceAsyncApi25SecurityScheme- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceAsyncApi25SecurityScheme- Specified by:
set$refin interfaceReferenceable
-
getType
public String getType()
- Specified by:
getTypein interfaceSecurityScheme
-
setType
public void setType(String value)
- Specified by:
setTypein interfaceSecurityScheme
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceSecurityScheme
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceSecurityScheme
-
getName
public String getName()
- Specified by:
getNamein interfaceSecurityScheme
-
setName
public void setName(String value)
- Specified by:
setNamein interfaceSecurityScheme
-
getIn
public String getIn()
- Specified by:
getInin interfaceSecurityScheme
-
setIn
public void setIn(String value)
- Specified by:
setInin interfaceSecurityScheme
-
getScheme
public String getScheme()
- Specified by:
getSchemein interfaceAsyncApiSecurityScheme
-
setScheme
public void setScheme(String value)
- Specified by:
setSchemein interfaceAsyncApiSecurityScheme
-
getBearerFormat
public String getBearerFormat()
- Specified by:
getBearerFormatin interfaceAsyncApiSecurityScheme
-
setBearerFormat
public void setBearerFormat(String value)
- Specified by:
setBearerFormatin interfaceAsyncApiSecurityScheme
-
getFlows
public AsyncApiOAuthFlows getFlows()
- Specified by:
getFlowsin interfaceAsyncApiSecurityScheme
-
setFlows
public void setFlows(AsyncApiOAuthFlows value)
- Specified by:
setFlowsin interfaceAsyncApiSecurityScheme
-
createOAuthFlows
public AsyncApi25OAuthFlows createOAuthFlows()
- Specified by:
createOAuthFlowsin interfaceAsyncApiSecurityScheme
-
getOpenIdConnectUrl
public String getOpenIdConnectUrl()
- Specified by:
getOpenIdConnectUrlin interfaceAsyncApiSecurityScheme
-
setOpenIdConnectUrl
public void setOpenIdConnectUrl(String value)
- Specified by:
setOpenIdConnectUrlin interfaceAsyncApiSecurityScheme
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi25SecurityScheme- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi25SecurityScheme- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi25SecurityScheme- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi25SecurityScheme- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi25SecurityScheme- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-