RunCorrelation Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. RunCorrelation
- com.
Implements
public class RunCorrelation
implements JsonSerializable<RunCorrelation>
The correlation properties.
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | RunCorrelation() |
Creates an instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
clientKeywords()
Get the client |
| String |
clientTrackingId()
Get the client |
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
|
Json |
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:
clientTrackingId
public String clientTrackingId()
Get the clientTrackingId property: The client tracking identifier.
Returns:
fromJson
public static RunCorrelation fromJson(JsonReader jsonReader)
Reads an instance of RunCorrelation from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.