public class DescriptionType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
help |
protected String |
language |
protected String |
text |
| Constructor and Description |
|---|
DescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getContent()
Gets the value of the content property.
|
String |
getHelp()
Gets the value of the help property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getText()
Gets the value of the text property.
|
int |
hashCode() |
void |
setContent(String value)
Sets the value of the content property.
|
void |
setHelp(String value)
Sets the value of the help property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setText(String value)
Sets the value of the text property.
|
String |
toString() |
DescriptionType |
withContent(String value) |
DescriptionType |
withHelp(String value) |
DescriptionType |
withLanguage(String value) |
DescriptionType |
withText(String value) |
protected String content
protected String language
protected String text
protected String help
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getHelp()
Stringpublic void setHelp(String value)
value - allowed object is
Stringpublic DescriptionType withContent(String value)
public DescriptionType withLanguage(String value)
public DescriptionType withText(String value)
public DescriptionType withHelp(String value)
Copyright © 2022. All rights reserved.