Class RunActionCorrelation
java.lang.Object
com.azure.resourcemanager.appservice.models.RunCorrelation
com.azure.resourcemanager.appservice.models.RunActionCorrelation
- All Implemented Interfaces:
com.azure.json.JsonSerializable<RunCorrelation>
The workflow run action correlation properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the actionTrackingId property: The action tracking identifier.static RunActionCorrelation
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunActionCorrelation from the JsonReader.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.withActionTrackingId
(String actionTrackingId) Set the actionTrackingId property: The action tracking identifier.withClientKeywords
(List<String> clientKeywords) Set the clientKeywords property: The client keywords.withClientTrackingId
(String clientTrackingId) Set the clientTrackingId property: The client tracking identifier.Methods inherited from class com.azure.resourcemanager.appservice.models.RunCorrelation
clientKeywords, clientTrackingId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
RunActionCorrelation
public RunActionCorrelation()Creates an instance of RunActionCorrelation class.
-
-
Method Details
-
actionTrackingId
Get the actionTrackingId property: The action tracking identifier.- Returns:
- the actionTrackingId value.
-
withActionTrackingId
Set the actionTrackingId property: The action tracking identifier.- Parameters:
actionTrackingId
- the actionTrackingId value to set.- Returns:
- the RunActionCorrelation object itself.
-
withClientTrackingId
Set the clientTrackingId property: The client tracking identifier.- Overrides:
withClientTrackingId
in classRunCorrelation
- Parameters:
clientTrackingId
- the clientTrackingId value to set.- Returns:
- the RunCorrelation object itself.
-
withClientKeywords
Set the clientKeywords property: The client keywords.- Overrides:
withClientKeywords
in classRunCorrelation
- Parameters:
clientKeywords
- the clientKeywords value to set.- Returns:
- the RunCorrelation object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classRunCorrelation
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<RunCorrelation>
- Overrides:
toJson
in classRunCorrelation
- Throws:
IOException
-
fromJson
public static RunActionCorrelation fromJson(com.azure.json.JsonReader jsonReader) throws IOException 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.
-