public abstract class SoyMsgRawTextPart extends SoyMsgPart
SoyMsgPart.Case<T>| Modifier and Type | Method and Description |
|---|---|
abstract String |
getRawText()
Returns the raw text string.
|
static SoyMsgRawTextPart |
of(String rawText)
Returns a SoyMsgRawTextPart representing the specified raw text string.
|
String |
toString() |