public class Value extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static Value |
copyFrom(IValue source) |
String |
getContent()
Returns the value of field 'content'.
|
String |
getEncoding()
Returns the value of field 'encoding'.
|
String |
getType()
Returns the value of field 'type'.
|
Boolean |
isExpand()
Returns the value of field 'expand'.
|
void |
setContent(String content)
Sets the value of field 'content'.
|
void |
setEncoding(String encoding)
Sets the value of field 'encoding'.
|
void |
setExpand(Boolean expand)
Sets the value of field 'expand'.
|
void |
setType(String type)
Sets the value of field 'type'.
|
String |
toString() |
public Value()
public Value(String value)
public String getContent()
public String getEncoding()
public String getType()
public Boolean isExpand()
public void setContent(String content)
content
- the value of field 'content'.public void setEncoding(String encoding)
encoding
- the value of field 'encoding'.public void setType(String type)
type
- the value of field 'type'.public void setExpand(Boolean expand)
type
- the value of field 'expand'.Copyright © 2021. All rights reserved.