Correlation Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. Correlation
- com.
Implements
public final class Correlation
implements JsonSerializable<Correlation>
The correlation property.
Constructor Summary
Constructor | Description |
---|---|
Correlation() |
Creates an instance of Correlation class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
clientTrackingId()
Get the client |
static Correlation |
fromJson(JsonReader jsonReader)
Reads an instance of Correlation from the Json |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Correlation |
withClientTrackingId(String clientTrackingId)
Set the client |
Methods inherited from java.lang.Object
Constructor Details
Correlation
public Correlation()
Creates an instance of Correlation class.
Method Details
clientTrackingId
public String clientTrackingId()
Get the clientTrackingId property: The client tracking id.
Returns:
fromJson
public static Correlation fromJson(JsonReader jsonReader)
Reads an instance of Correlation from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withClientTrackingId
public Correlation withClientTrackingId(String clientTrackingId)
Set the clientTrackingId property: The client tracking id.
Parameters:
Returns:
Applies to
Azure SDK for Java