Class DataProcessInstanceRunResult


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2022-10-18T12:49:45.903581Z[Etc/UTC]")
    public class DataProcessInstanceRunResult
    extends java.lang.Object
    DataProcessInstanceRunResult
    • Constructor Detail

      • DataProcessInstanceRunResult

        public DataProcessInstanceRunResult()
    • Method Detail

      • getType

        @NotNull
        @Valid
        public @NotNull @Valid RunResultType getType()
        Get type
        Returns:
        type
      • getNativeResultType

        @NotNull
        public @NotNull java.lang.String getNativeResultType()
        It identifies the system where the native result comes from like Airflow, Azkaban, etc..
        Returns:
        nativeResultType
      • setNativeResultType

        public void setNativeResultType​(java.lang.String nativeResultType)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object