你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RunActionCorrelation Class

public final class RunActionCorrelation
extends RunCorrelation

The workflow run action correlation properties.

Method Summary

Modifier and Type Method and Description
String actionTrackingId()

Get the actionTrackingId property: The action tracking identifier.

List<String> clientKeywords()

Get the clientKeywords property: The client keywords.

String clientTrackingId()

Get the clientTrackingId property: The client tracking identifier.

static RunActionCorrelation fromJson(JsonReader jsonReader)

Reads an instance of RunActionCorrelation from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from RunCorrelation

Methods inherited from java.lang.Object

Method Details

actionTrackingId

public String actionTrackingId()

Get the actionTrackingId property: The action tracking identifier.

Returns:

the actionTrackingId value.

clientKeywords

public List<String> clientKeywords()

Get the clientKeywords property: The client keywords.

Overrides:

RunActionCorrelation.clientKeywords()

Returns:

the clientKeywords value.

clientTrackingId

public String clientTrackingId()

Get the clientTrackingId property: The client tracking identifier.

Overrides:

RunActionCorrelation.clientTrackingId()

Returns:

the clientTrackingId 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()

Applies to