Class DataProcessInstanceRunEvent

  • All Implemented Interfaces:
    OneOfEnvelopedAspectValue, OneOfGenericAspectValue

    @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-01-10T23:10:21.701017Z[Etc/UTC]")
    public class DataProcessInstanceRunEvent
    extends java.lang.Object
    implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
    An event representing the current status of data process run. DataProcessRunEvent should be used for reporting the status of a dataProcess' run.
    • Constructor Detail

      • DataProcessInstanceRunEvent

        public DataProcessInstanceRunEvent()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • getTimestampMillis

        @NotNull
        @Min(-9223372036854775808L)
        @Max(9223372036854775807L)
        public @NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getTimestampMillis()
        The event timestamp field as epoch at UTC in milli seconds. minimum: -9223372036854775808 maximum: 9223372036854775807
        Returns:
        timestampMillis
      • setTimestampMillis

        public void setTimestampMillis​(java.lang.Long timestampMillis)
      • getEventGranularity

        @Valid
        public @Valid TimeWindowSize getEventGranularity()
        Get eventGranularity
        Returns:
        eventGranularity
      • setEventGranularity

        public void setEventGranularity​(TimeWindowSize eventGranularity)
      • getPartitionSpec

        @NotNull
        @Valid
        public @NotNull @Valid PartitionSpec getPartitionSpec()
        Get partitionSpec
        Returns:
        partitionSpec
      • setPartitionSpec

        public void setPartitionSpec​(PartitionSpec partitionSpec)
      • getMessageId

        public java.lang.String getMessageId()
        The optional messageId, if provided serves as a custom user-defined unique identifier for an aspect value.
        Returns:
        messageId
      • setMessageId

        public void setMessageId​(java.lang.String messageId)
      • getExternalUrl

        public java.lang.String getExternalUrl()
        URL where the reference exist
        Returns:
        externalUrl
      • setExternalUrl

        public void setExternalUrl​(java.lang.String externalUrl)
      • getStatus

        @NotNull
        @Valid
        public @NotNull @Valid DataProcessRunStatus getStatus()
        Get status
        Returns:
        status
      • getAttempt

        @Min(-2147483648L)
        @Max(2147483647L)
        public @Min(-2147483648L) @Max(2147483647L) java.lang.Integer getAttempt()
        Return the try number that this Instance Run is in minimum: -2147483648 maximum: 2147483647
        Returns:
        attempt
      • setAttempt

        public void setAttempt​(java.lang.Integer attempt)
      • 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