Package tech.ytsaurus.ysontree
Interface YTreeStringNode
-
- All Superinterfaces:
YTreeNode
,YTreeScalarNode<java.lang.String>
- All Known Implementing Classes:
YTreeStringNodeImpl
public interface YTreeStringNode extends YTreeScalarNode<java.lang.String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getBytes()
java.lang.String
getValue()
byte[]
setBytes(byte[] bytes)
java.lang.String
setValue(java.lang.String value)
-
Methods inherited from interface tech.ytsaurus.ysontree.YTreeNode
asList, asMap, attributeKeys, attributeValues, booleanNode, boolValue, bytesValue, cast, clearAttributes, containsAttribute, containsAttributes, doubleNode, doubleValue, entityNode, floatValue, getAttribute, getAttributeOrThrow, getAttributeOrThrow, getAttributes, integerNode, intValue, isBooleanNode, isDoubleNode, isEntityNode, isIntegerNode, isListNode, isMapNode, isStringNode, listNode, longValue, mapNode, putAttribute, removeAttribute, scalarNode, stringNode, stringValue, toBinary
-
Methods inherited from interface tech.ytsaurus.ysontree.YTreeScalarNode
getBoxedValue
-
-