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