Class ColumnInfo
- java.lang.Object
-
- com.databricks.sdk.service.sharing.ColumnInfo
-
@Generated public class ColumnInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ColumnInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getComment()
ColumnMask
getMask()
String
getName()
Boolean
getNullable()
Long
getPartitionIndex()
Long
getPosition()
String
getTypeIntervalType()
String
getTypeJson()
ColumnTypeName
getTypeName()
Long
getTypePrecision()
Long
getTypeScale()
String
getTypeText()
int
hashCode()
ColumnInfo
setComment(String comment)
ColumnInfo
setMask(ColumnMask mask)
ColumnInfo
setName(String name)
ColumnInfo
setNullable(Boolean nullable)
ColumnInfo
setPartitionIndex(Long partitionIndex)
ColumnInfo
setPosition(Long position)
ColumnInfo
setTypeIntervalType(String typeIntervalType)
ColumnInfo
setTypeJson(String typeJson)
ColumnInfo
setTypeName(ColumnTypeName typeName)
ColumnInfo
setTypePrecision(Long typePrecision)
ColumnInfo
setTypeScale(Long typeScale)
ColumnInfo
setTypeText(String typeText)
String
toString()
-
-
-
Method Detail
-
setComment
public ColumnInfo setComment(String comment)
-
getComment
public String getComment()
-
setMask
public ColumnInfo setMask(ColumnMask mask)
-
getMask
public ColumnMask getMask()
-
setName
public ColumnInfo setName(String name)
-
getName
public String getName()
-
setNullable
public ColumnInfo setNullable(Boolean nullable)
-
getNullable
public Boolean getNullable()
-
setPartitionIndex
public ColumnInfo setPartitionIndex(Long partitionIndex)
-
getPartitionIndex
public Long getPartitionIndex()
-
setPosition
public ColumnInfo setPosition(Long position)
-
getPosition
public Long getPosition()
-
setTypeIntervalType
public ColumnInfo setTypeIntervalType(String typeIntervalType)
-
getTypeIntervalType
public String getTypeIntervalType()
-
setTypeJson
public ColumnInfo setTypeJson(String typeJson)
-
getTypeJson
public String getTypeJson()
-
setTypeName
public ColumnInfo setTypeName(ColumnTypeName typeName)
-
getTypeName
public ColumnTypeName getTypeName()
-
setTypePrecision
public ColumnInfo setTypePrecision(Long typePrecision)
-
getTypePrecision
public Long getTypePrecision()
-
setTypeScale
public ColumnInfo setTypeScale(Long typeScale)
-
getTypeScale
public Long getTypeScale()
-
setTypeText
public ColumnInfo setTypeText(String typeText)
-
getTypeText
public String getTypeText()
-
-