RunCorrelation Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. RunCorrelation
- com.
Implements
public class RunCorrelation
implements JsonSerializable<RunCorrelation>
The correlation properties.
Constructor Summary
Constructor | Description |
---|---|
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. |
Run |
withClientKeywords(List<String> clientKeywords)
Set the client |
Run |
withClientTrackingId(String clientTrackingId)
Set the client |
Methods inherited from java.lang.Object
Constructor Details
RunCorrelation
public RunCorrelation()
Creates an instance of RunCorrelation class.
Method Details
clientKeywords
public List
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.
withClientKeywords
public RunCorrelation withClientKeywords(List
Set the clientKeywords property: The client keywords.
Parameters:
Returns:
withClientTrackingId
public RunCorrelation withClientTrackingId(String clientTrackingId)
Set the clientTrackingId property: The client tracking identifier.
Parameters:
Returns:
Applies to
Azure SDK for Java