public class Example extends Object
| Constructor and Description |
|---|
Example(String description,
String id,
String title,
com.fasterxml.jackson.databind.JsonNode input,
com.fasterxml.jackson.databind.JsonNode output,
ExampleComments comments) |
| Modifier and Type | Method and Description |
|---|---|
ExampleComments |
getComments() |
String |
getDescription() |
String |
getId() |
com.fasterxml.jackson.databind.JsonNode |
getInput() |
com.fasterxml.jackson.databind.JsonNode |
getOutput() |
String |
getTitle() |
public Example(String description, String id, String title, com.fasterxml.jackson.databind.JsonNode input, com.fasterxml.jackson.databind.JsonNode output, ExampleComments comments)
public String getDescription()
public String getId()
public String getTitle()
public com.fasterxml.jackson.databind.JsonNode getInput()
public com.fasterxml.jackson.databind.JsonNode getOutput()
public ExampleComments getComments()
Copyright © 2016. All rights reserved.