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>

public final class RunActionCorrelation extends RunCorrelation
The workflow run action correlation properties.
  • Method Details

    • actionTrackingId

      public String actionTrackingId()
      Get the actionTrackingId property: The action tracking identifier.
      Returns:
      the actionTrackingId value.
    • clientKeywords

      public List<String> clientKeywords()
      Get the clientKeywords property: The client keywords.
      Overrides:
      clientKeywords in class RunCorrelation
      Returns:
      the clientKeywords value.
    • clientTrackingId

      public String clientTrackingId()
      Get the clientTrackingId property: The client tracking identifier.
      Overrides:
      clientTrackingId in class RunCorrelation
      Returns:
      the clientTrackingId value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class RunCorrelation
      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>
      Overrides:
      toJson in class RunCorrelation
      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.