DiagnosticData Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. DiagnosticData
- com.
Implements
public final class DiagnosticData
implements JsonSerializable<DiagnosticData>
Set of data with rendering instructions.
Constructor Summary
Constructor | Description |
---|---|
DiagnosticData() |
Creates an instance of Diagnostic |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Diagnostic |
fromJson(JsonReader jsonReader)
Reads an instance of Diagnostic |
Rendering |
renderingProperties()
Get the rendering |
Data |
table()
Get the table property: Data in table form. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Diagnostic |
withRenderingProperties(Rendering renderingProperties)
Set the rendering |
Diagnostic |
withTable(DataTableResponseObject table)
Set the table property: Data in table form. |
Methods inherited from java.lang.Object
Constructor Details
DiagnosticData
public DiagnosticData()
Creates an instance of DiagnosticData class.
Method Details
fromJson
public static DiagnosticData fromJson(JsonReader jsonReader)
Reads an instance of DiagnosticData from the JsonReader.
Parameters:
Returns:
Throws:
renderingProperties
public Rendering renderingProperties()
Get the renderingProperties property: Properties that describe how the table should be rendered.
Returns:
table
public DataTableResponseObject table()
Get the table property: Data in table form.
Returns:
toJson
validate
public void validate()
Validates the instance.
withRenderingProperties
public DiagnosticData withRenderingProperties(Rendering renderingProperties)
Set the renderingProperties property: Properties that describe how the table should be rendered.
Parameters:
Returns:
withTable
public DiagnosticData withTable(DataTableResponseObject table)
Set the table property: Data in table form.
Parameters:
Returns:
Applies to
Azure SDK for Java