Class DataJobKey

    • Constructor Summary

      Constructors 
      Constructor Description
      DataJobKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      DataJobKey flow​(java.lang.String flow)  
      @NotNull java.lang.String get__type()
      Name of this subclass in SimpleClassName format
      @NotNull java.lang.String getFlow()
      Standardized data processing flow urn representing the flow for the job
      @NotNull java.lang.String getJobId()
      Unique Identifier of the data job
      int hashCode()  
      DataJobKey jobId​(java.lang.String jobId)  
      void setFlow​(java.lang.String flow)  
      void setJobId​(java.lang.String jobId)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DataJobKey

        public DataJobKey()
    • Method Detail

      • get__type

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

        public DataJobKey flow​(java.lang.String flow)
      • getFlow

        @NotNull
        public @NotNull java.lang.String getFlow()
        Standardized data processing flow urn representing the flow for the job
        Returns:
        flow
      • setFlow

        public void setFlow​(java.lang.String flow)
      • jobId

        public DataJobKey jobId​(java.lang.String jobId)
      • getJobId

        @NotNull
        public @NotNull java.lang.String getJobId()
        Unique Identifier of the data job
        Returns:
        jobId
      • setJobId

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