RunAutomationDetails

Information that describes a run's identity and role within an engineering system process.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@SerializedName(value = "correlationGuid")
@Expose
open var correlationGuid: String
A stable, unique identifier for the equivalence class of runs to which this object's containing run object belongs in the form of a GUID.
Link copied to clipboard
@SerializedName(value = "description")
@Expose
open var description: Message
Encapsulates a message intended to be read by the end user.
Link copied to clipboard
@SerializedName(value = "guid")
@Expose
open var guid: String
A stable, unique identifer for this object's containing run object in the form of a GUID.
Link copied to clipboard
@SerializedName(value = "id")
@Expose
open var id: String
A hierarchical string that uniquely identifies this object's containing run object.
Link copied to clipboard
@SerializedName(value = "properties")
@Expose
open var properties: PropertyBag
Key/value pairs that provide additional information about the object.

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
abstract fun getProperties(): PropertyBag
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
abstract fun setProperties(<set-?>: PropertyBag)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun updateProperties(mutator: (in PropertyBag) -> Unit)
Link copied to clipboard
open fun withCorrelationGuid(correlationGuid: String): RunAutomationDetails
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard