@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class JsonContextVariable extends Object
| Constructor and Description |
|---|
JsonContextVariable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType()
Type of custom context variable.
|
Object |
getValue()
A JSON object containing custom content.
|
int |
hashCode() |
void |
setType(String type) |
void |
setValue(Object value) |
String |
toString() |
JsonContextVariable |
type(String type) |
JsonContextVariable |
value(Object value) |
public JsonContextVariable type(String type)
public String getType()
public void setType(String type)
public JsonContextVariable value(Object value)
public Object getValue()
public void setValue(Object value)
Copyright © 2011–2023 Everit Kft.. All rights reserved.