Class Correlation
java.lang.Object
com.azure.resourcemanager.appservice.models.Correlation
The correlation property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the clientTrackingId property: The client tracking id.voidvalidate()Validates the instance.withClientTrackingId(String clientTrackingId) Set the clientTrackingId property: The client tracking id.
-
Constructor Details
-
Correlation
public Correlation()Creates an instance of Correlation class.
-
-
Method Details
-
clientTrackingId
Get the clientTrackingId property: The client tracking id.- Returns:
- the clientTrackingId value.
-
withClientTrackingId
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.
-