Package com.atlan.model.admin
Class ParsedQuery.ParseError
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.ParsedQuery.ParseError
- All Implemented Interfaces:
Serializable
- Enclosing class:
ParsedQuery
Details of any errors during query parsing.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classParsedQuery.ParseError.ParseErrorBuilder<C extends ParsedQuery.ParseError,B extends ParsedQuery.ParseError.ParseErrorBuilder<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 ParsedQuery.ParseError.ParseErrorBuilder<?, ?> builder()protected booleanbooleanTBCDescription of the error.Type of the error.inthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
ParseError
-
-
Method Details
-
builder
-
toBuilder
-
getErrorMessage
Description of the error. -
getErrorType
Type of the error. -
getCoordinates
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
-