Class Results
- java.lang.Object
-
- com.databricks.sdk.service.compute.Results
-
@Generated public class Results extends Object
-
-
Constructor Summary
Constructors Constructor Description Results()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCause()
Object
getData()
String
getFileName()
Collection<String>
getFileNames()
Boolean
getIsJsonSchema()
Long
getPos()
ResultType
getResultType()
Collection<Map<String,Object>>
getSchema()
String
getSummary()
Boolean
getTruncated()
int
hashCode()
Results
setCause(String cause)
Results
setData(Object data)
Results
setFileName(String fileName)
Results
setFileNames(Collection<String> fileNames)
Results
setIsJsonSchema(Boolean isJsonSchema)
Results
setPos(Long pos)
Results
setResultType(ResultType resultType)
Results
setSchema(Collection<Map<String,Object>> schema)
Results
setSummary(String summary)
Results
setTruncated(Boolean truncated)
String
toString()
-
-
-
Method Detail
-
getCause
public String getCause()
-
getData
public Object getData()
-
getFileName
public String getFileName()
-
setFileNames
public Results setFileNames(Collection<String> fileNames)
-
getFileNames
public Collection<String> getFileNames()
-
getIsJsonSchema
public Boolean getIsJsonSchema()
-
getPos
public Long getPos()
-
setResultType
public Results setResultType(ResultType resultType)
-
getResultType
public ResultType getResultType()
-
setSchema
public Results setSchema(Collection<Map<String,Object>> schema)
-
getSchema
public Collection<Map<String,Object>> getSchema()
-
getSummary
public String getSummary()
-
getTruncated
public Boolean getTruncated()
-
-