-
- All Implemented Interfaces:
public final class RenderedContent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
RenderedContent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
isTruncated
private final String
truncatedContent
private final Integer
textLength
private final String
fullContent
private final Boolean
isFormatted
-
Constructor Summary
Constructors Constructor Description RenderedContent(String truncatedContent, Integer textLength, String fullContent, Boolean isFormatted)
-
Method Summary
Modifier and Type Method Description final Boolean
getIsTruncated()
final String
getTruncatedContent()
final Integer
getTextLength()
final String
getFullContent()
final Boolean
getIsFormatted()
final RenderedContent
plus(RenderedContent other)
-
-
Method Detail
-
getIsTruncated
final Boolean getIsTruncated()
-
getTruncatedContent
final String getTruncatedContent()
-
getTextLength
final Integer getTextLength()
-
getFullContent
final String getFullContent()
-
getIsFormatted
final Boolean getIsFormatted()
-
plus
final RenderedContent plus(RenderedContent other)
-
-
-
-