public class Value extends Object implements Serializable
| Constructor and Description | 
|---|
Value()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getContent()
Returns the value of field 'content'. 
 | 
String | 
getType()
Returns the value of field 'type'. 
 | 
void | 
setContent(String content)
Sets the value of field 'content'. 
 | 
void | 
setType(String type)
Sets the value of field 'type'. 
 | 
public String getContent()
public String getType()
public void setContent(String content)
content - the value of field 'content'.public void setType(String type)
type - the value of field 'type'.Copyright © 2020. All rights reserved.