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 Details

    • RunCorrelation

      public RunCorrelation()
      Creates an instance of RunCorrelation class.
  • Method Details

    • clientTrackingId

      public String clientTrackingId()
      Get the clientTrackingId property: The client tracking identifier.
      Returns:
      the clientTrackingId value.
    • withClientTrackingId

      public RunCorrelation withClientTrackingId(String clientTrackingId)
      Set the clientTrackingId property: The client tracking identifier.
      Parameters:
      clientTrackingId - the clientTrackingId value to set.
      Returns:
      the RunCorrelation object itself.
    • clientKeywords

      public List<String> clientKeywords()
      Get the clientKeywords property: The client keywords.
      Returns:
      the clientKeywords value.
    • withClientKeywords

      public RunCorrelation withClientKeywords(List<String> clientKeywords)
      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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<RunCorrelation>
      Throws:
      IOException
    • fromJson

      public static RunCorrelation fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      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.