Package com.atlan.model.admin
Class QueryResponse.AssetDetails
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.QueryResponse.AssetDetails
- All Implemented Interfaces:
Serializable
- Enclosing class:
QueryResponse
Details about an asset that was queried, in case of errors.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classQueryResponse.AssetDetails.AssetDetailsBuilder<C extends QueryResponse.AssetDetails,B extends QueryResponse.AssetDetails.AssetDetailsBuilder<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.AssetDetails.AssetDetailsBuilder<?, ?> builder()protected booleanbooleanSimple name of the connection.Unique name of the connection.Simple name of the database.Simple name of the schema.getTable()Simple name of the table.inthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AssetDetails
-
-
Method Details
-
builder
-
toBuilder
-
getConnectionName
Simple name of the connection. -
getConnectionQN
Unique name of the connection. -
getDatabase
Simple name of the database. -
getSchema
Simple name of the schema. -
getTable
Simple name of the table. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-