@PublicAPI public final class BigString extends Object implements Serializable
Constructor and Description |
---|
BigString() |
BigString(String value)
Create a new instance of BigString.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Get the String value.
|
void |
setValue(String value)
Set the String value value to the given value value.
|
public BigString()
public BigString(String value)
value
-