Partager via


RunCorrelation Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.RunCorrelation

Implements

public class RunCorrelation
implements JsonSerializable<RunCorrelation>

The correlation properties.

Constructor Summary

Constructor Description
RunCorrelation()

Creates an instance of RunCorrelation class.

Method Summary

Modifier and Type Method and Description
List<String> clientKeywords()

Get the clientKeywords property: The client keywords.

String clientTrackingId()

Get the clientTrackingId property: The client tracking identifier.

static RunCorrelation fromJson(JsonReader jsonReader)

Reads an instance of RunCorrelation from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

RunCorrelation withClientKeywords(List<String> clientKeywords)

Set the clientKeywords property: The client keywords.

RunCorrelation withClientTrackingId(String clientTrackingId)

Set the clientTrackingId property: The client tracking identifier.

Methods inherited from java.lang.Object

Constructor Details

RunCorrelation

public RunCorrelation()

Creates an instance of RunCorrelation class.

Method Details

clientKeywords

public List clientKeywords()

Get the clientKeywords property: The client keywords.

Returns:

the clientKeywords value.

clientTrackingId

public String clientTrackingId()

Get the clientTrackingId property: The client tracking identifier.

Returns:

the clientTrackingId value.

fromJson

public static RunCorrelation fromJson(JsonReader jsonReader)

Reads an instance of RunCorrelation from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RunCorrelation 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 RunCorrelation.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withClientKeywords

public RunCorrelation withClientKeywords(List clientKeywords)

Set the clientKeywords property: The client keywords.

Parameters:

clientKeywords - the clientKeywords value to set.

Returns:

the RunCorrelation object itself.

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.

Applies to