Package com.databricks.jdbc.model.core
Class ExternalLink
- java.lang.Object
-
- com.databricks.jdbc.model.core.ExternalLink
-
public class ExternalLink extends Object
External link POJOTODO: Replace this class with the corresponding SDK implementation once it becomes available
-
-
Constructor Summary
Constructors Constructor Description ExternalLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetByteCount()LonggetChunkIndex()StringgetExpiration()StringgetExternalLink()Map<String,String>getHttpHeaders()LonggetNextChunkIndex()StringgetNextChunkInternalLink()LonggetRowCount()LonggetRowOffset()inthashCode()ExternalLinksetByteCount(Long byteCount)ExternalLinksetChunkIndex(Long chunkIndex)ExternalLinksetExpiration(String expiration)ExternalLinksetExternalLink(String externalLink)ExternalLinksetHttpHeaders(Map<String,String> httpHeaders)ExternalLinksetNextChunkIndex(Long nextChunkIndex)ExternalLinksetNextChunkInternalLink(String nextChunkInternalLink)ExternalLinksetRowCount(Long rowCount)ExternalLinksetRowOffset(Long rowOffset)StringtoString()
-
-
-
Method Detail
-
setByteCount
public ExternalLink setByteCount(Long byteCount)
-
getByteCount
public Long getByteCount()
-
setChunkIndex
public ExternalLink setChunkIndex(Long chunkIndex)
-
getChunkIndex
public Long getChunkIndex()
-
setExpiration
public ExternalLink setExpiration(String expiration)
-
getExpiration
public String getExpiration()
-
setExternalLink
public ExternalLink setExternalLink(String externalLink)
-
setHttpHeaders
public ExternalLink setHttpHeaders(Map<String,String> httpHeaders)
-
getExternalLink
public String getExternalLink()
-
setNextChunkIndex
public ExternalLink setNextChunkIndex(Long nextChunkIndex)
-
getNextChunkIndex
public Long getNextChunkIndex()
-
setNextChunkInternalLink
public ExternalLink setNextChunkInternalLink(String nextChunkInternalLink)
-
getNextChunkInternalLink
public String getNextChunkInternalLink()
-
setRowCount
public ExternalLink setRowCount(Long rowCount)
-
getRowCount
public Long getRowCount()
-
setRowOffset
public ExternalLink setRowOffset(Long rowOffset)
-
getRowOffset
public Long getRowOffset()
-
-