public class QueryNoticesResult
extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
Modifier and Type | Class and Description |
---|---|
static interface |
QueryNoticesResult.FileType
The type of the original source file.
|
Constructor and Description |
---|
QueryNoticesResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCode()
Gets the code.
|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.lang.String |
getFilename()
Gets the filename.
|
java.lang.String |
getFileType()
Gets the fileType.
|
java.lang.String |
getId()
Gets the id.
|
java.util.Map |
getMetadata()
Gets the metadata.
|
java.util.List<Notice> |
getNotices()
Gets the notices.
|
QueryResultMetadata |
getResultMetadata()
Gets the resultMetadata.
|
java.lang.String |
getSha1()
Gets the sha1.
|
java.lang.String |
getTitle()
Gets the title.
|
public java.lang.String getId()
public java.util.Map getMetadata()
public java.lang.String getCollectionId()
public QueryResultMetadata getResultMetadata()
public java.lang.String getTitle()
public java.lang.Long getCode()
public java.lang.String getFilename()
public java.lang.String getFileType()
public java.lang.String getSha1()
public java.util.List<Notice> getNotices()