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() |
void |
setInput(com.fasterxml.jackson.databind.JsonNode input) |
void |
setOutput(com.fasterxml.jackson.databind.JsonNode output) |
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 void setInput(com.fasterxml.jackson.databind.JsonNode input)
public com.fasterxml.jackson.databind.JsonNode getOutput()
public void setOutput(com.fasterxml.jackson.databind.JsonNode output)
public ExampleComments getComments()
Copyright © 2019. All rights reserved.