Class Correlation

java.lang.Object
com.azure.resourcemanager.appservice.models.Correlation

public final class Correlation extends Object
The correlation property.
  • Constructor Details

    • Correlation

      public Correlation()
  • Method Details

    • clientTrackingId

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

      public Correlation withClientTrackingId(String clientTrackingId)
      Set the clientTrackingId property: The client tracking id.
      Parameters:
      clientTrackingId - the clientTrackingId value to set.
      Returns:
      the Correlation object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.