public class QueryNoticesResult extends DynamicModel
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.
|
QueryResultResultMetadata |
getResultMetadata()
Gets the resultMetadata.
|
java.lang.Double |
getScore()
Gets the score.
|
java.lang.String |
getSha1()
Gets the sha1.
|
equals, hashCode, toString
public java.lang.String getId()
public java.lang.Double getScore()
public java.util.Map getMetadata()
public java.lang.String getCollectionId()
public QueryResultResultMetadata getResultMetadata()
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()