Partager via


RunActionCorrelation Class

public final class RunActionCorrelation
extends RunCorrelation

The workflow run action correlation properties.

Constructor Summary

Constructor Description
RunActionCorrelation()

Creates an instance of RunActionCorrelation class.

Method Summary

Modifier and Type Method and Description
String actionTrackingId()

Get the actionTrackingId property: The action tracking identifier.

static RunActionCorrelation fromJson(JsonReader jsonReader)

Reads an instance of RunActionCorrelation from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

RunActionCorrelation withActionTrackingId(String actionTrackingId)

Set the actionTrackingId property: The action tracking identifier.

RunActionCorrelation withClientKeywords(List<String> clientKeywords)

Set the clientKeywords property: The client keywords.

RunActionCorrelation withClientTrackingId(String clientTrackingId)

Set the clientTrackingId property: The client tracking identifier.

Methods inherited from RunCorrelation

Methods inherited from java.lang.Object

Constructor Details

RunActionCorrelation

public RunActionCorrelation()

Creates an instance of RunActionCorrelation class.

Method Details

actionTrackingId

public String actionTrackingId()

Get the actionTrackingId property: The action tracking identifier.

Returns:

the actionTrackingId value.

fromJson

public static RunActionCorrelation fromJson(JsonReader jsonReader)

Reads an instance of RunActionCorrelation from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RunActionCorrelation if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the RunActionCorrelation.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

RunActionCorrelation.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

RunActionCorrelation.validate()

withActionTrackingId

public RunActionCorrelation withActionTrackingId(String actionTrackingId)

Set the actionTrackingId property: The action tracking identifier.

Parameters:

actionTrackingId - the actionTrackingId value to set.

Returns:

the RunActionCorrelation object itself.

withClientKeywords

public RunActionCorrelation withClientKeywords(List clientKeywords)

Set the clientKeywords property: The client keywords.

Overrides:

RunActionCorrelation.withClientKeywords(List<String> clientKeywords)

Parameters:

clientKeywords

withClientTrackingId

public RunActionCorrelation withClientTrackingId(String clientTrackingId)

Set the clientTrackingId property: The client tracking identifier.

Overrides:

RunActionCorrelation.withClientTrackingId(String clientTrackingId)

Parameters:

clientTrackingId

Applies to