@Validated public class Input extends Object
| Constructor and Description |
|---|
Input() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Get id
|
com.fasterxml.jackson.databind.JsonNode |
getInput()
Get input
|
int |
hashCode() |
Input |
id(String id) |
Input |
input(com.fasterxml.jackson.databind.JsonNode input) |
void |
setId(String id) |
void |
setInput(com.fasterxml.jackson.databind.JsonNode input) |
String |
toString() |
@NotNull public String getId()
public void setId(String id)
public Input input(com.fasterxml.jackson.databind.JsonNode input)
@NotNull public com.fasterxml.jackson.databind.JsonNode getInput()
public void setInput(com.fasterxml.jackson.databind.JsonNode input)
Copyright © 2016–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.