Class AssetExternalDQTestDetails

All Implemented Interfaces:
Serializable

@Generated("com.atlan.generators.ModelGeneratorV2") public class AssetExternalDQTestDetails extends AtlanStruct
Detailed information about the External DQ Tests associated with a given asset.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • of

      public static AssetExternalDQTestDetails of(String assetExternalDQTestName, String assetExternalDQTestId, String assetExternalDQTestDescription, String assetExternalDQTestScheduleType, String assetExternalDQTestLastRunStatus, List<AssetExternalDQTestRunHistory> assetExternalDQTestRuns)
      Quickly create a new AssetExternalDQTestDetails.
      Parameters:
      assetExternalDQTestName - Name of the DQ Test entity in the external DQ tool.
      assetExternalDQTestId - Identifier of the DQ Test entity in the external DQ tool.
      assetExternalDQTestDescription - Description of the DQ Test entity in the external DQ tool.
      assetExternalDQTestScheduleType - Schedule descriptor of the DQ Test entity in the external DQ tool.
      assetExternalDQTestLastRunStatus - Status of the last run of the DQ Test entity in the external DQ tool.
      assetExternalDQTestRuns - Detailed listing of all the runs of the DQ Test entity in the external DQ tool.
      Returns:
      a AssetExternalDQTestDetails with the provided information
    • builder

    • toBuilder

    • getAssetExternalDQTestName

      public String getAssetExternalDQTestName()
      Name of the DQ Test entity in the external DQ tool.
    • getAssetExternalDQTestId

      public String getAssetExternalDQTestId()
      Identifier of the DQ Test entity in the external DQ tool.
    • getAssetExternalDQTestDescription

      public String getAssetExternalDQTestDescription()
      Description of the DQ Test entity in the external DQ tool.
    • getAssetExternalDQTestScheduleType

      public String getAssetExternalDQTestScheduleType()
      Schedule descriptor of the DQ Test entity in the external DQ tool.
    • getAssetExternalDQTestLastRunStatus

      public String getAssetExternalDQTestLastRunStatus()
      Status of the last run of the DQ Test entity in the external DQ tool.
    • getAssetExternalDQTestRuns

      public List<AssetExternalDQTestRunHistory> getAssetExternalDQTestRuns()
      Detailed listing of all the runs of the DQ Test entity in 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 AssetExternalDQTestDetails.
      Overrides:
      getTypeName in class AtlanStruct