Class

com.webank.wedatasphere.dss.flow.execution.entrance.entity

WorkflowQueryTaskVO

Related Doc: package entity

Permalink

class WorkflowQueryTaskVO extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkflowQueryTaskVO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WorkflowQueryTaskVO()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def getCostTime(): Long

    Permalink
  11. def getCreatedTime(): Date

    Permalink
  12. def getEngineInstance(): String

    Permalink
  13. def getEngineStartTime(): Date

    Permalink
  14. def getEngineType(): String

    Permalink
  15. def getErrCode(): Integer

    Permalink
  16. def getErrDesc(): String

    Permalink
  17. def getExecId(): String

    Permalink
  18. def getExecuteApplicationName(): String

    Permalink
  19. def getExecutionCode(): String

    Permalink
  20. def getInstance(): String

    Permalink
  21. def getLogPath(): String

    Permalink
  22. def getParamsJson(): String

    Permalink
  23. def getProgress(): Float

    Permalink
  24. def getRequestApplicationName(): String

    Permalink
  25. def getResultLocation(): String

    Permalink
  26. def getRunType(): String

    Permalink
  27. def getSourceJson(): String

    Permalink
  28. def getSourceTailor(): String

    Permalink
  29. def getStatus(): String

    Permalink
  30. def getStrongerExecId(): String

    Permalink
  31. def getTaskID(): Long

    Permalink
  32. def getUmUser(): String

    Permalink
  33. def getUpdatedTime(): Date

    Permalink
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. def setCostTime(costTime: Long): Unit

    Permalink
  40. def setCreatedTime(createdTime: Date): Unit

    Permalink
  41. def setEngineInstance(engineInstance: String): Unit

    Permalink
  42. def setEngineStartTime(engineStartTime: Date): Unit

    Permalink
  43. def setEngineType(engineType: String): Unit

    Permalink
  44. def setErrCode(errCode: Integer): Unit

    Permalink
  45. def setErrDesc(errDesc: String): Unit

    Permalink
  46. def setExecId(execId: String): Unit

    Permalink
  47. def setExecuteApplicationName(executeApplicationName: String): Unit

    Permalink
  48. def setExecutionCode(executionCode: String): Unit

    Permalink
  49. def setInstance(instance: String): Unit

    Permalink
  50. def setLogPath(logPath: String): Unit

    Permalink
  51. def setParamsJson(paramsJson: String): Unit

    Permalink
  52. def setProgress(progress: Float): Unit

    Permalink
  53. def setRequestApplicationName(requestApplicationName: String): Unit

    Permalink
  54. def setResultLocation(resultLocation: String): Unit

    Permalink
  55. def setRunType(runType: String): Unit

    Permalink
  56. def setSourceJson(sourceJson: String): Unit

    Permalink
  57. def setSourceTailor(sourceTailor: String): Unit

    Permalink
  58. def setStatus(status: String): Unit

    Permalink
  59. def setStrongerExecId(strongerExecId: String): Unit

    Permalink
  60. def setTaskID(taskID: Long): Unit

    Permalink
  61. def setUmUser(umUser: String): Unit

    Permalink
  62. def setUpdatedTime(updatedTime: Date): Unit

    Permalink
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  65. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped