public class Tag extends Object
| Constructor and Description |
|---|
Tag() |
Tag(String name,
int type,
com.fasterxml.jackson.databind.JsonNode value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
int |
getType() |
com.fasterxml.jackson.databind.JsonNode |
getValue() |
int |
hashCode() |
void |
setName(String name) |
void |
setType(int type) |
void |
setValue(com.fasterxml.jackson.databind.JsonNode value) |
public Tag()
public Tag(String name, int type, com.fasterxml.jackson.databind.JsonNode value)
Copyright © 2025. All rights reserved.