RunActionCorrelation Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. RunCorrelation - com.
azure. resourcemanager. appservice. models. RunActionCorrelation
- com.
- com.
public final class RunActionCorrelation
extends RunCorrelation
The workflow run action correlation properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
actionTrackingId()
Get the action |
| List<String> |
clientKeywords()
Get the client |
| String |
clientTrackingId()
Get the client |
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
|
Json |
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:
clientKeywords
public List<String> clientKeywords()
Get the clientKeywords property: The client keywords.
Overrides:
RunActionCorrelation.clientKeywords()Returns:
clientTrackingId
public String clientTrackingId()
Get the clientTrackingId property: The client tracking identifier.
Overrides:
RunActionCorrelation.clientTrackingId()Returns:
fromJson
public static RunActionCorrelation fromJson(JsonReader jsonReader)
Reads an instance of RunActionCorrelation from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RunActionCorrelation.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
RunActionCorrelation.validate()