public class ChecksOutput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChecksOutput.ChecksOutputBuilder
Builder for
ChecksOutput. |
| Constructor and Description |
|---|
ChecksOutput(ChecksOutput that)
Copy constructor of the
ChecksOutput. |
| Modifier and Type | Method and Description |
|---|---|
List<ChecksAnnotation> |
getChecksAnnotations() |
List<ChecksImage> |
getChecksImages() |
Optional<String> |
getSummary() |
Optional<String> |
getSummary(int maxSize)
Get the output summary, truncated by
TruncatedString to maxSize. |
Optional<String> |
getText() |
Optional<String> |
getText(int maxSize)
Get the output text, truncated by
TruncatedString to maxSize. |
Optional<String> |
getTitle() |
String |
toString() |
public ChecksOutput(ChecksOutput that)
ChecksOutput.that - the source to copy frompublic Optional<String> getSummary(int maxSize)
TruncatedString to maxSize.maxSize - maximum size to truncate summary to.public Optional<String> getText(int maxSize)
TruncatedString to maxSize.maxSize - maximum size to truncate text to.public List<ChecksAnnotation> getChecksAnnotations()
public List<ChecksImage> getChecksImages()
Copyright © 2016–2021. All rights reserved.