public class DocGenTagV2025R0 extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
jsonPaths
List of the paths.
|
protected String |
tagContent
The content of the tag.
|
protected EnumWrapper<DocGenTagV2025R0TagTypeField> |
tagType
Type of the tag.
|
explicitlySetNullableFields| Constructor and Description |
|---|
DocGenTagV2025R0(String tagContent,
DocGenTagV2025R0TagTypeField tagType,
List<String> jsonPaths) |
DocGenTagV2025R0(String tagContent,
EnumWrapper<DocGenTagV2025R0TagTypeField> tagType,
List<String> jsonPaths) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getJsonPaths() |
String |
getTagContent() |
EnumWrapper<DocGenTagV2025R0TagTypeField> |
getTagType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String tagContent
protected final EnumWrapper<DocGenTagV2025R0TagTypeField> tagType
public DocGenTagV2025R0(String tagContent, DocGenTagV2025R0TagTypeField tagType, List<String> jsonPaths)
public DocGenTagV2025R0(String tagContent, EnumWrapper<DocGenTagV2025R0TagTypeField> tagType, List<String> jsonPaths)
public String getTagContent()
public EnumWrapper<DocGenTagV2025R0TagTypeField> getTagType()
public List<String> getJsonPaths()