Class TDBSqlCloudResultFile
- java.lang.Object
-
- com.databricks.jdbc.model.client.thrift.generated.TDBSqlCloudResultFile
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TDBSqlCloudResultFile>,org.apache.thrift.TBase<TDBSqlCloudResultFile,TDBSqlCloudResultFile._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-05-06") public class TDBSqlCloudResultFile extends Object implements org.apache.thrift.TBase<TDBSqlCloudResultFile,TDBSqlCloudResultFile._Fields>, Serializable, Cloneable, Comparable<TDBSqlCloudResultFile>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTDBSqlCloudResultFile._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description longcompressedBytesStringfileLinkStringfilePathMap<String,String>httpHeaderslonglinkExpiryTimestatic Map<TDBSqlCloudResultFile._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMaplongrowCountlongstartRowOffsetlonguncompressedBytes
-
Constructor Summary
Constructors Constructor Description TDBSqlCloudResultFile()TDBSqlCloudResultFile(TDBSqlCloudResultFile other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TDBSqlCloudResultFile other)TDBSqlCloudResultFiledeepCopy()booleanequals(TDBSqlCloudResultFile that)booleanequals(Object that)TDBSqlCloudResultFile._FieldsfieldForId(int fieldId)longgetCompressedBytes()ObjectgetFieldValue(TDBSqlCloudResultFile._Fields field)StringgetFileLink()StringgetFilePath()Map<String,String>getHttpHeaders()intgetHttpHeadersSize()longgetLinkExpiryTime()longgetRowCount()longgetStartRowOffset()longgetUncompressedBytes()inthashCode()booleanisSet(TDBSqlCloudResultFile._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCompressedBytes()Returns true if field compressedBytes is set (has been assigned a value) and false otherwisebooleanisSetFileLink()Returns true if field fileLink is set (has been assigned a value) and false otherwisebooleanisSetFilePath()Returns true if field filePath is set (has been assigned a value) and false otherwisebooleanisSetHttpHeaders()Returns true if field httpHeaders is set (has been assigned a value) and false otherwisebooleanisSetLinkExpiryTime()Returns true if field linkExpiryTime is set (has been assigned a value) and false otherwisebooleanisSetRowCount()Returns true if field rowCount is set (has been assigned a value) and false otherwisebooleanisSetStartRowOffset()Returns true if field startRowOffset is set (has been assigned a value) and false otherwisebooleanisSetUncompressedBytes()Returns true if field uncompressedBytes is set (has been assigned a value) and false otherwisevoidputToHttpHeaders(String key, String val)voidread(org.apache.thrift.protocol.TProtocol iprot)TDBSqlCloudResultFilesetCompressedBytes(long compressedBytes)voidsetCompressedBytesIsSet(boolean value)voidsetFieldValue(TDBSqlCloudResultFile._Fields field, Object value)TDBSqlCloudResultFilesetFileLink(String fileLink)voidsetFileLinkIsSet(boolean value)TDBSqlCloudResultFilesetFilePath(String filePath)voidsetFilePathIsSet(boolean value)TDBSqlCloudResultFilesetHttpHeaders(Map<String,String> httpHeaders)voidsetHttpHeadersIsSet(boolean value)TDBSqlCloudResultFilesetLinkExpiryTime(long linkExpiryTime)voidsetLinkExpiryTimeIsSet(boolean value)TDBSqlCloudResultFilesetRowCount(long rowCount)voidsetRowCountIsSet(boolean value)TDBSqlCloudResultFilesetStartRowOffset(long startRowOffset)voidsetStartRowOffsetIsSet(boolean value)TDBSqlCloudResultFilesetUncompressedBytes(long uncompressedBytes)voidsetUncompressedBytesIsSet(boolean value)StringtoString()voidunsetCompressedBytes()voidunsetFileLink()voidunsetFilePath()voidunsetHttpHeaders()voidunsetLinkExpiryTime()voidunsetRowCount()voidunsetStartRowOffset()voidunsetUncompressedBytes()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
filePath
public String filePath
-
startRowOffset
public long startRowOffset
-
rowCount
public long rowCount
-
uncompressedBytes
public long uncompressedBytes
-
compressedBytes
public long compressedBytes
-
fileLink
public String fileLink
-
linkExpiryTime
public long linkExpiryTime
-
metaDataMap
public static final Map<TDBSqlCloudResultFile._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TDBSqlCloudResultFile
public TDBSqlCloudResultFile()
-
TDBSqlCloudResultFile
public TDBSqlCloudResultFile(TDBSqlCloudResultFile other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TDBSqlCloudResultFile deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TDBSqlCloudResultFile,TDBSqlCloudResultFile._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TDBSqlCloudResultFile,TDBSqlCloudResultFile._Fields>
-
getFilePath
public String getFilePath()
-
setFilePath
public TDBSqlCloudResultFile setFilePath(String filePath)
-
unsetFilePath
public void unsetFilePath()
-
isSetFilePath
public boolean isSetFilePath()
Returns true if field filePath is set (has been assigned a value) and false otherwise
-
setFilePathIsSet
public void setFilePathIsSet(boolean value)
-
getStartRowOffset
public long getStartRowOffset()
-
setStartRowOffset
public TDBSqlCloudResultFile setStartRowOffset(long startRowOffset)
-
unsetStartRowOffset
public void unsetStartRowOffset()
-
isSetStartRowOffset
public boolean isSetStartRowOffset()
Returns true if field startRowOffset is set (has been assigned a value) and false otherwise
-
setStartRowOffsetIsSet
public void setStartRowOffsetIsSet(boolean value)
-
getRowCount
public long getRowCount()
-
setRowCount
public TDBSqlCloudResultFile setRowCount(long rowCount)
-
unsetRowCount
public void unsetRowCount()
-
isSetRowCount
public boolean isSetRowCount()
Returns true if field rowCount is set (has been assigned a value) and false otherwise
-
setRowCountIsSet
public void setRowCountIsSet(boolean value)
-
getUncompressedBytes
public long getUncompressedBytes()
-
setUncompressedBytes
public TDBSqlCloudResultFile setUncompressedBytes(long uncompressedBytes)
-
unsetUncompressedBytes
public void unsetUncompressedBytes()
-
isSetUncompressedBytes
public boolean isSetUncompressedBytes()
Returns true if field uncompressedBytes is set (has been assigned a value) and false otherwise
-
setUncompressedBytesIsSet
public void setUncompressedBytesIsSet(boolean value)
-
getCompressedBytes
public long getCompressedBytes()
-
setCompressedBytes
public TDBSqlCloudResultFile setCompressedBytes(long compressedBytes)
-
unsetCompressedBytes
public void unsetCompressedBytes()
-
isSetCompressedBytes
public boolean isSetCompressedBytes()
Returns true if field compressedBytes is set (has been assigned a value) and false otherwise
-
setCompressedBytesIsSet
public void setCompressedBytesIsSet(boolean value)
-
getFileLink
public String getFileLink()
-
setFileLink
public TDBSqlCloudResultFile setFileLink(String fileLink)
-
unsetFileLink
public void unsetFileLink()
-
isSetFileLink
public boolean isSetFileLink()
Returns true if field fileLink is set (has been assigned a value) and false otherwise
-
setFileLinkIsSet
public void setFileLinkIsSet(boolean value)
-
getLinkExpiryTime
public long getLinkExpiryTime()
-
setLinkExpiryTime
public TDBSqlCloudResultFile setLinkExpiryTime(long linkExpiryTime)
-
unsetLinkExpiryTime
public void unsetLinkExpiryTime()
-
isSetLinkExpiryTime
public boolean isSetLinkExpiryTime()
Returns true if field linkExpiryTime is set (has been assigned a value) and false otherwise
-
setLinkExpiryTimeIsSet
public void setLinkExpiryTimeIsSet(boolean value)
-
getHttpHeadersSize
public int getHttpHeadersSize()
-
setHttpHeaders
public TDBSqlCloudResultFile setHttpHeaders(Map<String,String> httpHeaders)
-
unsetHttpHeaders
public void unsetHttpHeaders()
-
isSetHttpHeaders
public boolean isSetHttpHeaders()
Returns true if field httpHeaders is set (has been assigned a value) and false otherwise
-
setHttpHeadersIsSet
public void setHttpHeadersIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TDBSqlCloudResultFile._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TDBSqlCloudResultFile,TDBSqlCloudResultFile._Fields>
-
getFieldValue
public Object getFieldValue(TDBSqlCloudResultFile._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TDBSqlCloudResultFile,TDBSqlCloudResultFile._Fields>
-
isSet
public boolean isSet(TDBSqlCloudResultFile._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TDBSqlCloudResultFile,TDBSqlCloudResultFile._Fields>
-
equals
public boolean equals(TDBSqlCloudResultFile that)
-
compareTo
public int compareTo(TDBSqlCloudResultFile other)
- Specified by:
compareToin interfaceComparable<TDBSqlCloudResultFile>
-
fieldForId
public TDBSqlCloudResultFile._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TDBSqlCloudResultFile,TDBSqlCloudResultFile._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-