Class RunCorrelation

java.lang.Object
com.azure.resourcemanager.appservice.models.RunCorrelation
Direct Known Subclasses:
RunActionCorrelation

public class RunCorrelation extends Object
The correlation properties.
  • Constructor Details

    • RunCorrelation

      public RunCorrelation()
  • 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.