Class DataProcessInstanceRunResult
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataProcessInstanceRunResult
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class DataProcessInstanceRunResult extends java.lang.ObjectDataProcessInstanceRunResult
-
-
Constructor Summary
Constructors Constructor Description DataProcessInstanceRunResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.StringgetNativeResultType()It identifies the system where the native result comes from like Airflow, Azkaban, etc..@NotNull @Valid RunResultTypegetType()Get typeinthashCode()DataProcessInstanceRunResultnativeResultType(java.lang.String nativeResultType)voidsetNativeResultType(java.lang.String nativeResultType)voidsetType(RunResultType type)java.lang.StringtoString()DataProcessInstanceRunResulttype(RunResultType type)
-
-
-
Method Detail
-
type
public DataProcessInstanceRunResult type(RunResultType type)
-
getType
@NotNull @Valid public @NotNull @Valid RunResultType getType()
Get type- Returns:
- type
-
setType
public void setType(RunResultType type)
-
nativeResultType
public DataProcessInstanceRunResult nativeResultType(java.lang.String nativeResultType)
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-