Modifier and Type | Method and Description |
---|---|
WebPage |
build() |
WebPage.Builder |
clearBaseUrl()
Clears the value of the 'baseUrl' field
|
WebPage.Builder |
clearBatchId()
Clears the value of the 'batchId' field
|
WebPage.Builder |
clearContent()
Clears the value of the 'content' field
|
WebPage.Builder |
clearContentType()
Clears the value of the 'contentType' field
|
WebPage.Builder |
clearFetchInterval()
Clears the value of the 'fetchInterval' field
|
WebPage.Builder |
clearFetchTime()
Clears the value of the 'fetchTime' field
|
WebPage.Builder |
clearHeaders()
Clears the value of the 'headers' field
|
WebPage.Builder |
clearInlinks()
Clears the value of the 'inlinks' field
|
WebPage.Builder |
clearMarkers()
Clears the value of the 'markers' field
|
WebPage.Builder |
clearMetadata()
Clears the value of the 'metadata' field
|
WebPage.Builder |
clearModifiedTime()
Clears the value of the 'modifiedTime' field
|
WebPage.Builder |
clearOutlinks()
Clears the value of the 'outlinks' field
|
WebPage.Builder |
clearParseStatus()
Clears the value of the 'parseStatus' field
|
WebPage.Builder |
clearPrevFetchTime()
Clears the value of the 'prevFetchTime' field
|
WebPage.Builder |
clearPrevModifiedTime()
Clears the value of the 'prevModifiedTime' field
|
WebPage.Builder |
clearPrevSignature()
Clears the value of the 'prevSignature' field
|
WebPage.Builder |
clearProtocolStatus()
Clears the value of the 'protocolStatus' field
|
WebPage.Builder |
clearReprUrl()
Clears the value of the 'reprUrl' field
|
WebPage.Builder |
clearRetriesSinceFetch()
Clears the value of the 'retriesSinceFetch' field
|
WebPage.Builder |
clearScore()
Clears the value of the 'score' field
|
WebPage.Builder |
clearSignature()
Clears the value of the 'signature' field
|
WebPage.Builder |
clearStatus()
Clears the value of the 'status' field
|
WebPage.Builder |
clearText()
Clears the value of the 'text' field
|
WebPage.Builder |
clearTitle()
Clears the value of the 'title' field
|
CharSequence |
getBaseUrl()
Gets the value of the 'baseUrl' field
|
CharSequence |
getBatchId()
Gets the value of the 'batchId' field
|
ByteBuffer |
getContent()
Gets the value of the 'content' field
|
CharSequence |
getContentType()
Gets the value of the 'contentType' field
|
Integer |
getFetchInterval()
Gets the value of the 'fetchInterval' field
|
Long |
getFetchTime()
Gets the value of the 'fetchTime' field
|
Map<CharSequence,CharSequence> |
getHeaders()
Gets the value of the 'headers' field
|
Map<CharSequence,CharSequence> |
getInlinks()
Gets the value of the 'inlinks' field
|
Map<CharSequence,CharSequence> |
getMarkers()
Gets the value of the 'markers' field
|
Map<CharSequence,ByteBuffer> |
getMetadata()
Gets the value of the 'metadata' field
|
Long |
getModifiedTime()
Gets the value of the 'modifiedTime' field
|
Map<CharSequence,CharSequence> |
getOutlinks()
Gets the value of the 'outlinks' field
|
ParseStatus |
getParseStatus()
Gets the value of the 'parseStatus' field
|
Long |
getPrevFetchTime()
Gets the value of the 'prevFetchTime' field
|
Long |
getPrevModifiedTime()
Gets the value of the 'prevModifiedTime' field
|
ByteBuffer |
getPrevSignature()
Gets the value of the 'prevSignature' field
|
ProtocolStatus |
getProtocolStatus()
Gets the value of the 'protocolStatus' field
|
CharSequence |
getReprUrl()
Gets the value of the 'reprUrl' field
|
Integer |
getRetriesSinceFetch()
Gets the value of the 'retriesSinceFetch' field
|
Float |
getScore()
Gets the value of the 'score' field
|
ByteBuffer |
getSignature()
Gets the value of the 'signature' field
|
Integer |
getStatus()
Gets the value of the 'status' field
|
CharSequence |
getText()
Gets the value of the 'text' field
|
CharSequence |
getTitle()
Gets the value of the 'title' field
|
boolean |
hasBaseUrl()
Checks whether the 'baseUrl' field has been set
|
boolean |
hasBatchId()
Checks whether the 'batchId' field has been set
|
boolean |
hasContent()
Checks whether the 'content' field has been set
|
boolean |
hasContentType()
Checks whether the 'contentType' field has been set
|
boolean |
hasFetchInterval()
Checks whether the 'fetchInterval' field has been set
|
boolean |
hasFetchTime()
Checks whether the 'fetchTime' field has been set
|
boolean |
hasHeaders()
Checks whether the 'headers' field has been set
|
boolean |
hasInlinks()
Checks whether the 'inlinks' field has been set
|
boolean |
hasMarkers()
Checks whether the 'markers' field has been set
|
boolean |
hasMetadata()
Checks whether the 'metadata' field has been set
|
boolean |
hasModifiedTime()
Checks whether the 'modifiedTime' field has been set
|
boolean |
hasOutlinks()
Checks whether the 'outlinks' field has been set
|
boolean |
hasParseStatus()
Checks whether the 'parseStatus' field has been set
|
boolean |
hasPrevFetchTime()
Checks whether the 'prevFetchTime' field has been set
|
boolean |
hasPrevModifiedTime()
Checks whether the 'prevModifiedTime' field has been set
|
boolean |
hasPrevSignature()
Checks whether the 'prevSignature' field has been set
|
boolean |
hasProtocolStatus()
Checks whether the 'protocolStatus' field has been set
|
boolean |
hasReprUrl()
Checks whether the 'reprUrl' field has been set
|
boolean |
hasRetriesSinceFetch()
Checks whether the 'retriesSinceFetch' field has been set
|
boolean |
hasScore()
Checks whether the 'score' field has been set
|
boolean |
hasSignature()
Checks whether the 'signature' field has been set
|
boolean |
hasStatus()
Checks whether the 'status' field has been set
|
boolean |
hasText()
Checks whether the 'text' field has been set
|
boolean |
hasTitle()
Checks whether the 'title' field has been set
|
WebPage.Builder |
setBaseUrl(CharSequence value)
Sets the value of the 'baseUrl' field
|
WebPage.Builder |
setBatchId(CharSequence value)
Sets the value of the 'batchId' field
|
WebPage.Builder |
setContent(ByteBuffer value)
Sets the value of the 'content' field
|
WebPage.Builder |
setContentType(CharSequence value)
Sets the value of the 'contentType' field
|
WebPage.Builder |
setFetchInterval(int value)
Sets the value of the 'fetchInterval' field
|
WebPage.Builder |
setFetchTime(long value)
Sets the value of the 'fetchTime' field
|
WebPage.Builder |
setHeaders(Map<CharSequence,CharSequence> value)
Sets the value of the 'headers' field
|
WebPage.Builder |
setInlinks(Map<CharSequence,CharSequence> value)
Sets the value of the 'inlinks' field
|
WebPage.Builder |
setMarkers(Map<CharSequence,CharSequence> value)
Sets the value of the 'markers' field
|
WebPage.Builder |
setMetadata(Map<CharSequence,ByteBuffer> value)
Sets the value of the 'metadata' field
|
WebPage.Builder |
setModifiedTime(long value)
Sets the value of the 'modifiedTime' field
|
WebPage.Builder |
setOutlinks(Map<CharSequence,CharSequence> value)
Sets the value of the 'outlinks' field
|
WebPage.Builder |
setParseStatus(ParseStatus value)
Sets the value of the 'parseStatus' field
|
WebPage.Builder |
setPrevFetchTime(long value)
Sets the value of the 'prevFetchTime' field
|
WebPage.Builder |
setPrevModifiedTime(long value)
Sets the value of the 'prevModifiedTime' field
|
WebPage.Builder |
setPrevSignature(ByteBuffer value)
Sets the value of the 'prevSignature' field
|
WebPage.Builder |
setProtocolStatus(ProtocolStatus value)
Sets the value of the 'protocolStatus' field
|
WebPage.Builder |
setReprUrl(CharSequence value)
Sets the value of the 'reprUrl' field
|
WebPage.Builder |
setRetriesSinceFetch(int value)
Sets the value of the 'retriesSinceFetch' field
|
WebPage.Builder |
setScore(float value)
Sets the value of the 'score' field
|
WebPage.Builder |
setSignature(ByteBuffer value)
Sets the value of the 'signature' field
|
WebPage.Builder |
setStatus(int value)
Sets the value of the 'status' field
|
WebPage.Builder |
setText(CharSequence value)
Sets the value of the 'text' field
|
WebPage.Builder |
setTitle(CharSequence value)
Sets the value of the 'title' field
|
public CharSequence getBaseUrl()
public WebPage.Builder setBaseUrl(CharSequence value)
public boolean hasBaseUrl()
public WebPage.Builder clearBaseUrl()
public Integer getStatus()
public WebPage.Builder setStatus(int value)
public boolean hasStatus()
public WebPage.Builder clearStatus()
public Long getFetchTime()
public WebPage.Builder setFetchTime(long value)
public boolean hasFetchTime()
public WebPage.Builder clearFetchTime()
public Long getPrevFetchTime()
public WebPage.Builder setPrevFetchTime(long value)
public boolean hasPrevFetchTime()
public WebPage.Builder clearPrevFetchTime()
public Integer getFetchInterval()
public WebPage.Builder setFetchInterval(int value)
public boolean hasFetchInterval()
public WebPage.Builder clearFetchInterval()
public Integer getRetriesSinceFetch()
public WebPage.Builder setRetriesSinceFetch(int value)
public boolean hasRetriesSinceFetch()
public WebPage.Builder clearRetriesSinceFetch()
public Long getModifiedTime()
public WebPage.Builder setModifiedTime(long value)
public boolean hasModifiedTime()
public WebPage.Builder clearModifiedTime()
public Long getPrevModifiedTime()
public WebPage.Builder setPrevModifiedTime(long value)
public boolean hasPrevModifiedTime()
public WebPage.Builder clearPrevModifiedTime()
public ProtocolStatus getProtocolStatus()
public WebPage.Builder setProtocolStatus(ProtocolStatus value)
public boolean hasProtocolStatus()
public WebPage.Builder clearProtocolStatus()
public ByteBuffer getContent()
public WebPage.Builder setContent(ByteBuffer value)
public boolean hasContent()
public WebPage.Builder clearContent()
public CharSequence getContentType()
public WebPage.Builder setContentType(CharSequence value)
public boolean hasContentType()
public WebPage.Builder clearContentType()
public ByteBuffer getPrevSignature()
public WebPage.Builder setPrevSignature(ByteBuffer value)
public boolean hasPrevSignature()
public WebPage.Builder clearPrevSignature()
public ByteBuffer getSignature()
public WebPage.Builder setSignature(ByteBuffer value)
public boolean hasSignature()
public WebPage.Builder clearSignature()
public CharSequence getTitle()
public WebPage.Builder setTitle(CharSequence value)
public boolean hasTitle()
public WebPage.Builder clearTitle()
public CharSequence getText()
public WebPage.Builder setText(CharSequence value)
public boolean hasText()
public WebPage.Builder clearText()
public ParseStatus getParseStatus()
public WebPage.Builder setParseStatus(ParseStatus value)
public boolean hasParseStatus()
public WebPage.Builder clearParseStatus()
public Float getScore()
public WebPage.Builder setScore(float value)
public boolean hasScore()
public WebPage.Builder clearScore()
public CharSequence getReprUrl()
public WebPage.Builder setReprUrl(CharSequence value)
public boolean hasReprUrl()
public WebPage.Builder clearReprUrl()
public Map<CharSequence,CharSequence> getHeaders()
public WebPage.Builder setHeaders(Map<CharSequence,CharSequence> value)
public boolean hasHeaders()
public WebPage.Builder clearHeaders()
public Map<CharSequence,CharSequence> getOutlinks()
public WebPage.Builder setOutlinks(Map<CharSequence,CharSequence> value)
public boolean hasOutlinks()
public WebPage.Builder clearOutlinks()
public Map<CharSequence,CharSequence> getInlinks()
public WebPage.Builder setInlinks(Map<CharSequence,CharSequence> value)
public boolean hasInlinks()
public WebPage.Builder clearInlinks()
public Map<CharSequence,CharSequence> getMarkers()
public WebPage.Builder setMarkers(Map<CharSequence,CharSequence> value)
public boolean hasMarkers()
public WebPage.Builder clearMarkers()
public Map<CharSequence,ByteBuffer> getMetadata()
public WebPage.Builder setMetadata(Map<CharSequence,ByteBuffer> value)
public boolean hasMetadata()
public WebPage.Builder clearMetadata()
public CharSequence getBatchId()
public WebPage.Builder setBatchId(CharSequence value)
public boolean hasBatchId()
public WebPage.Builder clearBatchId()
Copyright © 2015 The Apache Software Foundation