Constructor and Description |
---|
RefModel() |
RefModel(java.lang.String ref) |
Modifier and Type | Method and Description |
---|---|
RefModel |
asDefault(java.lang.String ref) |
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
get$ref() |
java.lang.String |
getDescription() |
java.lang.Object |
getExample() |
ExternalDocs |
getExternalDocs() |
java.util.Map<java.lang.String,Property> |
getProperties() |
java.lang.String |
getReference() |
RefFormat |
getRefFormat() |
java.lang.String |
getSimpleRef() |
java.lang.String |
getTitle() |
java.util.Map<java.lang.String,java.lang.Object> |
getVendorExtensions() |
int |
hashCode() |
void |
set$ref(java.lang.String ref) |
void |
setDescription(java.lang.String description) |
void |
setExample(java.lang.Object example) |
void |
setExternalDocs(ExternalDocs value) |
void |
setProperties(java.util.Map<java.lang.String,Property> properties) |
void |
setReference(java.lang.String reference) |
void |
setTitle(java.lang.String title) |
public RefModel asDefault(java.lang.String ref)
public java.lang.String getDescription()
getDescription
in interface Model
public void setDescription(java.lang.String description)
setDescription
in interface Model
public java.util.Map<java.lang.String,Property> getProperties()
getProperties
in interface Model
public void setProperties(java.util.Map<java.lang.String,Property> properties)
setProperties
in interface Model
public java.lang.String getSimpleRef()
public java.lang.String get$ref()
public void set$ref(java.lang.String ref)
public RefFormat getRefFormat()
public java.lang.Object getExample()
getExample
in interface Model
public void setExample(java.lang.Object example)
setExample
in interface Model
public ExternalDocs getExternalDocs()
getExternalDocs
in interface Model
public void setExternalDocs(ExternalDocs value)
public java.lang.Object clone()
public java.util.Map<java.lang.String,java.lang.Object> getVendorExtensions()
getVendorExtensions
in interface Model
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getReference()
getReference
in interface Model
public void setReference(java.lang.String reference)
setReference
in interface Model
Copyright © 2018. All Rights Reserved.