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, writeStringIf
protected java.lang.String title
protected java.lang.String version
protected java.lang.String baseUri
protected java.lang.String description
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBaseUri()
String
public void setBaseUri(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public static InfoType fromJson(com.fasterxml.jackson.databind.JsonNode node)