public class InfoType extends JsonPojo
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
baseUri |
protected java.lang.String |
description |
protected java.lang.String |
title |
protected java.lang.String |
version |
| Constructor and Description |
|---|
InfoType() |
| Modifier and Type | Method and Description |
|---|---|
static InfoType |
fromJson(com.fasterxml.jackson.databind.JsonNode node) |
java.lang.String |
getBaseUri()
Gets the value of the baseUri property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setBaseUri(java.lang.String value)
Sets the value of the baseUri property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
com.fasterxml.jackson.databind.JsonNode |
toJson() |
getIntValue, getIntValue, getValue, writeNumberIf, writeObjectIf, writeStringIfprotected java.lang.String title
protected java.lang.String version
protected java.lang.String baseUri
protected java.lang.String description
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBaseUri()
Stringpublic void setBaseUri(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic static InfoType fromJson(com.fasterxml.jackson.databind.JsonNode node)