Package com.atlan.model.admin
Class QueryResponse.ColumnType
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.QueryResponse.ColumnType
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueryResponse
Details about the type of column that was returned from a query that was run.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QueryResponse.ColumnType.ColumnTypeBuilder<C extends QueryResponse.ColumnType,
B extends QueryResponse.ColumnType.ColumnTypeBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryResponse.ColumnType.ColumnTypeBuilder<?,
?> builder()
protected boolean
boolean
getId()
Numeric identifier for this column, generally matches the ordinal of the column.getName()
SQL name of the data type for this column.getRep()
TBCint
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
ColumnType
-
-
Method Details
-
builder
-
toBuilder
-
getId
Numeric identifier for this column, generally matches the ordinal of the column. -
getName
SQL name of the data type for this column. -
getRep
TBC -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-