public class ShortDoc
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ShortDoc.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
hash |
protected java.lang.String |
title |
Modifier | Constructor and Description |
---|---|
protected |
ShortDoc(ShortDoc.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
hash()
Gets the hash.
|
ShortDoc.Builder |
newBuilder()
New builder.
|
java.lang.String |
title()
Gets the title.
|
protected ShortDoc(ShortDoc.Builder builder)
public ShortDoc.Builder newBuilder()
public java.lang.String title()
The title of the input document, if identified.
public java.lang.String hash()
The MD5 hash of the input document.