Condividi tramite


RunCorrelation Class

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

Implements

public class RunCorrelation
implements JsonSerializable<RunCorrelation>

The correlation properties.

Constructor Summary

Modifier Constructor Description
protected 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.

Methods inherited from java.lang.Object

Constructor Details

RunCorrelation

protected RunCorrelation()

Creates an instance of RunCorrelation class.

Method Details

clientKeywords

public List<String> 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.

Applies to