Class AsyncApi30SecuritySchemeImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30SecuritySchemeImpl
-
- All Implemented Interfaces:
AsyncApiExtensible
,AsyncApiReferenceable
,AsyncApiSecurityScheme
,AsyncApi30Extensible
,AsyncApi30Referenceable
,AsyncApi30SecurityScheme
,Extensible
,Node
,Referenceable
,SecurityScheme
,Visitable
public class AsyncApi30SecuritySchemeImpl extends NodeImpl implements AsyncApi30SecurityScheme
-
-
Constructor Summary
Constructors Constructor Description AsyncApi30SecuritySchemeImpl()
-
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()
AsyncApi30OAuthFlows
createOAuthFlows()
Node
emptyClone()
String
get$ref()
String
getBearerFormat()
String
getDescription()
Map<String,com.fasterxml.jackson.databind.JsonNode>
getExtensions()
AsyncApiOAuthFlows
getFlows()
String
getIn()
String
getName()
String
getOpenIdConnectUrl()
String
getScheme()
List<String>
getScopes()
String
getType()
void
removeExtension(String name)
void
set$ref(String value)
void
setBearerFormat(String value)
void
setDescription(String value)
void
setFlows(AsyncApiOAuthFlows value)
void
setIn(String value)
void
setName(String value)
void
setOpenIdConnectUrl(String value)
void
setScheme(String value)
void
setScopes(List<String> value)
void
setType(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
-
getType
public String getType()
- Specified by:
getType
in interfaceSecurityScheme
-
setType
public void setType(String value)
- Specified by:
setType
in interfaceSecurityScheme
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceSecurityScheme
-
setDescription
public void setDescription(String value)
- Specified by:
setDescription
in interfaceSecurityScheme
-
getName
public String getName()
- Specified by:
getName
in interfaceSecurityScheme
-
setName
public void setName(String value)
- Specified by:
setName
in interfaceSecurityScheme
-
getIn
public String getIn()
- Specified by:
getIn
in interfaceSecurityScheme
-
setIn
public void setIn(String value)
- Specified by:
setIn
in interfaceSecurityScheme
-
getScheme
public String getScheme()
- Specified by:
getScheme
in interfaceAsyncApiSecurityScheme
-
setScheme
public void setScheme(String value)
- Specified by:
setScheme
in interfaceAsyncApiSecurityScheme
-
getBearerFormat
public String getBearerFormat()
- Specified by:
getBearerFormat
in interfaceAsyncApiSecurityScheme
-
setBearerFormat
public void setBearerFormat(String value)
- Specified by:
setBearerFormat
in interfaceAsyncApiSecurityScheme
-
getFlows
public AsyncApiOAuthFlows getFlows()
- Specified by:
getFlows
in interfaceAsyncApiSecurityScheme
-
setFlows
public void setFlows(AsyncApiOAuthFlows value)
- Specified by:
setFlows
in interfaceAsyncApiSecurityScheme
-
createOAuthFlows
public AsyncApi30OAuthFlows createOAuthFlows()
- Specified by:
createOAuthFlows
in interfaceAsyncApiSecurityScheme
-
getOpenIdConnectUrl
public String getOpenIdConnectUrl()
- Specified by:
getOpenIdConnectUrl
in interfaceAsyncApiSecurityScheme
-
setOpenIdConnectUrl
public void setOpenIdConnectUrl(String value)
- Specified by:
setOpenIdConnectUrl
in interfaceAsyncApiSecurityScheme
-
getScopes
public List<String> getScopes()
- Specified by:
getScopes
in interfaceAsyncApi30SecurityScheme
-
setScopes
public void setScopes(List<String> value)
- Specified by:
setScopes
in interfaceAsyncApi30SecurityScheme
-
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
-
-