Package com.atlan.model.structs
Class AtlanAppErrorHandling
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AtlanAppErrorHandling
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class AtlanAppErrorHandling
extends AtlanStruct
Error handling strategy within an Atlan application.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAtlanAppErrorHandling.AtlanAppErrorHandlingBuilder<C extends AtlanAppErrorHandling,B extends AtlanAppErrorHandling.AtlanAppErrorHandlingBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.structs.AtlanStruct
AtlanStruct.AtlanStructBuilder<C extends AtlanStruct,B extends AtlanStruct.AtlanStructBuilder<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
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanBackoff coefficient for the error handling strategy.Initial interval for the error handling strategy.Maximum attempts for the error handling strategy.Maximum interval for the error handling strategy.Non-retryable error types for the error handling strategy.Fixed typeName for AtlanAppErrorHandling.inthashCode()static AtlanAppErrorHandlingof(String atlanAppErrorHandlingInitialInterval, Double atlanAppErrorHandlingBackoffCoefficient, String atlanAppErrorHandlingMaximumInterval, Integer atlanAppErrorHandlingMaximumAttempts, List<String> atlanAppErrorHandlingNonRetryableErrorTypes) Quickly create a new AtlanAppErrorHandling.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AtlanAppErrorHandling
-
-
Method Details
-
of
public static AtlanAppErrorHandling of(String atlanAppErrorHandlingInitialInterval, Double atlanAppErrorHandlingBackoffCoefficient, String atlanAppErrorHandlingMaximumInterval, Integer atlanAppErrorHandlingMaximumAttempts, List<String> atlanAppErrorHandlingNonRetryableErrorTypes) Quickly create a new AtlanAppErrorHandling.- Parameters:
atlanAppErrorHandlingInitialInterval- Initial interval for the error handling strategy.atlanAppErrorHandlingBackoffCoefficient- Backoff coefficient for the error handling strategy.atlanAppErrorHandlingMaximumInterval- Maximum interval for the error handling strategy.atlanAppErrorHandlingMaximumAttempts- Maximum attempts for the error handling strategy.atlanAppErrorHandlingNonRetryableErrorTypes- Non-retryable error types for the error handling strategy.- Returns:
- a AtlanAppErrorHandling with the provided information
-
builder
-
toBuilder
-
getAtlanAppErrorHandlingInitialInterval
Initial interval for the error handling strategy. -
getAtlanAppErrorHandlingBackoffCoefficient
Backoff coefficient for the error handling strategy. -
getAtlanAppErrorHandlingMaximumInterval
Maximum interval for the error handling strategy. -
getAtlanAppErrorHandlingMaximumAttempts
Maximum attempts for the error handling strategy. -
getAtlanAppErrorHandlingNonRetryableErrorTypes
Non-retryable error types for the error handling strategy. -
equals
- Overrides:
equalsin classAtlanStruct
-
canEqual
- Overrides:
canEqualin classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanStruct
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-
getTypeName
Fixed typeName for AtlanAppErrorHandling.- Overrides:
getTypeNamein classAtlanStruct
-