public class Value extends Object implements Serializable
Constructor and Description |
---|
Value() |
Value(String type,
String content) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContent() |
String |
getType() |
int |
hashCode() |
void |
setContent(String content) |
void |
setType(String type) |
Copyright © 2021. All rights reserved.