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 class
QueryResponse.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 boolean
boolean
Simple 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.int
hashCode()
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:
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
-