Class ExecutionRequestSource


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-12-06T11:25:47.362934Z[Etc/UTC]")
    public class ExecutionRequestSource
    extends java.lang.Object
    ExecutionRequestSource
    • Constructor Detail

      • ExecutionRequestSource

        public ExecutionRequestSource()
    • Method Detail

      • getType

        @NotNull
        public @NotNull java.lang.String getType()
        The type of the execution request source, e.g. INGESTION_SOURCE
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
      • getIngestionSource

        public java.lang.String getIngestionSource()
        The urn of the ingestion source associated with the ingestion request. Present if type is INGESTION_SOURCE
        Returns:
        ingestionSource
      • setIngestionSource

        public void setIngestionSource​(java.lang.String ingestionSource)
      • 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