@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class ExecutionRequestSource
extends java.lang.Object
| Constructor and Description |
|---|
ExecutionRequestSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getIngestionSource()
The urn of the ingestion source associated with the ingestion request.
|
@NotNull java.lang.String |
getType()
The type of the execution request source, e.g.
|
int |
hashCode() |
ExecutionRequestSource |
ingestionSource(java.lang.String ingestionSource) |
void |
setIngestionSource(java.lang.String ingestionSource) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
ExecutionRequestSource |
type(java.lang.String type) |
public ExecutionRequestSource type(java.lang.String type)
@NotNull public @NotNull java.lang.String getType()
public void setType(java.lang.String type)
public ExecutionRequestSource ingestionSource(java.lang.String ingestionSource)
public java.lang.String getIngestionSource()
public void setIngestionSource(java.lang.String ingestionSource)
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