Package io.swagger.models
Class RefModel
- java.lang.Object
-
- io.swagger.models.RefModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefModel
asDefault(String ref)
Object
clone()
boolean
equals(Object obj)
String
get$ref()
Boolean
getBooleanValue()
String
getDescription()
Object
getExample()
ExternalDocs
getExternalDocs()
String
getOriginalRef()
Map<String,Property>
getProperties()
String
getReference()
RefFormat
getRefFormat()
String
getSimpleRef()
String
getTitle()
Map<String,Object>
getVendorExtensions()
int
hashCode()
void
set$ref(String ref)
void
setBooleanValue(Boolean booleanValue)
void
setDescription(String description)
void
setExample(Object example)
void
setExternalDocs(ExternalDocs value)
void
setProperties(Map<String,Property> properties)
void
setReference(String reference)
void
setTitle(String title)
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceModel
-
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interfaceModel
-
getProperties
public Map<String,Property> getProperties()
- Specified by:
getProperties
in interfaceModel
-
setProperties
public void setProperties(Map<String,Property> properties)
- Specified by:
setProperties
in interfaceModel
-
getSimpleRef
public String getSimpleRef()
-
getOriginalRef
public String getOriginalRef()
- Returns:
- originalRef
- Since:
- 1.5.21
-
get$ref
public String get$ref()
-
set$ref
public void set$ref(String ref)
-
getRefFormat
public RefFormat getRefFormat()
-
getExample
public Object getExample()
- Specified by:
getExample
in interfaceModel
-
setExample
public void setExample(Object example)
- Specified by:
setExample
in interfaceModel
-
getExternalDocs
public ExternalDocs getExternalDocs()
- Specified by:
getExternalDocs
in interfaceModel
-
setExternalDocs
public void setExternalDocs(ExternalDocs value)
-
getVendorExtensions
public Map<String,Object> getVendorExtensions()
- Specified by:
getVendorExtensions
in interfaceModel
-
getBooleanValue
public Boolean getBooleanValue()
- Specified by:
getBooleanValue
in interfaceModel
-
setBooleanValue
public void setBooleanValue(Boolean booleanValue)
- Specified by:
setBooleanValue
in interfaceModel
-
getReference
public String getReference()
- Specified by:
getReference
in interfaceModel
-
setReference
public void setReference(String reference)
- Specified by:
setReference
in interfaceModel
-
-