public final class DiagnosticData extends Object
| Constructor and Description |
|---|
DiagnosticData() |
| Modifier and Type | Method and Description |
|---|---|
Rendering |
renderingProperties()
Get the renderingProperties property: Properties that describe how the table should be rendered.
|
DataTableResponseObject |
table()
Get the table property: Data in table form.
|
void |
validate()
Validates the instance.
|
DiagnosticData |
withRenderingProperties(Rendering renderingProperties)
Set the renderingProperties property: Properties that describe how the table should be rendered.
|
DiagnosticData |
withTable(DataTableResponseObject table)
Set the table property: Data in table form.
|
public DataTableResponseObject table()
public DiagnosticData withTable(DataTableResponseObject table)
table - the table value to set.public Rendering renderingProperties()
public DiagnosticData withRenderingProperties(Rendering renderingProperties)
renderingProperties - the renderingProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.