@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class DataProcessInstanceRunResult
extends java.lang.Object
| Constructor and Description |
|---|
DataProcessInstanceRunResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
getNativeResultType()
It identifies the system where the native result comes from like Airflow, Azkaban, etc..
|
@NotNull @Valid RunResultType |
getType()
Get type
|
int |
hashCode() |
DataProcessInstanceRunResult |
nativeResultType(java.lang.String nativeResultType) |
void |
setNativeResultType(java.lang.String nativeResultType) |
void |
setType(RunResultType type) |
java.lang.String |
toString() |
DataProcessInstanceRunResult |
type(RunResultType type) |
public DataProcessInstanceRunResult type(RunResultType type)
@NotNull @Valid public @NotNull @Valid RunResultType getType()
public void setType(RunResultType type)
public DataProcessInstanceRunResult nativeResultType(java.lang.String nativeResultType)
@NotNull public @NotNull java.lang.String getNativeResultType()
public void setNativeResultType(java.lang.String nativeResultType)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object