Class ExternalLink
java.lang.Object
com.databricks.jdbc.model.core.ExternalLink
External link POJO
TODO: Replace this class with the corresponding SDK implementation once it becomes available
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()setByteCount(Long byteCount) setChunkIndex(Long chunkIndex) setExpiration(String expiration) setExternalLink(String externalLink) setHttpHeaders(Map<String, String> httpHeaders) setNextChunkIndex(Long nextChunkIndex) setNextChunkInternalLink(String nextChunkInternalLink) setRowCount(Long rowCount) setRowOffset(Long rowOffset) toString()
-
Constructor Details
-
ExternalLink
public ExternalLink()
-
-
Method Details
-
setByteCount
-
getByteCount
-
setChunkIndex
-
getChunkIndex
-
setExpiration
-
getExpiration
-
setExternalLink
-
setHttpHeaders
-
getHttpHeaders
-
getExternalLink
-
setNextChunkIndex
-
getNextChunkIndex
-
setNextChunkInternalLink
-
getNextChunkInternalLink
-
setRowCount
-
getRowCount
-
setRowOffset
-
getRowOffset
-
equals
-
hashCode
-
toString
-