public class Example extends Object
Constructor and Description |
---|
Example() |
Modifier and Type | Method and Description |
---|---|
Example |
$ref(String $ref) |
void |
addExtension(String name,
Object value) |
Example |
description(String description) |
boolean |
equals(Object o) |
Example |
extensions(Map<String,Object> extensions) |
Example |
externalValue(String externalValue) |
String |
get$ref() |
String |
getDescription()
returns the description property from a Example instance.
|
Map<String,Object> |
getExtensions() |
String |
getExternalValue()
returns the externalValue property from a Example instance.
|
String |
getSummary()
returns the summary property from a Example instance.
|
Object |
getValue()
returns the value property from a Example instance.
|
int |
hashCode() |
void |
set$ref(String $ref) |
void |
setDescription(String description) |
void |
setExtensions(Map<String,Object> extensions) |
void |
setExternalValue(String externalValue) |
void |
setSummary(String summary) |
void |
setValue(Object value) |
Example |
summary(String summary) |
String |
toString() |
Example |
value(Object value) |
public String getSummary()
public void setSummary(String summary)
public String getDescription()
public void setDescription(String description)
public Object getValue()
public void setValue(Object value)
public String getExternalValue()
public void setExternalValue(String externalValue)
public String get$ref()
public void set$ref(String $ref)
Copyright © 2018. All rights reserved.