Class AssetExternalDQTestRunHistory

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AssetExternalDQTestRunHistory
All Implemented Interfaces:
Serializable

@Generated("com.atlan.generators.ModelGeneratorV2") public class AssetExternalDQTestRunHistory extends AtlanStruct
Detailed information about the External DQ Test runs and their results.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • of

      public static AssetExternalDQTestRunHistory of(Long assetExternalDQTestRunStartedAt, Long assetExternalDQTestRunEndedAt, String assetExternalDQTestRunStatus)
      Quickly create a new AssetExternalDQTestRunHistory.
      Parameters:
      assetExternalDQTestRunStartedAt - Start timestamp of the last DQ Test run for the asset on the external DQ tool.
      assetExternalDQTestRunEndedAt - End timestamp of the last DQ Test run for the asset on the external DQ tool.
      assetExternalDQTestRunStatus - Overall status of the last DQ Test run for the asset on the external DQ tool.
      Returns:
      a AssetExternalDQTestRunHistory with the provided information
    • builder

    • toBuilder

    • getAssetExternalDQTestRunStartedAt

      public Long getAssetExternalDQTestRunStartedAt()
      Start timestamp of the last DQ Test run for the asset on the external DQ tool.
    • getAssetExternalDQTestRunEndedAt

      public Long getAssetExternalDQTestRunEndedAt()
      End timestamp of the last DQ Test run for the asset on the external DQ tool.
    • getAssetExternalDQTestRunStatus

      public String getAssetExternalDQTestRunStatus()
      Overall status of the last DQ Test run for the asset on the external DQ tool.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanStruct
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanStruct
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanStruct
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject
    • getTypeName

      public String getTypeName()
      Fixed typeName for AssetExternalDQTestRunHistory.
      Overrides:
      getTypeName in class AtlanStruct