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
Nested ClassesModifier and TypeClassDescriptionstatic classQueryResponse.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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryResponse.ColumnType.ColumnTypeBuilder<?, ?> builder()protected booleanbooleangetId()Numeric identifier for this column, generally matches the ordinal of the column.getName()SQL name of the data type for this column.getRep()TBCinthashCode()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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-