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.
Constructor Summary
Constructor | Description |
---|---|
RunActionCorrelation() |
Creates an instance of Run |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
actionTrackingId()
Get the action |
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Run |
withActionTrackingId(String actionTrackingId)
Set the action |
Run |
withClientKeywords(List<String> clientKeywords)
Set the client |
Run |
withClientTrackingId(String clientTrackingId)
Set the client |
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:
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()withActionTrackingId
public RunActionCorrelation withActionTrackingId(String actionTrackingId)
Set the actionTrackingId property: The action tracking identifier.
Parameters:
Returns:
withClientKeywords
public RunActionCorrelation withClientKeywords(List
Set the clientKeywords property: The client keywords.
Overrides:
RunActionCorrelation.withClientKeywords(List<String> clientKeywords)Parameters:
withClientTrackingId
public RunActionCorrelation withClientTrackingId(String clientTrackingId)
Set the clientTrackingId property: The client tracking identifier.
Overrides:
RunActionCorrelation.withClientTrackingId(String clientTrackingId)Parameters:
Applies to
Azure SDK for Java